From 49b79ca228f3a0d71ed3603162c5b23b8679ef80 Mon Sep 17 00:00:00 2001 From: Nye Liu Date: Sat, 5 Nov 2016 21:08:01 -0700 Subject: [PATCH] Embed tc_ pod documentation into the plugin itself --- plugins/network/tc_.pod | 44 ----------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 plugins/network/tc_.pod diff --git a/plugins/network/tc_.pod b/plugins/network/tc_.pod deleted file mode 100644 index 70058d8c..00000000 --- a/plugins/network/tc_.pod +++ /dev/null @@ -1,44 +0,0 @@ -#!/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=auto - #%# capabilities=autoconf suggest - -=head1 AUTHORS - -Steve Schnepp , -Samuel Smith , -Nye Liu - -=head1 LICENSE - -GPLv2 or later - -=cut