com.ibm.websphere.pmi.stat
Interface WSTimeStatistic
All Superinterfaces:
- public interface WSTimeStatistic
- extends WSAverageStatistic
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getMaxTime()
Returns the maximum time taken to complete one invocation since the beginning of the measurement.
|
|
getMinTime()
Returns the minimum time taken to complete one invocation since the beginning of the measurement.
|
|
getTotalTime()
Returns the sum total of time taken to complete all the invocations since the beginning of the measurement.
|
Methods inherited from interface com.ibm.websphere.pmi.stat.WSAverageStatistic |
---|
getCount, getMax, getMean, getMin, getSumOfSquares, getTotal |
Methods inherited from interface com.ibm.websphere.pmi.stat.WSStatistic |
---|
combine, copy, delta, getDataInfo, getDescription, getId, getLastSampleTime, getName, getStartTime, getUnit, rateOfChange, resetOnClient, setDataInfo, setDataInfo, toString, toXML, update |
Method Detail
getTotalTime
- long getTotalTime()
Returns the sum total of time taken to complete all the invocations since the beginning of the measurement.
getMinTime
- long getMinTime()
Returns the minimum time taken to complete one invocation since the beginning of the measurement.
getMaxTime
- long getMaxTime()
Returns the maximum time taken to complete one invocation since the beginning of the measurement.