com.palantir.opensource.sysmon.linux
Interface LinuxVMStatMBean

All Known Implementing Classes:
LinuxVMStat

@MXBean
public interface LinuxVMStatMBean

MBean interface for LinuxVMStatJMXWrapper.


Method Summary
 Integer getBlocksRead()
           
 Integer getBlocksWritten()
           
 Integer getBuffersMemory()
           
 Integer getCacheMemory()
           
 Integer getContextSwitches()
           
 Integer getFreeMemory()
           
 Integer getIdlePercentCPU()
           
 Integer getInterrupts()
           
 Integer getRunningProcesses()
           
 Integer getSleepingProcesses()
           
 Integer getStolenFromVMCPU()
           
 Integer getSwappedIn()
           
 Integer getSwappedMemory()
           
 Integer getSwappedOut()
           
 Integer getSysPercentCPU()
           
 Integer getUserPercentCPU()
           
 Integer getWaitPercentCPU()
           
 

Method Detail

getRunningProcesses

Integer getRunningProcesses()

getSleepingProcesses

Integer getSleepingProcesses()

getSwappedMemory

Integer getSwappedMemory()

getFreeMemory

Integer getFreeMemory()

getBuffersMemory

Integer getBuffersMemory()

getCacheMemory

Integer getCacheMemory()

getSwappedIn

Integer getSwappedIn()

getSwappedOut

Integer getSwappedOut()

getBlocksRead

Integer getBlocksRead()

getBlocksWritten

Integer getBlocksWritten()

getInterrupts

Integer getInterrupts()

getContextSwitches

Integer getContextSwitches()

getUserPercentCPU

Integer getUserPercentCPU()

getSysPercentCPU

Integer getSysPercentCPU()

getIdlePercentCPU

Integer getIdlePercentCPU()

getWaitPercentCPU

Integer getWaitPercentCPU()

getStolenFromVMCPU

Integer getStolenFromVMCPU()


Copyright © 2012 Palantir Technologies. All Rights Reserved.