Summary
Keeps track of and exposes getters for various server performance statistics.
Constructors
Instance properties
| int |  | 
                Gets the number of connections which are currently alive, that is receiving data, waiting to receive data,
                or sending a response. | 
| int |  | 
                Gets the number of request processing threads which have completed a request but are being kept alive. | 
| long |  | Gets the total number of connections received by the server. |