org.hyperic.sigar
Class CurrentProcessSummary

java.lang.Object
  extended byorg.hyperic.sigar.CurrentProcessSummary

public class CurrentProcessSummary
extends java.lang.Object

This class provides a summary of current process states.

See Also:
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

get

public static CurrentProcessSummary get(SigarProxy sigar)
                                 throws SigarException
Throws:
SigarException

getTotal

public int getTotal()

getSleeping

public int getSleeping()

getRunning

public int getRunning()

getZombie

public int getZombie()

getStopped

public int getStopped()

toString

public java.lang.String toString()


Copyright © 2004-2006 Hyperic. All Rights Reserved.