Get system metrics for a user on a grid node

get/grid/{name}/top/{user}
Internal-Use Only

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.

Request Samples

1

Response Samples

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}

Path Parameters

NameTypeRequiredDescription
name
string
true

Name of node.

user
string
true

Name of user for which process list is provided.

Responses

StatusMeaningDescription
200OKOKSchema