Gets the number of times the queue has been too full to accommodate a connectionreturnNumber of times the queue has been too full to accommodate a connection
Gets the number of connections currently in the queuereturnNumber of connections currently in the queue
Gets the average number of connections queued in the last 15 minutesreturnAverage number of connections queued in the last 15 minutes
Gets the average number of connections queued in the last 1 minutereturnAverage number of connections queued in the last 1 minute
Gets the average number of connections queued in the last 5 minutesreturnAverage number of connections queued in the last 5 minutes
Gets the total number of connections that have been accepted.returnTotal number of connections that have been accepted.
Gets the total number of connections that have been queued. A given connection may be queued multiple times, so counttotalqueued may be greater than or equal to counttotalconnections.returnTotal number of connections that have been queued
counttotalqueued
counttotalconnections
Gets the ID of the connection queuereturnThe ID of the connection queue
Gets the maximum size of the connection queuereturnMaximum size of the connection queue
Gets the largest number of connections that were in the queue simultaneously.returnLargest number of connections that were in the queue simultaneously
Gets the total number of ticks that connections have spent in the queue. A tick is a system-dependent unit of time.returnTotal number of ticks that connections have spent in the queue