tags:

views:

119

answers:

1

Can any one suggest c++ equivalent of JMX ?

+1  A: 

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.

Anders K.