diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2011-04-05 07:35:33 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2011-04-05 07:35:33 +0000 |
commit | 1bdd4092e5ce051a1a74be62d82d33a1862988be (patch) | |
tree | 7124d7c2a1b6b093788713139f84cb1c855bc539 /usr.bin/systat/systat.1 | |
parent | e52df9698db5ec3875f31e4a128cec228c7656e0 (diff) |
Add support to display numbers with thousands separators
and to switch the ifstat view to Bits/s.
This allows us to see live network throughput in units
like MBit/s, which is more practical.
OK sthen@, manpage OK jmc@, "put it in" deraadt@
Diffstat (limited to 'usr.bin/systat/systat.1')
-rw-r--r-- | usr.bin/systat/systat.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index c12edb0d5af..a983ce56a5d 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.90 2011/01/18 03:38:05 lum Exp $ +.\" $OpenBSD: systat.1,v 1.91 2011/04/05 07:35:32 mpf 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: January 18 2011 $ +.Dd $Mdocdate: April 5 2011 $ .Dt SYSTAT 1 .Os .Sh NAME @@ -175,6 +175,8 @@ Quit .Nm . .It Ic r Reverse the selected ordering if supported by the view. +.It Ic \&, +Print numbers with thousand separators, where applicable. .It Ic ^A \*(Ba Aq Ic Home Jump to the beginning of the current view. .It Ic ^B \*(Ba Aq Ic right arrow @@ -257,6 +259,9 @@ 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. +The character +.Ic B +changes the counter view between bytes and bits. .\"See below for more options. .It Ic iostat Display statistics about disk throughput. |