uk.co.bssd.jmx
Class ProcessManagementBean

java.lang.Object
  extended by uk.co.bssd.jmx.ProcessManagementBean

public class ProcessManagementBean
extends Object


Constructor Summary
ProcessManagementBean(MBeanServerConnection connection)
           
 
Method Summary
 double cpuUsage()
           
 long heapMemoryMax()
           
 double heapMemoryPercentageUsed()
           
 long heapMemoryUsed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessManagementBean

public ProcessManagementBean(MBeanServerConnection connection)
Method Detail

heapMemoryMax

public long heapMemoryMax()

heapMemoryUsed

public long heapMemoryUsed()

heapMemoryPercentageUsed

public double heapMemoryPercentageUsed()

cpuUsage

public double cpuUsage()


Copyright © 2012. All Rights Reserved.