| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Java theory and practice: Instrumenting applications with JMX by Brian Goetz - [Clicks: 56]
Debuggers and profilers can provide insight into an application's behavior, but those tools are often left unused until there's a serious problem. Building monitoring hooks into an application can make it easier to understand what your programs are doing without breaking out the debugger. Now that Java Management Extensions (JMX) is built into the Java SE platform, and the jconsole viewer provides a universal monitoring GUI, using JMX to provide a window into your application is easier and more effective than ever.
http://www.ibm.com/developerworks/java/library/j-jtp09196/index.html - Sep, 2006 - Using Java platform management beans by May Glover Gunn, George Harley, Caroline Gough - [Clicks: 69]
The latest release of the Java platform includes a number of new system monitoring and management features. In this article, three developers from the IBM Java Technology Centre team up to get you started using this API. After a quick overview of the java.lang.management package, they guide you through a number of short practical scenarios to probe the performance of a running JVM.
http://www-128.ibm.com/developerworks/java/library/j-mxbeans/index.html - Apr, 2006 - Using Custom MBeans to Extend the GlassFish Administration System by Nandini Ektare, Kedar Mhaswade - [Clicks: 33]
One of the areas significantly enhanced in Java 2 Platform, Standard Edition (J2SE) 5.0 is monitoring and management. Among the key features J2SE 5.0 introduced is an instrumented Java virtual machine (JVM) and a java.lang.management API for monitoring and managing the JVM. The API enables local and remote access to a variety of JVM-related information such as memory usage, thread state, class loading activity, and garbage collection statistics. This enhanced and integrated support for management and monitoring can be used by any J2SE 5.0-based administration application.
[Includes sample code]
http://java.sun.com/developer/EJTechTips/2006/tt0327.html#2 - Mar, 2006 - Manage your JMX-enabled applications with jManage 1.0 by Rakesh Kalra - [Clicks: 110]
Java Management Extensions (JMX) technology enables management and monitoring of applications and services via MBeans (managed beans), allowing JMX clients to be developed independently using standard protocols. jManage is an open source, Web and command line-based JMX client, providing a centralized console for managing application clusters and distributed-application environments. jManage goes beyond an ordinary JMX client by providing features like alerts, graphs, security, SNMP (Simple Network Management Protocol) support, and more. This article introduces you to jManage 1.0 features using J2SE 5.0 MBeans as examples and highlights the upcoming jManage 1.5 features.
http://www.javaworld.com/javaworld/jw-01-2006/jw-0116-jmanage.html - Jan, 2006