aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/systat.1
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2003-08-01 20:28:20 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2003-08-01 20:28:20 +0000
commitf29d8c1abe6a89f8e8e93f57152a36d409d327cd (patch)
treeda7d960e379b3bb363b96828304ecde4ba6bfb13 /usr.bin/systat/systat.1
parentb77c2bcd981959d2306d8d7814c51a9435a83e00 (diff)
Add ip6 and icmp6 displays to systat.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=118318
Diffstat (limited to 'usr.bin/systat/systat.1')
-rw-r--r--usr.bin/systat/systat.118
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1
index 368c008e9b87..01f3dced3492 100644
--- a/usr.bin/systat/systat.1
+++ b/usr.bin/systat/systat.1
@@ -88,9 +88,11 @@ flag expects
.Ar display
to be one of:
.Ic icmp ,
+.Ic icmp6 ,
.Ic ifstat ,
.Ic iostat ,
.Ic ip ,
+.Ic ip6 ,
.Ic mbufs ,
.Ic netstat ,
.Ic pigs ,
@@ -196,6 +198,11 @@ mode. The
.Ic mode
command with no argument will display the current mode in the command
line.
+.It Ic icmp6
+This display is like the
+.Ic icmp
+display,
+but displays statistics for IPv6 ICMP.
.It Ic ip
Otherwise identical to the
.Ic icmp
@@ -204,6 +211,15 @@ display, except that it displays
and
.Tn UDP
statistics.
+.It Ic ip6
+Like the
+.Ic ip
+display,
+except that it displays
+.Tn IPv6
+statics.
+It does not display
+.Tn UDP statistics.
.It Ic tcp
Like
.Ic icmp ,
@@ -516,7 +532,9 @@ and all passthrough devices that provide access to CDROM drives.
.Xr netstat 1 ,
.Xr kvm 3 ,
.Xr icmp 4 ,
+.Xr icmp6 4 ,
.Xr ip 4 ,
+.Xr ip6 4 ,
.Xr tcp 4 ,
.Xr udp 4 ,
.Xr iostat 8 ,