List process threads

get/system/processes/{processId}/threads
Internal-Use Only

Get list of threads for the specified process.

Request Samples

1

Response Samples

1[
2 {
3 "pid": "2032"
4 },
5 {
6 "id": "2032"
7 },
8 {
9 "userId": "1001"
10 },
11 {
12 "username": "user"
13 },
14 {
15 "command": "launchsvcs"
16 },
17 {
18 "state": "Sleeping"
19 },
20 {
21 "userCPUTime": 0.47
22 },
23 {
24 "systemCPUTime": 2.18
25 },
26 {
27 "totalCPUTime": 164789257.08
28 },
29 {
30 "clockTicksPerSecond": 100
31 },
32 {
33 "nice": 20901888
34 },
35 {
36 "rss": "1785856"
37 },
38 {
39 "cpu": "14"
40 },
41 {
42 "stackTrace": [
43 "/opt/sas/viya/home/SASFoundation/utilities/bin/launchsvcs",
44 ""
45 ]
46 }
47]

Path Parameters

NameTypeRequiredDescription
processId
integer
true

PID of process.

Responses

StatusMeaningDescription
200OKOKSchema
404Not FoundProcess is no longer running.Schema