Liferay 7.0-ce-b4

com.liferay.portal.fabric.status
Interface AdvancedOperatingSystemMXBean

All Superinterfaces:
OperatingSystemMXBean, PlatformManagedObject

public interface AdvancedOperatingSystemMXBean
extends OperatingSystemMXBean


Method Summary
 Long getCommittedVirtualMemorySize()
           
 Long getFreePhysicalMemorySize()
           
 Long getFreeSwapSpaceSize()
           
 Long getMaxFileDescriptorCount()
           
 Long getOpenFileDescriptorCount()
           
 Double getProcessCpuLoad()
           
 Long getProcessCpuTime()
           
 Double getSystemCpuLoad()
           
 Long getTotalPhysicalMemorySize()
           
 Long getTotalSwapSpaceSize()
           
 
Methods inherited from interface java.lang.management.OperatingSystemMXBean
getArch, getAvailableProcessors, getName, getSystemLoadAverage, getVersion
 
Methods inherited from interface java.lang.management.PlatformManagedObject
getObjectName
 

Method Detail

getCommittedVirtualMemorySize

Long getCommittedVirtualMemorySize()

getFreePhysicalMemorySize

Long getFreePhysicalMemorySize()

getFreeSwapSpaceSize

Long getFreeSwapSpaceSize()

getMaxFileDescriptorCount

Long getMaxFileDescriptorCount()

getOpenFileDescriptorCount

Long getOpenFileDescriptorCount()

getProcessCpuLoad

Double getProcessCpuLoad()

getProcessCpuTime

Long getProcessCpuTime()

getSystemCpuLoad

Double getSystemCpuLoad()

getTotalPhysicalMemorySize

Long getTotalPhysicalMemorySize()

getTotalSwapSpaceSize

Long getTotalSwapSpaceSize()

Liferay 7.0-ce-b4