com.liferay.portal.fabric.status
Interface AdvancedOperatingSystemMXBean
- All Superinterfaces:
- OperatingSystemMXBean, PlatformManagedObject
public interface AdvancedOperatingSystemMXBean
- extends OperatingSystemMXBean
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()