Blame man/man8/rtacct.8

Packit Service 3880ab
.TH RTACCT 8 "27 June, 2007"
Packit Service 3880ab
Packit Service 3880ab
.SH NAME
Packit Service 3880ab
nstat, rtacct - network statistics tools.
Packit Service 3880ab
Packit Service 3880ab
.SH SYNOPSIS
Packit Service 3880ab
Usage: nstat [ -h?vVzrnasd:t:jp ] [ PATTERN [ PATTERN ] ]
Packit Service 3880ab
.br
Packit Service 3880ab
Usage: rtacct [ -h?vVzrnasd:t: ] [ ListOfRealms ]
Packit Service 3880ab
Packit Service 3880ab
.SH DESCRIPTION
Packit Service 3880ab
.B nstat
Packit Service 3880ab
and
Packit Service 3880ab
.B rtacct
Packit Service 3880ab
are simple tools to monitor kernel snmp counters and network interface statistics.
Packit Service 3880ab
Packit Service 3880ab
.B nstat
Packit Service 3880ab
can filter kernel snmp counters by name with one or several specified wildcards. Wildcards are case-insensitive and can include special symbols
Packit Service 3880ab
.B ?
Packit Service 3880ab
and
Packit Service 3880ab
.B *
Packit Service 3880ab
.
Packit Service 3880ab
Packit Service 3880ab
.SH OPTIONS
Packit Service 3880ab
.B \-h, \-\-help
Packit Service 3880ab
Print help
Packit Service 3880ab
.TP
Packit Service 3880ab
.B \-V, \-\-version
Packit Service 3880ab
Print version
Packit Service 3880ab
.TP
Packit Service 3880ab
.B \-z, \-\-zeros
Packit Service 3880ab
Dump zero counters too. By default they are not shown.
Packit Service 3880ab
.TP
Packit Service 3880ab
.B \-r, \-\-reset
Packit Service 3880ab
Reset history.
Packit Service 3880ab
.TP
Packit Service 3880ab
.B \-n, \-\-nooutput
Packit Service 3880ab
Do not display anything, only update history.
Packit Service 3880ab
.TP
Packit Service 3880ab
.B \-a, \-\-ignore
Packit Service 3880ab
Dump absolute values of counters. The default is to calculate increments since the previous use.
Packit Service 3880ab
.TP
Packit Service 3880ab
.B \-s, \-\-noupdate
Packit Service 3880ab
Do not update history, so that the next time you will see counters including values accumulated to the moment of this measurement too.
Packit Service 3880ab
.TP
Packit Service 3880ab
.B \-j, \-\-json
Packit Service 3880ab
Display results in JSON format.
Packit Service 3880ab
.TP
Packit Service 3880ab
.B \-p, \-\-pretty
Packit Service 3880ab
When combined with
Packit Service 3880ab
.BR \-\-json ,
Packit Service 3880ab
pretty print the output.
Packit Service 3880ab
.TP
Packit Service 3880ab
.B \-d, \-\-scan <INTERVAL>
Packit Service 3880ab
Run in daemon mode collecting statistics. <INTERVAL> is interval between measurements in seconds.
Packit Service 3880ab
.TP
Packit Service 3880ab
.B \-t, \-\-interval <INTERVAL>
Packit Service 3880ab
Time interval to average rates. Default value is 60 seconds.
Packit Service 3880ab
Packit Service 3880ab
.SH SEE ALSO
Packit Service 3880ab
lnstat(8)