Thursday March 15, 2007 ![]() |
JMX, SNMP, Java, etc...Daniel Fuchs blogs on JMX, SNMP, Java, etc... |
Here is a small example that demonstrates how to retrieve all MBeans which are wombats, including domestic wombats and feral wombats, which are very ferocious. [Read More] Tags: java jmxPosted by dfuchs ( Mar 15 2007, 08:57:11 PM CET ) Permalink Comments [0] |
How to use JMX to programatically retrieve the information that JConsole displays is easy. Here is a small JMX Client Program that shows how you can programatically retrieve the JVM Management and Monitoring information from a remote JVM. [Read More] Tags: java jmx jvm management monitoringPosted by dfuchs ( Mar 09 2007, 06:46:43 PM CET ) Permalink Comments [62] |
Meet James Gosling at Sun Tech Days Paris: vous pourrez aussi rencontrer des membres de l'équipe JMX lors de la session pointue sur JMX ("Java SE Beyond Basics"), Mercredi 21 Mars. [Read More] Tags: java jmxPosted by dfuchs ( Mar 05 2007, 03:02:57 PM CET ) Permalink Comments [1] |
I have just read the new excellent interview of Brian Goetz, Writing Better Code published on java.sun.com. In this interview Brian goes against a few myths about code optimization, and provides some insightful advices for writing faster code. One of its more striking moto is: Trust the JVM. It's smarter than you think. Posted by dfuchs ( Mar 02 2007, 01:28:32 PM CET ) Permalink Comments [1] |