1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 21:14:14 -04:00
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
..