gstat(8)
NAME
gstat - print statistics about GEOM disks
SYNOPSIS
gstat [-acd] [-I interval]
DESCRIPTION
- The gstat utility can be used to monitor I/O transactions of
- geom(4)
devices. - The options are as follows:
- -a Only display providers that are at least 0.1% busy.
- -c Enable display of geom(4) consumers too. The de
- fault is to show
- statistics only for geom(4) producers.
- -d Enable display of statistics for delete (BIO_DELETE)
- operations.
- -I interval
- Refresh the gstat display every interval microsec
- onds. Adding a
suffix of s, ms, or us (the default) indicates that - the update
interval is specified in seconds, milliseconds, or - microseconds,
respectively.
EXIT STATUS SEE ALSO
systat(1), geom(4), iostat(8), vmstat(8)
HISTORY
A gstat utility appeared in FreeBSD 5.0.
BUGS
- The gstat utility only works interactively. It should prob
- ably detect
when it is run non-interactively and produce simple ASCII - text output.
Otherwise, this utility should probably be folded into sys - tat(1) which
only works interactively and is the obvious utility to run - for various
other forms of system statistics. - BSD March 3, 2003