Monitoring and Management

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

Articles
Tutorials
  

Articles:
  • Java run-time monitoring, Part 3: Monitoring performance and availability of an application's ecosystem by Nicholas Whitehead   - [Clicks: 9]
    The third and final installment in this series on run-time monitoring of Java applications focuses on strategies and techniques for monitoring the performance and availability of an application's supporting and dependent services. These include the underlying host operating system, the operational database, and messaging infrastructures. The article concludes with a discussion of performance data management issues and data reporting and visualization.
    [Includes sample code]
    http://www.ibm.com/developerworks/linux/library/j-rtm3/index.html - Aug, 2008
  • Java run-time monitoring, Part 2: Postcompilation instrumentation and performance monitoring by Nicholas Whitehead   - [Clicks: 6]
    Part 1 of this three-part series on run-time monitoring of JavaT applications focuses on the JVM's health and ways to instrument source code to capture performance metrics. This second installment presents techniques for instrumenting Java classes and constructs without modifying the original source code.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-rtm2/index.html - Aug, 2008
  • Java run-time monitoring, Part 1: Run-time performance and availability monitoring for Java systems by Nicholas Whitehead   - [Clicks: 6]
    Run-time performance monitoring is critical to achieving and maintaining a well-performing system. In this article, the first in a three-part series, Nicholas Whitehead explains how to do low-level granular monitoring of Java performance efficiently. The data you generate can provide valuable insights into system operation and reveal constraints and influences that affect an environment's stability and performance.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-rtm1/index.html - Jul, 2008

[Top]

Tutorials:
  • Trail: Java Management Extensions (JMX)   - [Clicks: 51]
    The Java Management Extensions (JMX) trail provides an introduction to the JMX technology, which is included in the Java Platform, Standard Edition (Java SE platform). This trail presents examples of how to use the most important features of the JMX technology.
    http://java.sun.com/docs/books/tutorial/jmx/index.html

[Top]