public interface PWCConnectionQueueStats extends javax.management.j2ee.statistics.Stats
Modifier and Type | Method and Description |
---|---|
javax.management.j2ee.statistics.CountStatistic |
getCountOverflows()
Gets the number of times the queue has been too full to accommodate
a connection
|
javax.management.j2ee.statistics.CountStatistic |
getCountQueued()
Gets the number of connections currently in the queue
|
javax.management.j2ee.statistics.CountStatistic |
getCountQueued15MinuteAverage()
Gets the average number of connections queued in the last 15 minutes
|
javax.management.j2ee.statistics.CountStatistic |
getCountQueued1MinuteAverage()
Gets the average number of connections queued in the last 1 minute
|
javax.management.j2ee.statistics.CountStatistic |
getCountQueued5MinuteAverage()
Gets the average number of connections queued in the last 5 minutes
|
javax.management.j2ee.statistics.CountStatistic |
getCountTotalConnections()
Gets the total number of connections that have been accepted.
|
javax.management.j2ee.statistics.CountStatistic |
getCountTotalQueued()
Gets the total number of connections that have been queued.
|
StringStatistic |
getId()
Gets the ID of the connection queue
|
javax.management.j2ee.statistics.CountStatistic |
getMaxQueued()
Gets the maximum size of the connection queue
|
javax.management.j2ee.statistics.CountStatistic |
getPeakQueued()
Gets the largest number of connections that were in the queue
simultaneously.
|
javax.management.j2ee.statistics.CountStatistic |
getTicksTotalQueued()
Gets the total number of ticks that connections have spent in the
queue.
|
getStatistic, getStatisticNames, getStatistics
StringStatistic getId()
javax.management.j2ee.statistics.CountStatistic getCountTotalConnections()
javax.management.j2ee.statistics.CountStatistic getCountQueued()
javax.management.j2ee.statistics.CountStatistic getPeakQueued()
javax.management.j2ee.statistics.CountStatistic getMaxQueued()
javax.management.j2ee.statistics.CountStatistic getCountOverflows()
javax.management.j2ee.statistics.CountStatistic getCountTotalQueued()
counttotalqueued
may be greater than or equal to
counttotalconnections
.javax.management.j2ee.statistics.CountStatistic getTicksTotalQueued()
javax.management.j2ee.statistics.CountStatistic getCountQueued1MinuteAverage()
javax.management.j2ee.statistics.CountStatistic getCountQueued5MinuteAverage()
javax.management.j2ee.statistics.CountStatistic getCountQueued15MinuteAverage()
Copyright © 2021. All rights reserved.