murrayo / yape

yet another pButtons extractor
MIT License
11 stars 7 forks source link

Limit iostat charts to selected disks only #7

Closed murrayo closed 6 years ago

murrayo commented 6 years ago

For systems with many disks eg /dev/sdb, sdc, etc and devmapper /dev/dm-0 etc the output can be time consuming and unwieldy to work with. I would like to see a list of disks eg --iostatdisks "sdb sdc dm-0" and only those disks are charted. Still create .csv for all.

murrayo commented 6 years ago

I have added a branch with this feature in it; select_disks_for_iostat

kazamatzuri commented 6 years ago

i think this is working now?