connectionCount property

int connectionCount

The number of active connections.

  • It is also the number of requests in processing.
  • If zero, it means the server is idle.

Implementation

int get connectionCount;