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
Actuallly, I'm traying to monitor the CPU usage on our Physical Server but it doesn't Works.
I already make it work on Virtual server by using the following metric :
Hello,
Actuallly, I'm traying to monitor the CPU usage on our Physical Server but it doesn't Works.
I already make it work on Virtual server by using the following metric :
100 - (avg by(instance) (irate(windows_cpu_time_total{instance=~"$servername",mode="idle"}[1m])) 100)*
But when I tried to do the same for physical server I don't have a correct value.
I tried to see the folowwing issues : #494 : #494 and #787 : #494
but I don't find any solution for my case.
Can anyone help me to solve it pls ?
The text was updated successfully, but these errors were encountered: