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'm wrapping my head around the topic riported in the title....I'm not able which is the best way to get the CPU usage in millicores for the windows-exporter project itself (into a multi-core server).
Set aside that I'm really not able to judge if that is even conceptually correct, I'm currently using the process collector and specifically its windows_process_cpu_time_total, but I'm not sure how to setup a PromQL query.
There are some options (like this comment in #494) but they all refer to percentage and not an absolute millicores value.
Comments in #494 seems to indicate an agreement that the query there reported is the correct one, but how can I transform from "time percentage" to "millicores" usage? Anyone can help?
Thanks a lot :)
Environment
windows_exporter Version: 0.29.2
Windows Server Version: 2019
The text was updated successfully, but these errors were encountered:
windows_exporter does some trick business by fetch values directly from the Registry, if Process Collector is used. But the logic will be not availible to the performance counter collector.
Problem Statement
Hi,
I'm wrapping my head around the topic riported in the title....I'm not able which is the best way to get the CPU usage in millicores for the windows-exporter project itself (into a multi-core server).
Set aside that I'm really not able to judge if that is even conceptually correct, I'm currently using the process collector and specifically its
windows_process_cpu_time_total
, but I'm not sure how to setup a PromQL query.There are some options (like this comment in #494) but they all refer to percentage and not an absolute millicores value.
Comments in #494 seems to indicate an agreement that the query there reported is the correct one, but how can I transform from "time percentage" to "millicores" usage? Anyone can help?
Thanks a lot :)
Environment
The text was updated successfully, but these errors were encountered: