]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/blob - man/man8/rtacct.8
Add reference to tc-codel(8) to the SEE ALSO section
[lisovros/iproute2_canprio.git] / man / man8 / rtacct.8
1 .TH RTACCT 8 "27 June, 2007"
2
3 .SH NAME
4 nstat, rtacct - network statistics tools.
5
6 .SH SYNOPSIS
7 Usage: nstat [ -h?vVzrnasd:t: ] [ PATTERN [ PATTERN ] ]
8 .br
9 Usage: rtacct [ -h?vVzrnasd:t: ] [ ListOfRealms ]
10
11 .SH DESCRIPTION
12 .B nstat
13 and
14 .B rtacct
15 are simple tools to monitor kernel snmp counters and network interface statistics.
16
17 .SH OPTIONS
18 .TP
19 -h -?
20 Print help
21 .TP
22 -v -V
23 Print version
24 .TP
25 -z
26 Dump zero counters too. By default they are not shown.
27 .TP
28 -r
29 Reset history.
30 .TP
31 -n
32 Do not display anything, only update history.
33 .TP
34 -a
35 Dump absolute values of counters. The default is to calculate increments since the previous use.
36 .TP
37 -s
38 Do not update history, so that the next time you will see counters including values accumulated to the moment of this measurement too.
39 .TP
40 -d <INTERVAL>
41 Run in daemon mode collecting statistics. <INTERVAL> is interval between measurements in seconds.
42 .TP
43 -t <INTERVAL>
44 Time interval to average rates. Default value is 60 seconds.
45
46 .SH SEE ALSO
47 lnstat(8)
48