Connections
Method GET

Return client connections statistics

Returns statistics of client connections.

get/connections

Query parameters

fieldsstring

Limits which fields of the connections statistics will be output.

Response

Success

acceptedinteger

The total number of accepted client connections.

droppedinteger

The total number of dropped client connections.

activeinteger

The current number of active client connections.

idleinteger

The current number of idle client connections.

Example response

{
  "accepted": 4968119,
  "dropped": 0,
  "active": 5,
  "idle": 117
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.