appsignal / probes-rs

Rust library to read out system stats from a machine running Unix
MIT License
15 stars 2 forks source link

Make /proc/diskstats compatible with Kernel 4.18+ #39

Closed matsimitsu closed 5 years ago

matsimitsu commented 5 years ago

Kernel 4.18+ appends four more fields for discard tracking putting the total at 18:

15 - discards completed successfully 16 - discards merged 17 - sectors discarded 18 - time spent discarding

This commit makes the readout compatible with these new fields, but does not read them.

Fixes https://github.com/appsignal/support/issues/10