Get CPU times for a process on a grid node

get/grid/{name}/processes/{processId}/cpuTime
Internal-Use Only

Get CPU times for the specified process on the specified node.

Request Samples

1

Response Samples

1{
2 "description": "CPUTime",
3 "value": {
4 "userCPUTime": 0.47,
5 "systemCPUTime": 2.18,
6 "totalCPUTime": 164789257.08,
7 "clockTicksPerSecond": 100
8 }
9}

Path Parameters

NameTypeRequiredDescription
name
string
true

Name of node.

processId
integer
true

PID of process.

Responses

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