Processes
Method GET

Return nginx processes status

Returns the number of abnormally terminated and respawned child processes.

get/processes

Response

Success

respawnedinteger

The total number of abnormally terminated and respawned child processes.

Example response

{
  "respawned": 0
}

Changes

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