Uses of Class
lumis.portal.jmx.Units
-
Packages that use Units Package Description lumis.portal.monitor.jmx -
-
Uses of Units in lumis.portal.monitor.jmx
Methods in lumis.portal.monitor.jmx with annotations of type Units Modifier and Type Method Description double
MonitorHealthMBean. getItemAddedAverageThroughput()
Health indicator of the average of the throughput of items added in monitor process queue (how many items have been added in one second).double
MonitorHealthMBean. getItemProcessedAverageThroughput()
Health indicator of the average of the throughput of items processed in monitor process queue (how many items have been added in one second).double
MonitorHealthMBean. getItemRejectedAverageThroughput()
Health indicator of the average of the throughput of items rejected by the monitor process queue (how many items have been rejected in one second).double
MonitorHealthMBean. getQueueAverageDuration()
Health indicator of the average of the duration an item remains on the process queue, since it was added until it is fully processed.
-