diff --git a/plugins/network/example-graphs/tc_-day.png b/plugins/network/example-graphs/tc_-day.png new file mode 100644 index 00000000..6607b71d Binary files /dev/null and b/plugins/network/example-graphs/tc_-day.png differ diff --git a/plugins/network/example-graphs/tc_-week.png b/plugins/network/example-graphs/tc_-week.png new file mode 100644 index 00000000..50557672 Binary files /dev/null and b/plugins/network/example-graphs/tc_-week.png differ diff --git a/plugins/network/tc_.pod b/plugins/network/tc_.pod new file mode 100644 index 00000000..be5fc5a9 --- /dev/null +++ b/plugins/network/tc_.pod @@ -0,0 +1,44 @@ +#!/usr/bin/perl -w + +=pod + +=encoding UTF-8 + +=head1 NAME + +tc_ - Plugin to monitor traffic control queue class bandwidth usage + +=head1 APPLICABLE SYSTEMS + +Linux 2.5.40+, 2.6.x, 3.x, 4.x + +=head1 CONFIGURATION + +None needed. + +=head1 INTERPRETATION + +Traffic control is the name given to the sets of queuing systems and mechanisms by which packets are received and transmitted on a router. This includes deciding which (and whether) packets to accept at what rate on the input of an interface and determining which packets to transmit in what order at what rate on the output of an interface. + +This plugin monitors the bandwidth used by each queue class. The root class will draw as a single line, whereas children will be drawn in a stacked graph. Complex hierarchies which have more than the root and its direct children are not fully supported and may not render correctly. + +=head1 SEE ALSO + +"man tc" and "tc -s class show dev " to get more information about tc and to see the format of the statistics being parsed. + +=head1 MAGIC MARKERS + + #%# family=manual + #%# capabilities=autoconf + +=head1 AUTHORS + +Steve Schnepp , +Samuel Smith , +Nye Liu + +=head1 LICENSE + +GPLv2 or later + +=cut