GET /<pid>/stats

Get the current statistics for a process.

Parameters

None

Example of request

GET http://localhost:5000/1/stats

Response

{
  "stats": {
      "mem_info1": "4M",
      "mem": 0.1,
      "mem_info2": "28M",
      "cpu": 0,
      "ctime": "0:02.15"
  }
}

resources informations

Authentication Require an admin
HTTP Method GET