[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.1'
Florian Forster
octo at verplant.org
Wed Jan 23 20:53:28 CET 2008
src/network.c | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 103 insertions(+), 9 deletions(-)
New commits:
commit 5abaf1661442bfa9b7deac7e8e5a549d04a194d8
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Jan 23 20:30:06 2008 +0100
network plugin: Have two different threads for handling incoming packets.
One that only receives and enqueues packets and one which parses the packets
and dispatches them to the daemon. This should solve problems with (too) short
socket buffers and (very) heavy load.
More information about the collectd-changes
mailing list