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
I am confused about cpus_limit.
1、May I ask what is cpus_limit really means?
2、I want to calculate the cpu usage of each container/task, so I use prom statement like:
irate(cpu_user_seconds_total{id=~"$busi.*"}[5m])*100,
but I get some result that is more than 100. That's my number two confusion.
3、Is cpus_limit related with cpu usage?
The text was updated successfully, but these errors were encountered:
I am confused about cpus_limit.
1、May I ask what is cpus_limit really means?
2、I want to calculate the cpu usage of each container/task, so I use prom statement like:
irate(cpu_user_seconds_total{id=~"$busi.*"}[5m])*100,
but I get some result that is more than 100. That's my number two confusion.
3、Is cpus_limit related with cpu usage?
The text was updated successfully, but these errors were encountered: