Node information and main process metrics for all nodes
get/cas/nodes/processMetrics
Returns node information and main process metrics for all nodes.
1[2 {3 "name": "Node name"4 },5 {6 "pid": "53421"7 },8 {9 "connected": true10 },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]
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | OK | Schema |