Get CPU times for a process on a grid node
get/grid/{name}/processes/{processId}/cpuTime
Get CPU times for the specified process on the specified node.
1{2 "description": "CPUTime",3 "value": {4 "userCPUTime": 0.47,5 "systemCPUTime": 2.18,6 "totalCPUTime": 164789257.08,7 "clockTicksPerSecond": 1008 }9}