| View: | [ 2011 | 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles |
- Add Object Cache Monitoring Using JMX and Aspects by Srini Penchikala - [Clicks: 107]
Find out how to add cache monitoring to your applications using JMX MBeans and AOP technologies -- without altering the application code.
http://www.devx.com/Java/Article/29526 - Oct, 2005 - When JMX Is Overkill, Build a Lightweight Monitoring Framework by Narendra Venkataraman - [Clicks: 160]
A monitoring server is critical to any server-side infrastructure, be it an e-commerce or a telecom solution. Learn how to build a DIY (do-it-yourself) monitoring system using an extensible object-oriented framework.
[Includes source code]
http://www.devx.com/Java/Article/28957 - Aug, 2005 - Java Management Extensions (JMX) Best Practices - [Clicks: 286]
This document describes best practices that have been identified for modeling using the JMX API. The suggestions here are not carved in stone, but if you find that they are inappropriate for your modeling effort, please let us know so that we can discuss your situation and if necessary update this document. Some of the conventions described here are inconsistent with parts of the JMX API or of JSR 77 (J2EE management). They represent lessons learnt since those APIs were defined. Although the APIs cannot be changed to conform to the conventions here, these conventions should probably be followed in future additions to the APIs.
http://java.sun.com/products/JavaManagement/best-practices.html - Jun, 2005 - Managing components with Modeler by Vikram Goyal - [Clicks: 90]
In this article, an excerpt from the e-book Jakarta Commons Online Bookshelf (Manning Publications, 2005), Vikram Goyal introduces the Modeler component. He shows how to use Modeler to create model MBeans for monitoring your application's resources.
http://www.javaworld.com/javaworld/jw-06-2005/jw-0606-commons.html - Jun, 2005 - JDMK and Legacy IT Management by Stephen B. Morris - [Clicks: 27]
Stephen Morris shows how to use Java Dynamic Management Kit to monitor the performance of network devices, and how to avoid JDMK lock-in with the adapter pattern.
[Includes sample code]
http://www.onjava.com/pub/a/onjava/2005/02/16/jdmk.html - Feb, 2005