NodeProcessProperties
NodeProcessProperties
Node process properties
AllOf
JSON Example
{
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"mem_used": 0,
"cpu_time": 0,
"ppid": 0,
"start_time": 0,
"process_name": "string",
"pid": 0,
"uptime": 0,
"mem_resident": 0
}