summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 48b39b1)
raw | patch | inline | side by side (parent: 48b39b1)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 2 Feb 2009 14:21:42 +0000 (15:21 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 5 Feb 2009 20:10:25 +0000 (21:10 +0100) |
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
actual on-wire traffic.
Thanks to cedric for reporting this.
Resolves: #40
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index bb23015af8e9c969f30a5605cdaf04cb86e9a079..1f9367353d8fc2291710591d7846a4937e6a6612 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
The B<VServer> homepage can be found at L<http://linux-vserver.org/>.
+B<Note>: 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.E<nbsp>g. 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<monitoring>. By that