We're considering the use of AppDynamics to gather metrics from a farm of GNU/Linux servers running Java processes. In addition to the JMX metrics AppDynamics can collect, we'd like to collect the following sort of metrics:
* CPU Utilization * UDP Packet Errors * Sockets in CLOSE_WAIT state * Etc.
We can access these metrics easily using Linux commands but we'd like the metrics to be made accessible to AppDynamics so that we can correlate data points from JMX to operating system level metrics to get a good overall picture of the state of our system. In other words, we're fine writing the metrics collection scripts as long as AppDynamics can call them and incorporate the results into AppDynamics for further analysis.
Is this capability supported currently by AppDynamics?