1. Is it possible to manage C++ application via JMX? stackoverflow.comWe have a distributed application containing C++ and Java modules, interacting via CORBA. Are there any C++ libraries/tools for exposing "variables" and "methods" to JMX tools (to create unigfied management) ? |
2. c++ equivalent of JMX? stackoverflow.comCan any one suggest c++ equivalent of JMX ? |
3. lightweight, polyglot alternative to JMX? stackoverflow.comI have a soft real-time application project that needs extensive monitoring. JMX would seem well suited for that task, except that this application project is c++-based. Are there any lightweight alternatives to ... |