scottchiefbaker / dool

Python3 compatible fork of dstat
GNU General Public License v3.0
315 stars 58 forks source link

Add an option for `--diskset` for #35 #42

Closed scottchiefbaker closed 1 year ago

scottchiefbaker commented 1 year ago

This adds the --diskset option to the CLI params. It is invoked in the following manner:

dool --diskset os:vda --diskset vault:vdb,vdc

The format is as follows: --diskset diskset_name:dev1,dev2,dev3,etc, and can be repeated for multiple groupings. There are only seven characters available in the header for diskset, so long names will be truncated.

Note: documentation pending review and comment from other contributors.