Tuesday September 16, 2008 ![]() |
JMX, SNMP, Java, etc...Daniel Fuchs blogs on JMX, SNMP, Java, etc... |
Yesterday my colleague Shanliang asked me whether there was a way to see which files had been modified in the changesets that would be pulled in by 'hg pull', and whether they would conflicts with the files currently being edited in his workspace. [Read More] Tags: hg mercurial openjdk opensource scripts shellPosted by dfuchs ( Sep 16 2008, 11:17:46 AM CEST ) Permalink Comments [2] |
The first stable release of OpenDS is out! This LDAP Server written in Java can be monitored both through JMX and SNMP. [Read More] Tags: java jmx ldap management monitoring opends opensource snmpPosted by dfuchs ( Jul 11 2008, 03:43:04 PM CEST ) Permalink Comments [2] |
... while working on uncommitted changes. Sometimes when you are working on a fix - or an RFE, you'd like to sync-up with your parent's repository and pull any changes it contains without having to commit your own work in progress. Here is my own recipe - direct from my mercurial cookbook. [Read More] Tags: hg mercurial openjdk opensourcePosted by dfuchs ( Apr 22 2008, 02:00:58 PM CEST ) Permalink Comments [3] |
Jean-Francois Denise has just contributed a very interesting source add-on contribution to Project OpenDMK. It is composed of two small java classes which provide a generic RESTful access to MBean attributes. [Read More] Tags: java jmx management monitoring opendmk opensourcePosted by dfuchs ( Mar 13 2008, 07:17:57 PM CET ) Permalink Comments [2] |
... so I thought I'd drop a line. I have just uploaded a small set of slides of a high level presentation of project OpenDMK on the project's home page. [Read More] Tags: java opendmk opensourcePosted by dfuchs ( Feb 14 2008, 06:18:14 PM CET ) Permalink Comments [2] |
The source code for OpenJDK is now available in Mercurial repositories. These repositories are organized into mercurial forests. If you are eager to work on the OpenJDK code, you will want to install the forest extension for Mercurial. Here is how I did it on my windows test machine. [Read More] Tags: forests hg mercurial openjdk opensourcePosted by dfuchs ( Dec 14 2007, 04:38:37 PM CET ) Permalink Comments [2] |
I recently received a question from a member of the Java community asking for advises on how to implement a trap sending service for a highly multi-threaded application. Here is an example/test which shows that the SnmpAdaptorServer from Project OpenDMK can be used. The example also allowed me to find a bug. [Read More] Tags: monitoring opendmk opensource snmp trapsPosted by dfuchs ( Oct 05 2007, 06:17:57 PM CEST ) Permalink Comments [0] |
I am very pleased to announce that we have now a new release of Project OpenDMK which includes the Java DMK SNMP Runtime. The SNMP Runtime are those API classes in Project OpenDMK that will let you send SNMP requests and implement SNMP agents. [Read More] Tags: jmx monitoring opendmk opensource snmpPosted by dfuchs ( Oct 02 2007, 06:15:27 PM CEST ) Permalink Comments [4] |
Project OpenDMK includes a cascading API that makes it possible to federate MBeanServers. When several applications are running in the same JVM, this example shows how the OpenDMK cascading API can be used to keep applications MBeans isolated by using one MBeanServer per application instance, but still presenting a single point of access to remote clients by federating all MBeanServers in a single global MBeanServer. Federation of MBeanServers is also discussed for JMX 2.0. Although it does share some concepts with the cascading feature of OpenDMK, it will also have some noticeable differences. [Read More] Tags: cascading java jmx opendmk opensourcePosted by dfuchs ( May 29 2007, 05:48:14 PM CEST ) Permalink Comments [8] |
The OpenJDK and NetBeans IDE WebSite has now a tutorial that shows how to build various part of the JDK, and the JDK itself: in particular, there's a chapter dedicated to building the JMX API sources, and another one dedicated to building the JConsole graphical tool sources. [Read More] Tags: java jconsole jmx netbeans openjdk opensourcePosted by dfuchs ( May 21 2007, 02:36:57 PM CEST ) Permalink Comments [0] |
You may have seen an OpenDMK project lingering on java.net for a few weeks: Well, I am pleased to announce that we have pushed a first snapshot of the sources just before JavaOne. [Read More] Tags: cascading java jmx opendmk opensource snmpPosted by dfuchs ( May 15 2007, 01:41:41 PM CEST ) Permalink Comments [2] |
As you were already informed by many prominent bloggers from the Java Community, the OpenJDK Project is finally out! And of course, the JMX technology and JConsole graphical tool are part of it. Cherry on the cake: we are even providing NetBeans IDE `projects' that will let you work easily on JMX and JConsole without having to compile the whole OpenJDK! [Read More] Tags: java jconsole jmx openjdk opensourcePosted by dfuchs ( May 10 2007, 04:01:13 PM CEST ) Permalink Comments [0] |