Node information and main process metrics for all nodes

get/cas/nodes/processMetrics
Internal-Use Only

Returns node information and main process metrics for all nodes.

Request Samples

1

Response Samples

1[
2 {
3 "name": "Node name"
4 },
5 {
6 "pid": "53421"
7 },
8 {
9 "connected": true
10 },
11 {
12 "type": "Controller"
13 },
14 {
15 "metrics": [
16 {
17 "pid": "1",
18 "id": "1",
19 "userId": "userId",
20 "username": "userName",
21 "command": "tini",
22 "state": "Running",
23 "userCPUTime": 1.19,
24 "systemCPUTime": 2.89,
25 "totalCPUTime": 164789257.05,
26 "clockTicksPerSecond": 100,
27 "nice": 0,
28 "threads": 1,
29 "vmSize": "4538368",
30 "rss": "503808",
31 "cpu": "12",
32 "commandLine": [
33 "/usr/local/bin/tini",
34 "--",
35 "/opt/sas/viya/home/bin/sas-cas-server-entrypoint.sh",
36 ""
37 ]
38 }
39 ]
40 }
41]

Responses

StatusMeaningDescription
200OKOKSchema