See: Description
| Class | Description |
|---|---|
| LoadAgentMap |
This class provides a map that describes the locations of agents on the platform
and the number of them at the platform or at a specified container.
|
| LoadInformation |
This class manages all Load-Informations of all container at the platform.
|
| LoadMeasureAvgJVM |
This class calculates the average values of the measurements, done by the
instance of the class
LoadMeasureJVM. |
| LoadMeasureAvgOSHI |
This class calculates the average values of the measurements, done by the
instance of the class
LoadMeasureOSHI. |
| LoadMeasureJVM |
This class will do the actual load measurement of the currently running
JVM.
|
| LoadMeasureOSHI |
This class provides load information for each CPU and the memory found on the
current system - regardless, if it is Windows, UNIX or Linux-system.
|
| LoadMeasureThread |
This class represents the Thread, which is permanently running on a system
and observes the current system information and its loads.
|
| LoadMerger |
This class is to be used in order to merge the load information of one JVM or
of one machine/computer, even such information come several times.
|
| LoadThresholdLevels |
This is a serializable class, which holds the (default) threshold
levels for the running platform.
|
| LoadUnits |
This class allows the conversion of amounts of data, given in Byte, to
a different unit like KB, MB or GB.
|