开发者

c++ equivalent of JMX?

Can any one suggest c++ equivalent of JMX ?开发者_如何学运维


CMX is a little C and C++ library which allows to expose metrics like in JMX. It doesn't support operations, but already the fact that you get to know whats happening in your process quite cool. And its very lightweight in terms of SLOC and dependencies (none). Is uses shared memory to allows low latency, non-blocking operations and thus is even real-time compliant.

http://cern.ch/cmx

Felix


C++ is pretty much OS agnostic, in the case of JMX when using C++ you would have to reach outside of C++ and dip your hand into the OS API.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜