logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gzbd-viewer - zoned block devices zone state graphical interface

Author

       Damien Le Moal <damien.lemoal@wdc.com>

Availability

       The   gzbd-viewer   utility   is   part   of   the   libzbd  library  available  from  https://github.com
       /westerndigitalcorporation/libzbd.

                                                                                                  GZBD-VIEWER(8)

Description

gzbd-viewer  is  used  to  dynamically  display the state of zones of a zoned block device.  Each zone is
       displayed as a box representing the sector range of the zone.  A zone box is filled with different colors
       based on the zone type and on the use of sectors within the zone. The condition of zones is indicated  by
       highlighting a zone box border with different colors.

       Zonetypeandusagecolorcodes
       Magenta      Conventional zones
       Red          Written sectors of a sequential zone
       Green        Unwritten and usable sectors of a sequential zone
       Rosy brown   Unusable sectors of a sequential zone

       Zoneconditioncolorcodes
       Light blue    Explicitly opened zones
       Dark blue     Implicitly opened zones
       Dark orange   Closed zones
       Grey          Offline zones

       The device argument must be the pathname of the target zoned block device.

       By  default,  gzbd-viewer  will display at most 100 zones using a 10 x 10 grid. This default display size
       can be changed using options as explained below.

Name

       gzbd-viewer - zoned block devices zone state graphical interface

Options

-?, --help
              Show help options and exit.

       --help-all
              Show all help options and exit.

       --help-gtk
              Show GTK+ options and exit.

       -v, --verbose
              Use libzbd verbose mode (for debug).

       -i, --intervalmsec
              Set refresh interval to msec milliseconds (default: 500).

       -w, --widthcolumns
              Display zones in a matrix of columns columns.

       -h, --heightrows
              Display zones in a matrix of rows rows.

       -b, --blocksize
              Use size as the unit for displaying a zone position, length and write pointer position instead  of
              the default byte value.

       --display=DISPLAY
              Specify the X display to use.

See Also

zbd(8), gzbd(8)

Synopsis

gzbd-viewer [options] device

See Also