1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 13:04:15 -04:00

1 Commits

Author SHA1 Message Date
Praveen raj Mani
30c2596512
Read drive IO stats from sysfs instead of procfs ()
Currently, we read from `/proc/diskstats` which is found to be
un-reliable in k8s environments. We can read from `sysfs` instead.

Also, cache the latest drive io stats to find the diff and update
the metrics.
2024-02-26 11:34:50 -08:00