1COLLECTD-TG(1) collectd COLLECTD-TG(1)
2
3
4
6 collectd-tg - Traffic generator for collectd.
7
9 collectd-tg -n num_vl -H num_hosts -p num_plugins -i interval -d dest
10 -D dport
11
13 collectd-tg generates bogus collectd network traffic. While host,
14 plugin and values are generated randomly, the generated traffic tries
15 to mimic "real" traffic as closely as possible.
16
18 The following options are understood by collectd-tg. The order of the
19 arguments generally doesn't matter, as long as no argument is passed
20 more than once.
21
22 -n num_vl
23 Sets the number of unique value lists (VL) to generate. Defaults to
24 10000.
25
26 -H num_hosts
27 Sets the number of unique hosts to simulate. Defaults to 1000.
28
29 -p num_plugins
30 Sets the number of unique plugins to simulate. Defaults to 20.
31
32 -i interval
33 Sets the interval in which each value list is dispatched. Defaults
34 to 10.0 seconds.
35
36 -d dest
37 Sets the destination to which to send the generated network
38 traffic. Defaults to the IPv6 multicast address, "ff18::efc0:4a42".
39
40 -D dport
41 Sets the destination port or service to which to send the generated
42 network traffic. Defaults to collectd's default port, 25826.
43
44 -h Print usage summary.
45
47 collectd(1), collectd.conf(5)
48
50 Florian Forster <octo at collectd.org>
51
52
53
545.9.1.599.gbb5cfbc 2020-03-08 COLLECTD-TG(1)