[zeromq-dev] Statistics reporting using zeromq/crossroads
Gregg Irwin
gregg at pointillistic.com
Sun May 27 19:49:10 CEST 2012
Hi Paul,
PC> I think the community would benefit from having common format for
PC> reporting statistics...
Sounds great. From a non-zmq perspective, are you thinking along the
lines of something very simple, like Graphite or RRD, and [name value
timestamp] tuples?
I favor simple, text-oriented solutions.
The only thing I've done roughly along these lines was small.
Subscribers containing DTrace-like aggregator funcs parsed messages
for keys (e.g. location, device, timestamp) and, in turn, published
aggregated values like the tuples above. It wasn't designed to be
generic, though, as it was an early foray into zmq for me.
Not sure how much help I would be, but I'd like to at least listen in
on the conversation.
-- Gregg
More information about the zeromq-dev
mailing list