|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PWCConnectionQueueStats
ConnectionQueue information shows the number of sessions in the queue and the average delay before the connection is accepted
| Method Summary | |
|---|---|
CountStatistic |
getCountOverflows()
Gets the number of times the queue has been too full to accommodate a connection |
CountStatistic |
getCountQueued()
Gets the number of connections currently in the queue |
CountStatistic |
getCountQueued15MinuteAverage()
Gets the average number of connections queued in the last 15 minutes |
CountStatistic |
getCountQueued1MinuteAverage()
Gets the average number of connections queued in the last 1 minute |
CountStatistic |
getCountQueued5MinuteAverage()
Gets the average number of connections queued in the last 5 minutes |
CountStatistic |
getCountTotalConnections()
Gets the total number of connections that have been accepted. |
CountStatistic |
getCountTotalQueued()
Gets the total number of connections that have been queued. |
StringStatistic |
getId()
Gets the ID of the connection queue |
CountStatistic |
getMaxQueued()
Gets the maximum size of the connection queue |
CountStatistic |
getPeakQueued()
Gets the largest number of connections that were in the queue simultaneously. |
CountStatistic |
getTicksTotalQueued()
Gets the total number of ticks that connections have spent in the queue. |
| Methods inherited from interface org.glassfish.j2ee.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
| Method Detail |
|---|
StringStatistic getId()
CountStatistic getCountTotalConnections()
CountStatistic getCountQueued()
CountStatistic getPeakQueued()
CountStatistic getMaxQueued()
CountStatistic getCountOverflows()
CountStatistic getCountTotalQueued()
counttotalqueued may be greater than or equal to
counttotalconnections.
CountStatistic getTicksTotalQueued()
CountStatistic getCountQueued1MinuteAverage()
CountStatistic getCountQueued5MinuteAverage()
CountStatistic getCountQueued15MinuteAverage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||