|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.sigar.CurrentProcessSummary
This class provides a summary of current process states.
Top
Method Summary | |
static CurrentProcessSummary |
get(SigarProxy sigar)
|
int |
getRunning()
|
int |
getSleeping()
|
int |
getStopped()
|
int |
getTotal()
|
int |
getZombie()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static CurrentProcessSummary get(SigarProxy sigar) throws SigarException
SigarException
public int getTotal()
public int getSleeping()
public int getRunning()
public int getZombie()
public int getStopped()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |