From dfe983c63e5a52bff8aa3b3d86f2fc79cefe1e51 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 19 Nov 2012 16:29:24 +0100 Subject: [PATCH] collectd-tg(1): Add manpage. --- src/Makefile.am | 2 ++ src/collectd-tg.pod | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 src/collectd-tg.pod diff --git a/src/Makefile.am b/src/Makefile.am index 26c2355e..d82cd893 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1369,6 +1369,7 @@ dist_man_MANS = collectd.1 \ collectd-perl.5 \ collectd-python.5 \ collectd-snmp.5 \ + collectd-tg.1 \ collectd-threshold.5 \ collectd-unixsock.5 \ types.db.5 @@ -1388,6 +1389,7 @@ EXTRA_DIST += collectd.conf.pod \ collectd-python.pod \ collectd.pod \ collectd-snmp.pod \ + collectd-tg.pod \ collectd-threshold.pod \ collectd-unixsock.pod \ postgresql_default.conf \ diff --git a/src/collectd-tg.pod b/src/collectd-tg.pod new file mode 100644 index 00000000..5f1b630d --- /dev/null +++ b/src/collectd-tg.pod @@ -0,0 +1,65 @@ +=head1 NAME + +collectd-tg - Traffic generator for collectd. + +=head1 SYNOPSIS + +collectd-tg B<-n> I B<-H> I B<-p> I B<-i> I B<-d> I B<-D> I + +=head1 DESCRIPTION + +B generates bogus I network traffic. While host, plugin +and values are generated randomly, the generated traffic tries to mimic "real" +traffic as closely as possible. + +=head1 ARGUMENTS AND OPTIONS + +The following options are understood by I. The order of the +arguments generally doesn't matter, as long as no argument is passed more than +once. + +=over 4 + +=item B<-n> I + +Sets the number of unique I (VL) to generate. Defaults to 10000. + +=item B<-H> I + +Sets the number of unique hosts to simulate. Defaults to 1000. + +=item B<-p> I + +Sets the number of unique plugins to simulate. Defaults to 20. + +=item B<-i> I + +Sets the interval in which each I is dispatched. Defaults to 10.0 +seconds. + +=item B<-d> I + +Sets the destination to which to send the generated network traffic. Defaults +to the IPv6 multicast address, C. + +=item B<-D> I + +Sets the destination port or service to which to send the generated network +traffic. Defaults to I default port, C<25826>. + +=item B<-h> + +Print usage summary. + +=back + +=head1 SEE ALSO + +L, +L + +=head1 AUTHOR + +Florian Forster EoctoEatEcollectd.orgE + +=cut -- 2.11.0