ProcessMemoryMonitor
object provides feedback information to the Memory
object, providing memory usage information for a process obtained using JMX and SIGAR. SIGAR is used to obtain the process shared, virtual and real memory size. JMX is used to obtain detailed information on heap and non-heap usage. If SIGAR is not available, only JMX will be used. @author Dennis Reedy
|
|