org.jvnet.hudson
public class MemoryUsage extends java.lang.Object implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
long |
availablePhysicalMemory
Of the total physical memory of the system, available bytes.
|
long |
availableSwapSpace
Available swap space in bytes.
|
long |
totalPhysicalMemory
Total physical memory of the system, in bytes.
|
long |
totalSwapSpace
Total number of swap space in bytes.
|
Constructor and Description |
---|
MemoryUsage(long totalPhysicalMemory,
long availablePhysicalMemory,
long totalSwapSpace,
long availableSwapSpace) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final long totalPhysicalMemory
public final long availablePhysicalMemory
public final long totalSwapSpace
public final long availableSwapSpace
Copyright © 2014. All Rights Reserved.