Get system metrics on a grid node
get/grid/{name}/top
Returns a collection of system metrics for the specified host, similar to the information gathered and displayed by the top utility for UNIX/Linux.
1{2 "description": "Top System Metrics",3 "value": {4 "cpuLoad": 1,5 "system": {6 "$ref": "#/components/examples/SystemInformation"7 },8 "processes": {9 "items": {10 "$ref": "#/components/examples/Process"11 }12 }13 }14}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | OK | Schema |