projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d260d2
)
zeromq plugin: display the number of threads used
author
Julien Ammous
<j.ammous@gmail.com>
Sat, 13 Nov 2010 17:31:51 +0000
(18:31 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 16 Nov 2010 10:05:05 +0000
(11:05 +0100)
src/zeromq.c
patch
|
blob
|
history
diff --git
a/src/zeromq.c
b/src/zeromq.c
index
6b75a9d
..
191f88a
100644
(file)
--- a/
src/zeromq.c
+++ b/
src/zeromq.c
@@
-280,6
+280,8
@@
static int cmq_config_socket (oconfig_item_t *ci) /* {{{ */
zmq_strerror (errno));
return (-1);
}
+
+ INFO("ZeroMQ: Using %d threads", cmq_threads_num);
}
/* Create a new socket */