edu.upc.dama.dex.core
Class DEX.SystemStatistics

java.lang.Object
  extended by edu.upc.dama.dex.core.DEX.SystemStatistics
Enclosing class:
DEX

public static class DEX.SystemStatistics
extends java.lang.Object

Statistics of the system.

Author:
Sparsity Technologies

Field Summary
 long availMem
          Free physical memory in KB.
 int cpu
          Number of CPUs.
 long realTime
          Time of day in microseconds (since epoch).
 long sysTime
          CPU system time in microseconds.
 long totalMem
          Physical memory in KB.
 long userTime
          CPU user time in microseconds.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cpu

public int cpu
Number of CPUs.


realTime

public long realTime
Time of day in microseconds (since epoch).


userTime

public long userTime
CPU user time in microseconds.


sysTime

public long sysTime
CPU system time in microseconds.


totalMem

public long totalMem
Physical memory in KB.


availMem

public long availMem
Free physical memory in KB.