@ExportedBean
public static class SwapSpaceMonitor.MemoryUsage2
extends org.jvnet.hudson.MemoryUsage
MemoryUsage
+ stapler annotations.
Constructor and Description |
---|
MemoryUsage2(org.jvnet.hudson.MemoryUsage mem) |
Modifier and Type | Method and Description |
---|---|
long |
getAvailablePhysicalMemory()
Of the total physical memory of the system, available bytes.
|
long |
getAvailableSwapSpace()
Available swap space in bytes.
|
long |
getTotalPhysicalMemory()
Total physical memory of the system, in bytes.
|
long |
getTotalSwapSpace()
Total number of swap space in bytes.
|
@Exported public long getTotalPhysicalMemory()
@Exported public long getAvailablePhysicalMemory()
@Exported public long getTotalSwapSpace()
@Exported public long getAvailableSwapSpace()
Copyright © 2004–2022. All rights reserved.