table of contents
ZBC(8) | System Manager's Manual | ZBC(8) |
NAME¶
gzbc - ZBC and ZAC device management graphical interface
SYNOPSIS¶
gzbc [options] device
DESCRIPTION¶
gzbc is a graphical user interface allowing to view the state of zones of a ZBC and ZAC device and to execute zone management commands. The zone reset, open, close and finish commands can be applied to zones selected from the list of zones displayed.
The list of zones displayed can be filtered based on zone type and zone condition. Zones are represented graphically using colored boxes indicating zone type and write state.
The device argument must be the pathname to the target device block device file (e.g., /dev/sdb), or to the target device SG node file (e.g., /dev/sg3). On old kernels lacking ZBC and ZAC support, only the device SG node file will be available.
OPTIONS¶
- -h, --help
- Show help options and exit.
- --help-all
- Show all help options and exit.
- --help-gtk
- Show GTK+ options and exit.
- -v, --verbose
- Use libzbc verbose mode (for debug).
- -i, --interval=msec
- Automatically refresh the zone list every msec milliseconds.
- -b, --block=size
- Use size as the unit for displaying a zone position, length and write pointer position instead of the default 512B sector unit.
- --display=iDISPLAY
- Specify the X display to use.
AUTHOR¶
Damien Le Moal <damien.lemoal@wdc.com>
SEE ALSO¶
AVAILABILITY¶
The gzbc utility is part of the libzbc library
available from
https://github.com/westerndigitalcorporation/libzbc.