Get a thread list for a process on a grid node
get/grid/{name}/processes/{processId}/threads
Get list of threads for the specified process on the specified node.
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.4722 },23 {24 "systemCPUTime": 2.1825 },26 {27 "totalCPUTime": 164789257.0828 },29 {30 "clockTicksPerSecond": 10031 },32 {33 "nice": 2090188834 },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]