[collectd-changes] collectd, the system statistics collection daemon: Changes to 'ja/zeromq'

Florian Forster octo at verplant.org
Tue Nov 16 12:06:41 CET 2010


 src/zeromq.c          | 1028 ++++++++-----------------------------------------
 src/zeromq_borrowed.c |  805 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 974 insertions(+), 859 deletions(-)

New commits:
commit 12d10761f908e6d4d23cb74848d35a7c761dc71b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Nov 16 12:06:37 2010 +0100

    zeromq plugin: Make sure the receive threads shut down cleanly.
    
    zmq_poll() is used to have the threads check the shutdown condition
    at least twice per second.

commit 943d04fcca5efd6f63012932c650f67854575e1e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Nov 16 11:29:44 2010 +0100

    zeromq plugin: Fix shutdown code.
    
    Wait for all the receive threads to shut down. This may actually need some
    more work, since shutdown will not work if any socket doesn't receive any
    values.

commit e253892ed00a043b01f13dd8df42983a0eb5af99
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Nov 16 11:25:03 2010 +0100

    zeromq plugin: Add folding marker.

commit 8c9dc2902dc5dfdeaf568bb373384404fb774d1f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Nov 16 11:10:46 2010 +0100

    zeromq plugin: Move <arpa/inet.h> up (before "zeromq_borrowed.c").

commit c861191097b98eebda22db0c3618027f5a97c373
Author: Julien Ammous <j.ammous at gmail.com>
Date:   Sat Nov 13 18:31:51 2010 +0100

    zeromq plugin: display the number of threads used

commit 1d260d242e7a6fb82e567b4f66df7d899f313076
Author: Julien Ammous <j.ammous at gmail.com>
Date:   Sat Nov 13 18:31:06 2010 +0100

    zeromq plugin: Added support for High Water Mark socket option

commit ad69e91032f89f605899fc41545d6dd96b6b53f4
Author: Julien Ammous <j.ammous at gmail.com>
Date:   Sat Nov 13 18:30:20 2010 +0100

    zeromq plugin: added notifications support

commit aa5ae98eebb87dedb2f6f1fc8b3d258ac1c9a80b
Author: Julien Ammous <j.ammous at gmail.com>
Date:   Sat Nov 13 18:28:39 2010 +0100

    zeromq plugin: cleanup

commit ee52d1e61f0d1ea1a02d29a7f3a5a51e2af81560
Author: Julien Ammous <j.ammous at gmail.com>
Date:   Sat Nov 13 16:00:07 2010 +0100

    zeromq plugin: moved all the copy/pasted code in its own file

commit 18fa18a648f248382576638ed82753c20b5c72e1
Author: Julien Ammous <j.ammous at gmail.com>
Date:   Sat Nov 13 15:49:53 2010 +0100

    zeromq plugin: back to working state after merging changes




More information about the collectd-changes mailing list