diff options
author | 2011-04-29 05:48:04 +0000 | |
---|---|---|
committer | 2011-04-29 05:48:04 +0000 | |
commit | 7d5c679c5655ab193b22cfbb0cd087d5c2c7b74b (patch) | |
tree | c23773c565e725368d1ab24e87f5fff65007697c | |
parent | small tidy. contribution from patrick keshishian and extra tab spot by halex. Thanks. (diff) | |
download | wireguard-openbsd-7d5c679c5655ab193b22cfbb0cd087d5c2c7b74b.tar.xz wireguard-openbsd-7d5c679c5655ab193b22cfbb0cd087d5c2c7b74b.zip |
Add currently undocumented keyboard options available on ifstat view.
ok jmc@
-rw-r--r-- | usr.bin/systat/systat.1 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index a983ce56a5d..48558096d82 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.91 2011/04/05 07:35:32 mpf Exp $ +.\" $OpenBSD: systat.1,v 1.92 2011/04/29 05:48:04 lum Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)systat.1 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: April 5 2011 $ +.Dd $Mdocdate: April 29 2011 $ .Dt SYSTAT 1 .Os .Sh NAME @@ -259,10 +259,20 @@ represent whether the interface is connected or not; in the case of .Xr carp 4 interfaces, whether the interface is in master or backup state, respectively. +.Pp The character .Ic B changes the counter view between bytes and bits. -.\"See below for more options. +Pressing +.Ic b +displays statistics as calculated from boot time. +.Ic r +changes the counters to show their totals as calculated +between display refreshes. +.Ic t +changes the counters to show the average per second over +the display refresh interval; +this is the default. .It Ic iostat Display statistics about disk throughput. Statistics |