Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2021 18:01:17 GMT
From:      Fernando Apesteguía <fernape@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cfaa2958dc44 - main - gstat(8): Document interactive keyboard commands
Message-ID:  <202101061801.106I1HKY088424@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape (ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=cfaa2958dc44c20f56a19fe490ee4d7c02f50bef

commit cfaa2958dc44c20f56a19fe490ee4d7c02f50bef
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2020-12-29 21:07:11 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2021-01-06 17:55:03 +0000

    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
---
 usr.sbin/gstat/gstat.8 | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/usr.sbin/gstat/gstat.8 b/usr.sbin/gstat/gstat.8
index 4d22a60bb571..1ed36e7857af 100644
--- a/usr.sbin/gstat/gstat.8
+++ b/usr.sbin/gstat/gstat.8
@@ -97,6 +97,28 @@ seconds, milliseconds, or microseconds, respectively.
 .It Fl p
 Only display physical providers (those with rank of 1).
 .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
 .Ex -std
 .Sh SEE ALSO



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101061801.106I1HKY088424>