Hi I am trying to monitor Windows disk latency using windows_exporter. I tested disk performance using two commands below : C:\> diskspd.exe -c1G -d120 -b4K -o32 -t4 -w10 -L -D -Suw testfile.dat PS C:\> Get-Counter -ComputerName win-node -Counter '\LogicalDisk(*)\Avg. Disk sec/Read','\LogicalDisk(*)\Avg. Disk sec/Write' -SampleInterval 1
The output of both commands above shows average latency of 11 msec. While the prometheus query "rate(windows_logical_disk_read_write_latency_seconds_total[20s])" prints 125 Why windows_exporter showing different result ? -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/ee3687e4-46f4-4bf0-afec-be0b27f05385n%40googlegroups.com.

