public static class ResourceCalculatorPlugin.ProcResourceValues extends Object
构造器和说明 |
---|
ResourceCalculatorPlugin.ProcResourceValues(long cumulativeCpuTime,
long physicalMemorySize,
long virtualMemorySize) |
限定符和类型 | 方法和说明 |
---|---|
long |
getCumulativeCpuTime()
Obtain the cumulative CPU time used by a current process tree.
|
long |
getPhysicalMemorySize()
Obtain the physical memory size used by current process tree.
|
long |
getVirtualMemorySize()
Obtain the virtual memory size used by a current process tree.
|
public ResourceCalculatorPlugin.ProcResourceValues(long cumulativeCpuTime, long physicalMemorySize, long virtualMemorySize)
public long getPhysicalMemorySize()
public long getVirtualMemorySize()
public long getCumulativeCpuTime()
Copyright © 2009 The Apache Software Foundation