man tc: Add description for -graph option
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
This commit is contained in:
parent
a925535c5d
commit
d9d1d1fae1
|
|
@ -70,7 +70,8 @@ DEV
|
|||
\fB\-d\fR[\fIetails\fR] |
|
||||
\fB\-r\fR[\fIaw\fR] |
|
||||
\fB\-p\fR[\fIretty\fR] |
|
||||
\fB\-i\fR[\fIec\fR] }
|
||||
\fB\-i\fR[\fIec\fR] |
|
||||
\fB\-g\fR[\fIraph\fR] }
|
||||
|
||||
.SH DESCRIPTION
|
||||
.B Tc
|
||||
|
|
@ -475,6 +476,25 @@ decode filter offset and mask values to equivalent filter commands based on TCP/
|
|||
.BR "\-iec"
|
||||
print rates in IEC units (ie. 1K = 1024).
|
||||
|
||||
.TP
|
||||
.BR "\-g", " \-graph"
|
||||
shows classes as ASCII graph. Prints generic stats info under each class if
|
||||
.BR "-s"
|
||||
option was specified. Classes can be filtered only by
|
||||
.BR "dev"
|
||||
option.
|
||||
|
||||
.SH "EXAMPLES"
|
||||
.PP
|
||||
tc -g class show dev eth0
|
||||
.RS 4
|
||||
Shows classes as ASCII graph on eth0 interface.
|
||||
.RE
|
||||
.PP
|
||||
tc -g -s class show dev eth0
|
||||
.RS 4
|
||||
Shows classes as ASCII graph with stats info under each class.
|
||||
|
||||
.SH HISTORY
|
||||
.B tc
|
||||
was written by Alexey N. Kuznetsov and added in Linux 2.2.
|
||||
|
|
|
|||
Loading…
Reference in New Issue