List running processes
get/system/processes
Get a list of running processes on the node.
1[2 {3 "pid": "1"4 },5 {6 "id": "1"7 },8 {9 "userId": "userId"10 },11 {12 "username": "userName"13 },14 {15 "command": "tini"16 },17 {18 "state": "Running"19 },20 {21 "userCPUTime": 1.1922 },23 {24 "systemCPUTime": 2.8925 },26 {27 "totalCPUTime": 164789257.0528 },29 {30 "clockTicksPerSecond": 10031 },32 {33 "nice": 034 },35 {36 "threads": 137 },38 {39 "vmSize": "4538368"40 },41 {42 "rss": "503808"43 },44 {45 "cpu": "12"46 },47 {48 "commandLine": [49 "/usr/local/bin/tini",50 "--",51 "/opt/sas/viya/home/bin/sas-cas-server-entrypoint.sh",52 ""53 ]54 }55]
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | OK | Schema |