List running processes

get/system/processes
Internal-Use Only

Get a list of running processes on the node.

Request Samples

1

Response Samples

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.19
22 },
23 {
24 "systemCPUTime": 2.89
25 },
26 {
27 "totalCPUTime": 164789257.05
28 },
29 {
30 "clockTicksPerSecond": 100
31 },
32 {
33 "nice": 0
34 },
35 {
36 "threads": 1
37 },
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]

Responses

StatusMeaningDescription
200OKOKSchema