Package org.perfmon4j.extras.sunjava6
Class OperatingSystemMonitorImpl
- java.lang.Object
-
- org.perfmon4j.extras.sunjava6.OperatingSystemMonitorImpl
-
public class OperatingSystemMonitorImpl extends Object
-
-
Constructor Summary
Constructors Constructor Description OperatingSystemMonitorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCommittedVirtualMemorySize()longgetFreePhysicalMemorySize()longgetFreeSwapSpaceSize()floatgetPercentageCPU()longgetTotalPhysicalMemorySize()longgetTotalSwapSpaceSize()
-
-
-
Constructor Detail
-
OperatingSystemMonitorImpl
public OperatingSystemMonitorImpl() throws JMException- Throws:
JMException
-
-
Method Detail
-
getCommittedVirtualMemorySize
public long getCommittedVirtualMemorySize()
-
getFreePhysicalMemorySize
public long getFreePhysicalMemorySize()
-
getFreeSwapSpaceSize
public long getFreeSwapSpaceSize()
-
getTotalPhysicalMemorySize
public long getTotalPhysicalMemorySize()
-
getTotalSwapSpaceSize
public long getTotalSwapSpaceSize()
-
getPercentageCPU
public float getPercentageCPU()
-
-