|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.sigar.ResourceLimit
public class ResourceLimit
ResourceLimit sigar class.
Constructor Summary | |
---|---|
ResourceLimit()
|
Method Summary | |
---|---|
void |
gather(Sigar sigar)
|
long |
getCoreCur()
Get the core_cur. |
long |
getCoreMax()
Get the core_max. |
long |
getCpuCur()
Get the cpu_cur. |
long |
getCpuMax()
Get the cpu_max. |
long |
getDataCur()
Get the data_cur. |
long |
getDataMax()
Get the data_max. |
long |
getFileSizeCur()
Get the file_size_cur. |
long |
getFileSizeMax()
Get the file_size_max. |
long |
getMemoryCur()
Get the memory_cur. |
long |
getMemoryMax()
Get the memory_max. |
long |
getOpenFilesCur()
Get the open_files_cur. |
long |
getOpenFilesMax()
Get the open_files_max. |
long |
getPipeSizeCur()
Get the pipe_size_cur. |
long |
getPipeSizeMax()
Get the pipe_size_max. |
long |
getProcessesCur()
Get the processes_cur. |
long |
getProcessesMax()
Get the processes_max. |
long |
getStackCur()
Get the stack_cur. |
long |
getStackMax()
Get the stack_max. |
long |
getVirtualMemoryCur()
Get the virtual_memory_cur. |
long |
getVirtualMemoryMax()
Get the virtual_memory_max. |
static long |
INFINITY()
|
java.util.Map |
toMap()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceLimit()
Method Detail |
---|
public void gather(Sigar sigar) throws SigarException
SigarException
public long getCpuCur()
Supported Platforms: Undocumented.
public long getCpuMax()
Supported Platforms: Undocumented.
public long getFileSizeCur()
Supported Platforms: Undocumented.
public long getFileSizeMax()
Supported Platforms: Undocumented.
public long getPipeSizeMax()
Supported Platforms: Undocumented.
public long getPipeSizeCur()
Supported Platforms: Undocumented.
public long getDataCur()
Supported Platforms: Undocumented.
public long getDataMax()
Supported Platforms: Undocumented.
public long getStackCur()
Supported Platforms: Undocumented.
public long getStackMax()
Supported Platforms: Undocumented.
public long getCoreCur()
Supported Platforms: Undocumented.
public long getCoreMax()
Supported Platforms: Undocumented.
public long getMemoryCur()
Supported Platforms: Undocumented.
public long getMemoryMax()
Supported Platforms: Undocumented.
public long getProcessesCur()
Supported Platforms: Undocumented.
public long getProcessesMax()
Supported Platforms: Undocumented.
public long getOpenFilesCur()
Supported Platforms: Undocumented.
public long getOpenFilesMax()
Supported Platforms: Undocumented.
public long getVirtualMemoryCur()
Supported Platforms: Undocumented.
public long getVirtualMemoryMax()
Supported Platforms: Undocumented.
public static long INFINITY()
public java.util.Map toMap()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |