javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public interface JaxRsExecutionStatisticsRuntimeMBean extends RuntimeMBean
Modifier and Type | Method | Description |
---|---|---|
long |
getAvgTimeLast15m() |
Get average request processing time in milliseconds in the last 15m.
|
long |
getAvgTimeLast15s() |
Get average request processing time in milliseconds in the last 5m.
|
long |
getAvgTimeLast1h() |
Get average request processing time in milliseconds in the last 1h.
|
long |
getAvgTimeLast1m() |
Get average request processing time in milliseconds in the last 1m.
|
long |
getAvgTimeLast1s() |
Get average request processing time in milliseconds in the last 1s.
|
long |
getAvgTimeTotal() |
Get average request processing time in milliseconds for the whole lifetime of an application.
|
long |
getMaxTimeLast15m() |
Get maximum request processing time in milliseconds in the last 15m.
|
long |
getMaxTimeLast15s() |
Get maximum request processing time in milliseconds in the last 5m.
|
long |
getMaxTimeLast1h() |
Get maximum request processing time in milliseconds in the last 1h.
|
long |
getMaxTimeLast1m() |
Get maximum request processing time in milliseconds in the last 1m.
|
long |
getMaxTimeLast1s() |
Get maximum request processing time in milliseconds in the last 1s.
|
long |
getMaxTimeTotal() |
Get maximum request processing time in milliseconds for the whole lifetime of an application.
|
long |
getMinTimeLast15m() |
Get minimum request processing time in milliseconds in the last 15m.
|
long |
getMinTimeLast15s() |
Get minimum request processing time in milliseconds in the last 5m.
|
long |
getMinTimeLast1h() |
Get minimum request processing time in milliseconds in the last 1h.
|
long |
getMinTimeLast1m() |
Get minimum request processing time in milliseconds in the last 1m.
|
long |
getMinTimeLast1s() |
Get minimum request processing time in milliseconds in the last 1s.
|
long |
getMinTimeTotal() |
Get minimum request processing time in milliseconds for the whole lifetime of an application.
|
long |
getRequestCountLast15m() |
Get request count in the last 15m.
|
long |
getRequestCountLast15s() |
Get request count in the last 5m.
|
long |
getRequestCountLast1h() |
Get request count in the last 1h.
|
long |
getRequestCountLast1m() |
Get request count in the last 1m.
|
long |
getRequestCountLast1s() |
Get request count in the last 1s.
|
long |
getRequestCountTotal() |
Get request count for the whole lifetime of an application.
|
double |
getRequestRateLast15m() |
Get average request rate per second in the last 15m.
|
double |
getRequestRateLast15s() |
Get average request rate per second in the last 5m.
|
double |
getRequestRateLast1h() |
Get average request rate per second in the last 1h.
|
double |
getRequestRateLast1m() |
Get average request rate per second in the last 1m.
|
double |
getRequestRateLast1s() |
Get average request rate per second in the last 1s.
|
double |
getRequestRateTotal() |
Get average request rate per second for the whole lifetime of an application.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
long getMinTimeTotal()
long getMinTimeLast1s()
long getMinTimeLast1m()
long getMinTimeLast15s()
long getMinTimeLast15m()
long getMinTimeLast1h()
long getMaxTimeTotal()
long getMaxTimeLast1s()
long getMaxTimeLast1m()
long getMaxTimeLast15s()
long getMaxTimeLast15m()
long getMaxTimeLast1h()
long getAvgTimeTotal()
long getAvgTimeLast1s()
long getAvgTimeLast1m()
long getAvgTimeLast15s()
long getAvgTimeLast15m()
long getAvgTimeLast1h()
double getRequestRateTotal()
double getRequestRateLast1s()
double getRequestRateLast1m()
double getRequestRateLast15s()
double getRequestRateLast15m()
double getRequestRateLast1h()
long getRequestCountTotal()
long getRequestCountLast1s()
long getRequestCountLast1m()
long getRequestCountLast15s()
long getRequestCountLast15m()
long getRequestCountLast1h()