mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-06 10:57:52 +00:00

Symlink rtstat(8) and ctstat(8) to lnstat(8). Add rtacct/nstat manpage based on doc/nstat.sgml as rtacct(8). Symlink nstat(8) to rtacct(8). Add arpd(8) symlink based on doc/arpd.sgml. Signed-off-by: Andreas Henriksson <andreas@fatal.se> Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
49 lines
989 B
Groff
49 lines
989 B
Groff
.TH RTACCT 8 "27 June, 2007"
|
|
|
|
.SH NAME
|
|
nstat, rtacct - network statistics tools.
|
|
|
|
.SH SYNOPSIS
|
|
Usage: nstat [ -h?vVzrnasd:t: ] [ PATTERN [ PATTERN ] ]
|
|
.br
|
|
Usage: rtacct [ -h?vVzrnasd:t: ] [ ListOfRealms ]
|
|
|
|
.SH DESCRIPTION
|
|
.B nstat
|
|
and
|
|
.B rtacct
|
|
are simple tools to monitor kernel snmp counters and network interface statistics.
|
|
|
|
.SH OPTIONS
|
|
.TP
|
|
-h -?
|
|
Print help
|
|
.TP
|
|
-v -V
|
|
Print version
|
|
.TP
|
|
-z
|
|
Dump zero counters too. By default they are not shown.
|
|
.TP
|
|
-r
|
|
Reset history.
|
|
.TP
|
|
-n
|
|
Do not display anything, only update history.
|
|
.TP
|
|
-a
|
|
Dump absolute values of counters. The default is to calculate increments since the previous use.
|
|
.TP
|
|
-s
|
|
Do not update history, so that the next time you will see counters including values accumulated to the moment of this measurement too.
|
|
.TP
|
|
-d <INTERVAL>
|
|
Run in daemon mode collecting statistics. <INTERVAL> is interval between measurements in seconds.
|
|
.TP
|
|
-t <INTERVAL>
|
|
Time interval to average rates. Default value is 60 seconds.
|
|
|
|
.SH SEE ALSO
|
|
lnstat(8)
|
|
|