com.sap.util.monitor.jarm
Class CompSingleOverviewExt
java.lang.Object
|
+--com.sap.util.monitor.jarm.CompSingleOverview
|
+--com.sap.util.monitor.jarm.CompSingleOverviewExt
- All Implemented Interfaces:
- java.io.Serializable
- public class CompSingleOverviewExt
- extends CompSingleOverview
- implements java.io.Serializable
Structure contains the collected data to be shown for one component.
The fields are public, to allow faster access on them.
Unused String fields could be null or space.
Timestamps are in 'ms' as returned by System.currentTimeMillis().
Time (duration) is in 'ms', data in bytes.
Undefined / not provided values for time and data is indicated by
ConfMonitor.UNDEFTIME and ConfMonitor.UNDEFDATA (CPU measurement
might not be possible because of the operating system).
- See Also:
- Serialized Form
|
Field Summary |
long |
compGrossCpuTime
gross CPU time of component; is undefined (ConfMonitor.UNDEFTIME) if
component is not closed correctly or if CPU measurement is not
supported by the operating system |
long |
compNetCpuTime
net CPU time of component; is undefined (ConfMonitor.UNDEFTIME) if
gross time not defined and at least one direct subcomponent is not
closed correctly or if CPU measurement is not
supported by the operating system |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compGrossCpuTime
public long compGrossCpuTime
- gross CPU time of component; is undefined (ConfMonitor.UNDEFTIME) if
component is not closed correctly or if CPU measurement is not
supported by the operating system
compNetCpuTime
public long compNetCpuTime
- net CPU time of component; is undefined (ConfMonitor.UNDEFTIME) if
gross time not defined and at least one direct subcomponent is not
closed correctly or if CPU measurement is not
supported by the operating system
CompSingleOverviewExt
public CompSingleOverviewExt()