Projet

Général

Profil

Révision 49b79ca2

ID49b79ca228f3a0d71ed3603162c5b23b8679ef80
Parent c4e03516
Enfant 21572e11

Ajouté par Nye Liu il y a environ 9 ans

Embed tc_ pod documentation into the plugin itself

Voir les différences:

plugins/network/tc_.pod
1
#!/usr/bin/perl -w
2

  
3
=pod
4

  
5
=encoding UTF-8
6

  
7
=head1 NAME
8

  
9
tc_ - Plugin to monitor traffic control queue class bandwidth usage
10

  
11
=head1 APPLICABLE SYSTEMS
12

  
13
Linux 2.5.40+, 2.6.x, 3.x, 4.x
14

  
15
=head1 CONFIGURATION
16

  
17
None needed.
18

  
19
=head1 INTERPRETATION
20

  
21
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.
22

  
23
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.
24

  
25
=head1 SEE ALSO
26

  
27
"man tc" and "tc -s class show dev <interface>" to get more information about tc and to see the format of the statistics being parsed.
28

  
29
=head1 MAGIC MARKERS
30

  
31
 #%# family=auto
32
 #%# capabilities=autoconf suggest
33

  
34
=head1 AUTHORS
35

  
36
Steve Schnepp <steve.schnepp@gmail.com>,
37
Samuel Smith <esaym@cpan.org>,
38
Nye Liu <nyet@nyet.org>
39

  
40
=head1 LICENSE
41

  
42
GPLv2 or later
43

  
44
=cut

Formats disponibles : Unified diff