public interface IMeasurements
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_FILE
Defines a flag which signals that file usage statistics are available.
|
static int |
STATUS_NET
Defines a flag which signals that net usage statistics are available.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getActMemUse()
Returns the actual memory usage.
|
double |
getAvgLoad()
Returns the average load.
|
double |
getAvgMemUse()
Returns the average memory usage.
|
long |
getIoRead()
Returns the number of bytes read from external input.
|
long |
getIoWrite()
Returns the number of bytes written to external input.
|
double |
getLoad()
Returns the actual load.
|
double |
getMaxLoad()
Returns the maximum load.
|
long |
getMaxMemUse()
Returns the maximum memory usage.
|
double |
getMinLoad()
Returns the minimum load.
|
long |
getMinMemUse()
Returns the minimum memory usage.
|
int |
getStatus()
Returns the status flags as combination of
of
STATUS_FILE,
STATUS_NET. |
long |
getSystemTime()
Returns the duration of the process in system time.
|
static final int STATUS_FILE
static final int STATUS_NET
int getStatus()
STATUS_FILE,
STATUS_NET.Flagsdouble getMinLoad()
double getAvgLoad()
double getLoad()
double getMaxLoad()
long getMinMemUse()
double getActMemUse()
double getAvgMemUse()
long getMaxMemUse()
long getSystemTime()
long getIoRead()
long getIoWrite()