Need query for windows cpu , memory , hard disk usage

i m trying to fix alerts for windows cpu , memory and hard disk , i m using prometheus as the data source , through node exporter we collect the data
for widows cpu the query
sum by (mode) (rate(wmi_cpu_time_total{instance=~"$server"}[5m]))
does not get data to the graph
any queries to get the windows cpu data?

Hi @tkdhanasekar ,

Have you tried importing and exploring a pre-configured dashboard for Node Exporter + Windows, such as this one:

I bet that dashboard has a reliable query for CPU data

This topic was automatically closed after 365 days. New replies are no longer allowed.