Get system metrics for a user on a grid node
get/grid/{name}/top/{user}
Returns a collection of system metrics, similar to the information gathered and displayed by the top utility for UNIX/Linux, for the specified user. If the user is not an administrator, then the processes returned include processes created for the specified user, e.g. processes for sessions owned by the user.
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 |