gstat(8): Document interactive keyboard commands

gstat(8) allows for <, >, c, f, F and q while in interactive mode.

PR:	251313
Submitted by:	bojan_petrovic@fastmail.fm
Approved by:	manpages (0mp@)
Differential Revision:	https://reviews.freebsd.org/D27815
This commit is contained in:
Fernando Apesteguía 2020-12-29 22:07:11 +01:00
parent 3efe9b3e77
commit cfaa2958dc

View File

@ -97,6 +97,28 @@ seconds, milliseconds, or microseconds, respectively.
.It Fl p .It Fl p
Only display physical providers (those with rank of 1). Only display physical providers (those with rank of 1).
.El .El
.Sh INTERACTIVE COMMANDS
These commands are currently recognized if
.Nm
is not running in batch mode:
.Bl -tag -width indent
.It Ic <
Halve the update interval.
.It Ic >
Double the update interval.
.It Ic c
Toggle display of
.Xr geom 4
consumers.
.It Ic f
Display only devices with the names matching regular expression filter
(prompt for filter).
.It Ic F
Remove device filter.
.It Ic q
Quit
.Nm .
.El
.Sh EXIT STATUS .Sh EXIT STATUS
.Ex -std .Ex -std
.Sh SEE ALSO .Sh SEE ALSO