Monitoring and Management

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Using JConsole to Monitor Applications by Mandy Chung   - [Clicks: 78]
    The article describes how JConsole can be used to observe information about an application running on the Java platform. The article first gives an overview of the J2SE 5.0 monitoring and management architecture and how JConsole plugs into the architecture. It then describes how to use JConsole to access several core monitoring and management functionalities provided by the Java platform including: - Detect low memory; - Enable or disable GC and class loading verbose tracing; - Detect deadlocks; - Control the log level of any loggers in an application; - Access OS resources—Sun's platform extension; - Manage an application's Managed Beans (MBeans).
    http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html - Dec, 2004
  • Building Manageability by Satadip Dutta   - [Clicks: 47]
    Your application has finally been tested and deployed in a production environment. However, the IT operators are complaining that the application is consuming more system resources than originally expected. The problem being described by the IT operators cannot be repeated in the development environment. To establish the cause of these problems, it's important to get enough information about the runtime environment, more specifically what is going on inside the Java Virtual Machine (JVM).
    http://www.sys-con.com/story/?storyid=46980&DE=1 - Nov, 2004
  • Monitoring Local and Remote Applications Using JMX 1.2 and JConsole by Russ Miles   - [Clicks: 78]
    The latest release of Java, J2SE 5.0 (codenamed Tiger), adds core support for the Java Management Extensions (JMX) 1.2 into the Java standard libraries. This article walks you through how to use the JMX support in J2SE 5.0, including the new JConsole application, to monitor and manage your own applications both locally and remotely.
    http://www.onjava.com/pub/a/onjava/2004/09/29/tigerjmx.html - Sep, 2004

[Top]