com.sap.util.monitor.jarm
Class RequestSummaryExt
java.lang.Object
|
+--com.sap.util.monitor.jarm.RequestSummary
|
+--com.sap.util.monitor.jarm.RequestSummaryExt
- All Implemented Interfaces:
- java.io.Serializable
- public class RequestSummaryExt
- extends RequestSummary
- implements java.io.Serializable
Structure contains the data to be shown for the extended request
summary with additional attributes introduced for CPU
time measurement.
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.
Not provided values for time are indicated by
ConfMonitor.UNDEFTIME (CPU measurement might not be possible
because of the operating system).
- See Also:
- Serialized Form
|
Field Summary |
long |
reqAccCpuTime
amount of CPU time for all requests (in ms) |
long |
reqAvgCpuTime
average CPU time of a request (in ms) |
| Fields inherited from class com.sap.util.monitor.jarm.RequestSummary |
reqAccComp, reqAccNr, reqAccOutData, reqAccOutDataFilled, reqAccStatusCompNotClosed, reqAccStatusEndForced, reqAccStatusOk, reqAccTime, reqAccUserNr, reqAvgComp, reqAvgOutData, reqAvgTime, reqCompLevelBasic, reqCompLevelDetail, reqCompLevelMedium, reqFirstTS, reqPerSec, reqStartAccUserNr, resetCompTS, resetReqTS, resetUserTS |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reqAccCpuTime
public long reqAccCpuTime
- amount of CPU time for all requests (in ms)
reqAvgCpuTime
public long reqAvgCpuTime
- average CPU time of a request (in ms)
RequestSummaryExt
public RequestSummaryExt()