Use the following dotted name pattern for network connection queue statistics:
server.network.type-of-listener.connection-queue.statistic
Statistics available for network connection queue are shown in the following table.
Table 8–25 Network Connection Queue Statistics
Statistic |
Data Type |
Description |
---|---|---|
countopenconnections |
CountStatistic |
The number of open/active connections |
countoverflows |
CountStatistic |
Number of times the queue has been too full to accommodate a connection |
countqueued |
CountStatistic |
Number of connections currently in the queue |
countqueued15minutesaverage |
CountStatistic |
Average number of connections queued in the last 15 minutes |
countqueued1minuteaverage |
CountStatistic |
Average number of connections queued in the last 1 minute |
countqueued5minutesaverage |
CountStatistic |
Average number of connections queued in the last 5 minutes |
counttotalconnections |
CountStatistic |
Total number of connections that have been accepted |
counttotalqueued |
CountStatistic |
Total number of connections that have been queued |
maxqueued |
CountStatistic |
Maximum size of the connection queue |
peakqueued |
CountStatistic |
Largest number of connections that were in the queue simultaneously |
tickstotalqueued |
CountStatistic |
(Unsupported) Total number of ticks that connections have spent in the queue |