|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSOMA.resourceManagement.res.ProcessInfo
Field Summary | |
float |
cpu
Utilizzo della CPU in %. |
java.lang.String |
name
Nome del processo. |
long |
phys_mem
Memoria fisica occupata in bytes (working set). |
int |
pid
Process IDentifier del processo. |
ThreadInfo[] |
thread
Array di informazioni sui thread che compongono il processo. |
long |
time
Tempo cumulativo di utilizzo della CPU in millisecondi. |
static long |
total_mem
Memoria fisica totale del sistema in bytes. |
long |
virt_mem
Memoria virtuale in bytes (image). |
Constructor Summary | |
ProcessInfo()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int pid
public java.lang.String name
public float cpu
public long time
public long phys_mem
public long virt_mem
public static long total_mem
public ThreadInfo[] thread
Constructor Detail |
public ProcessInfo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |