aristocratos / btop

A monitor of resources
Apache License 2.0
19.25k stars 604 forks source link

[REQUEST] Include non-mountpoint blockdevices in IO stats #608

Open KJ7LNW opened 1 year ago

KJ7LNW commented 1 year ago

Is your feature request related to a problem? Please describe.

I just tried btop and love it, but on our hypervisors where we need IO stats I can only see mountpoint IO stats. All of our VMs are LVM-backed, so somehow we need to see IO stats for non-mountpoint disks.

Describe the solution you'd like

Describe alternatives you've considered Alternatives? I could use dstat or dool instead, but btop is awesome ;)

KJ7LNW commented 1 year ago

This is related to (but not a duplicate of) #108.

The implementation suggestions are slightly different: This enhancement suggests re-using the existing disk pane, the other says add a new pane for block device IO.

I'm not attached to either implementation, I just want to see per-blockdev stats with the ability to filter, scroll, and sort by:

Maybe these two issues should be merged? I'll leave it up to whatever is best/easiest for the developer(s) to implement.