You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently KAPEL reports walltime * cores. The APEL specifications about "cpu time" are not very clear. But it could be useful to report actual CPU usage efficiency.
There are Prometheus metrics such as: container_cpu_user_seconds_total{namespace="harvester",pod="grid-job-3156500-cxlh5"}
Another challenge would be container-level accounting and querying rather than pod-level, in particular in cases of multi-container pods, with each container requesting different resources.
Currently KAPEL reports walltime * cores. The APEL specifications about "cpu time" are not very clear. But it could be useful to report actual CPU usage efficiency.
There are Prometheus metrics such as:
container_cpu_user_seconds_total{namespace="harvester",pod="grid-job-3156500-cxlh5"}
This reports duplicate records for a pod:
Another challenge would be container-level accounting and querying rather than pod-level, in particular in cases of multi-container pods, with each container requesting different resources.
Further related info:
The text was updated successfully, but these errors were encountered: