GetGPUUtilizationByRun
CCS-job-0013 Get GPU utilization of a run
Path Parameters
- job_id int32 required
Job ID
- run_id int32 required
Run ID
Query Parameters
- begin_time string
Default is two hours before end time.
- end_time string
Get the util before the end time. Default is now.
Header Parameters
- x-api-host string required
Default value:
k8s-D-twcc
Authentication Required Parameters
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- pod_name string
utilizations object[]
Array [gpu_util stringtimestamp date-timeunit string]- ]
[
{
"pod_name": "string",
"utilizations": [
{
"gpu_util": "66.2",
"timestamp": "2024-08-19",
"unit": "string"
}
]
}
]
Loading...