Package net.bull.javamelody
Class CounterRequestMXBean.CounterRequestData
java.lang.Object
net.bull.javamelody.CounterRequestMXBean.CounterRequestData
- Enclosing interface:
- CounterRequestMXBean
- Author:
- Alexey Pushkin
-
Method Details
-
getName
-
getHits
public long getHits() -
getMean
public int getMean() -
getStandardDeviation
public int getStandardDeviation() -
getMaximum
public long getMaximum() -
getCpuTimeMean
public int getCpuTimeMean() -
getAllocatedKBytesMean
public int getAllocatedKBytesMean() -
getSystemErrorPercentage
public float getSystemErrorPercentage() -
getResponseSizeMean
public long getResponseSizeMean()
-