Hello,

I've configured Grafana to get CPU utilization using 
wmi_process_cpu_time_total.However, it doesn't give accurate results.

I tried the below query as suggested here 
<https://groups.google.com/forum/#!searchin/prometheus-users/wmi_process_cpu_time_total%7Csort:date/prometheus-users/eN__0UvlrJo/3bH0oA6WEwAJ>
.

sum by (process) (rate(wmi_process_cpu_time_total{instance=~"$server.*",
 process !~"Idle"}[5m]))

Any idea how I can get this working?

Thank you in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/85722a0c-97ef-4ee9-99a8-aa7c53ed9e04%40googlegroups.com.

Reply via email to