-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
Enhancement
Please develop a collector of BTRFS stats. They look like this:
$ sudo btrfs dev stats /mnt/btrfs/
[/dev/mmcblk0p3].write_io_errs 0
[/dev/mmcblk0p3].read_io_errs 0
[/dev/mmcblk0p3].flush_io_errs 0
[/dev/mmcblk0p3].corruption_errs 0
[/dev/mmcblk0p3].generation_errs 0
[/dev/sda].write_io_errs 72430
[/dev/sda].read_io_errs 76151
[/dev/sda].flush_io_errs 61
[/dev/sda].corruption_errs 0
[/dev/sda].generation_errs 0
Documentation: https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-device#DEVICE_STATS
Reactions are currently unavailable