My Photo

Become a Fan

DailyMile

Google Ad Skyscraper

« OSGI, not just for clients. | Main | JMS Session sharing in WebSphere 5.1 »

December 10, 2004

Comments

Nicholas

Another option is this nifty bit of work called NailGun: http://www.martiansoftware.com/nailgun/

It is intended as a solution to slow JVM startup so you can write quick command line utilities in Java, but it would work in this instance too.

earl_the_perl

Thanks for the great post. Can you post the servlet and perl script you used?

Thanks in advance!

Venkat

Hi Thanks for the post can you please upload the servlet and the perl script

Venkat

Hi Thanks for the post can you please upload the servlet and the perl script

ganesh

Can you please post the code?

Sandy

Can you please post the code?

Alvin Abad

To those folks who wanted to know how this is being done, I created an example on my blog:

http://alvinabad.wordpress.com/2009/02/15/automating-websphere-using-jmx/

roland

"jmx4perl" is using a similar approach, which was tested with a bunch of JEE Server. For Websphere, I have reports that it works with WAS 6.1 and 7.0, unfortunately due to the lack of a testing environment, I cant test it on my own.

You might want to have a look at http://search.cpan.org/~roland/jmx4perl/ for further information.

Beside a programming model for this 'agent based approach' (via perl modules) it provides a command line perl tool 'jmx4perl' and a Nagios plugin 'check_jmx4perl' out of the box.

Sorry for the plug, but I though, it might be of some interest here ... ;-)

The comments to this entry are closed.