Get process CPU times

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

Get CPU times for the specified process.

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
processId
integer
true

PID of process.

Responses

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