modules: creates disk-io-module

This creates the disk-io-module, which displays io information read from
`/proc/diskstats`. Details on `diskstats` can be found on:
https://www.kernel.org/doc/Documentation/ABI/testing/procfs-diskstats
This commit is contained in:
Leonardo Gibrowski Faé 2022-04-27 21:55:34 -03:00
parent cb47c53de4
commit a0c07d7836
No known key found for this signature in database
GPG key ID: 9F85F3D45A51B992
6 changed files with 445 additions and 0 deletions

View file

@ -24,6 +24,7 @@
in the `title` particle.
* network: request link stats and expose under tags `dl-speed` and
`ul-speed` when `poll-interval` is set.
* new module: disk-io.
[153]: https://codeberg.org/dnkl/yambar/issues/153