Number of connections in keep-alive modereturnnumber of connections
The number of times the server had to close a connection because the KeepAliveCount exceeded the MaxKeepAliveConnectionsreturnconnections
The number of times a request was successfully received from a connection that had been kept alivereturnhits
The number of times the server could not hand off the connection to a keep-alive thread, possibly due to too many persistent connectionsreturnrefusals
The number of times the server terminated keep-alive connections as the client connections timed out, without any activityreturnconnections timed out
Maximum number of connections allowed in keep-alive mode simultaneouslyreturnMax number of connections allowed
The time (in seconds) before idle keep-alive connections are closedreturntime in seconds