ProcessStats

ProcessStats
ProcessStats

Statistics for a process

JSON Example
{
    "resources": [
        {
            "type": "string",
            "index": 0,
            "state": "string",
            "host": "string",
            "uptime": 0,
            "mem_quota": 0,
            "disk_quota": 0,
            "log_rate_limit": 0,
            "usage": {
                "time": "string",
                "cpu": "number",
                "mem": 0,
                "disk": 0,
                "log_rate": 0
            }
        }
    ]
}
array of object
resources
Optional

resources