diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2015-10-24 09:34:40 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2015-10-24 09:34:40 +0000 |
commit | 1eaa5682378d16d158d5c9e909ce762c9267c03c (patch) | |
tree | 3f7879d6391bf0c33708d5cb038c454e8d6fd7a7 /usr.bin/systat/systat.1 | |
parent | a1a3d6f4c136ce0b7f58293622e65b4edac89c82 (diff) |
Add support to systat to display SCTP statistics.
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=289873
Diffstat (limited to 'usr.bin/systat/systat.1')
-rw-r--r-- | usr.bin/systat/systat.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index af996bb8dc24..90509846606e 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -96,6 +96,7 @@ to be one of: .Ic ip6 , .Ic netstat , .Ic pigs , +.Ic sctp , .Ic swap , .Ic tcp , .Ic vmstat , @@ -242,6 +243,12 @@ except that it displays statistics. It does not display .Tn UDP statistics. +.It Ic sctp +Like +.Ic icmp , +but with +.Tn SCTP +statistics. .It Ic tcp Like .Ic icmp , |