|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.RRUsage
public class RRUsage
RRUsage specifies definition of runtime resource usage.
Constructor Summary | |
---|---|
RRUsage()
|
Method Summary | |
---|---|
int |
getMem()
Get total resident set size in kbytes of all running processes in activity |
int |
getNthreads()
Get number of currently active threads in activity. |
PidInfo[] |
getPidInfo()
Get array of currently active processes' information. |
int |
getStime()
Get cumulative system time in seconds. |
int |
getSwap()
Get total swap size in kbytes of all running processes in activity. |
int |
getUtime()
Get cumulative user time in seconds. |
void |
setMem(int mem)
Set total resident set size in kbytes of all running processes in activity. |
void |
setNthreads(int nthreads)
Set number of currently active threads in activity. |
void |
setPidInfo(PidInfo[] pidInfo)
Set array of currently active processes' information. |
void |
setStime(int stime)
Set cumulative system time in seconds. |
void |
setSwap(int swap)
Set total swap size in kbytes of all running processes in activity. |
void |
setUtime(int utime)
Set cumulative user time in seconds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RRUsage()
Method Detail |
---|
public int getMem()
public void setMem(int mem)
mem
- : specifies total resident set size in kbytes..public int getNthreads()
public void setNthreads(int nthreads)
nthreads
- : specifies number of currently active threads.public int getStime()
public void setStime(int stime)
stime
- : specifies cumulative system time in seconds.public int getSwap()
public void setSwap(int swap)
swap
- : specifies total swap size.public int getUtime()
public void setUtime(int utime)
utime
- : specifies cumulative user time.public PidInfo[] getPidInfo()
public void setPidInfo(PidInfo[] pidInfo)
pidInfo
- : specifies array of currently active processes' information.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |