prometheus-community / windows_exporter

Prometheus exporter for Windows machines
MIT License
2.89k stars 696 forks source link

How does windows_exporter monitor disk iowait #1454

Open ilanni2460 opened 6 months ago

ilanni2460 commented 6 months ago

How does windows_exporter monitor disk iowait

jkroepke commented 5 months ago

could you define a metric?

ilanni2460 commented 5 months ago

@jkroepke Sorry, I can't, I don't understand windows development.

github-actions[bot] commented 2 months ago

This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs.

jacbo0112 commented 1 month ago

I don't seem to see any metrics related to iowait in Class Win32_PerfRawData_PerfDisk_physicalDisk. Perhaps Windows itself does not provide it

jkroepke commented 1 month ago

There is no such metric named iowait. Closest possible are read and write latency.