From: Sebastian Harl Date: Mon, 2 Feb 2009 14:21:42 +0000 (+0100) Subject: collectd.conf(5): Explain the traffic collected by the vserver plugin. X-Git-Tag: collectd-4.6.0~61 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a3e57ad541290d54e330db99748c2b413ced5243;p=collectd.git collectd.conf(5): Explain the traffic collected by the vserver plugin. The plugin collects the amount of traffic passing a socket instead of the actual on-wire traffic. Thanks to cedric for reporting this. Resolves: #40 --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index bb23015a..1f936735 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2598,6 +2598,12 @@ the F filesystem that is required by this plugin. The B homepage can be found at L. +B: The traffic collected by this plugin accounts for the amount of +traffic passing a socket which might be a lot less than the actual on-wire +traffic (e.Eg. due to headers and retransmission). If you want to +collect on-wire traffic you could, for example, use the logging facilities of +iptables to feed data for the guest IPs into the iptables plugin. + =head1 THRESHOLD CONFIGURATION Starting with version C<4.3.0> collectd has support for B. By that