Uses of Class
lumis.portal.jmx.Units
-
Packages that use Units Package Description lumis.portal.monitor.jmx lumis.service.analytics.usersegmentation.manager -
-
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. -
Uses of Units in lumis.service.analytics.usersegmentation.manager
Methods in lumis.service.analytics.usersegmentation.manager with annotations of type Units Modifier and Type Method Description double
IUserSegmentationManagerJMXBean. getItemAddedAverageThroughput()
Health indicator of the average of the throughput of items added in user segmentation manager process queue (how many items have been added in one second).double
IUserSegmentationManagerJMXBean. getItemProcessedAverageThroughput()
Health indicator of the average of the throughput of items processed in user segmentation manager process queue (how many items have been added in one second).double
IUserSegmentationManagerJMXBean. getItemRejectedAverageThroughput()
Health indicator of the average of the throughput of items rejected by the user segmentation manager process queue (how many items have been rejected in one second).double
IUserSegmentationManagerJMXBean. 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.
-