Statistic | Description |
Sessions.Inbound.Accept.Queue | Number of new connections waiting to be serviced by threadpool |
Sessions.Inbound.Active | Number of currently running inbound TCP/SSL connections |
Sessions.Inbound.Active.SSL | Number of currently running inbound SSL connections |
Sessions.Inbound.BytesReceived | Number of bytes received by all inbound TCP/SSL connections |
Sessions.Inbound.BytesSent | Number of bytes sent by all inbound TCP/SSL connections |
Sessions.Inbound.Peak | Maximum number of concurrent inbound TCP/SSL connections |
Sessions.Inbound.Peak.SSL | Peak number of concurrent inbound SSL connections |
Sessions.Inbound.Total | Number of all TCP/SSL inbound connections since server started |
Sessions.Inbound.Total.SSL | Number of all SSL inbound connections since server started |
Sessions.Inbound.Total.SSL.Bad_Handshake | Total number of failed inbound SSL handshakes since server started |
Sessions.Outbound.Active | Number of currently running outbound TCP/SSL connections |
Sessions.Outbound.Active.SSL | Number of currently running outbound SSL connections |
Sessions.Outbound.BytesReceived | Number of bytes received by all outbound TCP/SSL connections |
Sessions.Outbound.BytesSent | Number of bytes sent by all outbound TCP/SSL connections |
Sessions.Outbound.Peak | Maximum number of concurrent outbound TCP/SSL connections |
Sessions.Outbound.Peak.SSL | Maximum number of concurrent outbound SSL connections |
Sessions.Outbound.Total | Number of all TCP outbound connections since server started |
Sessions.Outbound.Total.SSL | Number of all SSL outbound connections since server started |
Sessions.Outbound.Total.SSL.Bad_Handshake | Total number of failed outbound SSL handshakes since server started |
Sessions.Threads.Busy | Total number of running threads servicing network IO requests |
Sessions.Threads.Idle | Total number of idle threads waiting to service network IO requests |
Sessions.Threads.InThreadPool | Current number of threads in threadpool |
Sessions.Threads.Peak | Peak number of threads in threadpool |