The Artima Developer Community
Sponsored Link

Java Buzz Forum
Application Monitoring with AspectJ, JMX, and GlassBox

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Application Monitoring with AspectJ, JMX, and GlassBox Posted: Sep 14, 2005 9:18 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Application Monitoring with AspectJ, JMX, and GlassBox
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement

Ron Bodkin has written about Performance monitoring with AspectJ: A look inside the Glassbox Inspector with AspectJ and JMX, which is part of the AOP@Work series.

Say goodbye to scattered and tangled monitoring code, as Ron Bodkin shows you how to combine AspectJ and JMX for a flexible, modular approach to performance monitoring. In this first of two parts, Ron uses source code and ideas from the Glassbox Inspector open source project to help you build a monitoring system that provides correlated information to identify specific problems, but with low enough overhead to be used in production environments.

The article gets into some serious code, and discusses:

  • An aspect for capturing time and counts of servlets
  • Managing overhead
  • Thread safety
  • Exposing performance data
  • Exposing beans for JMX management
  • Database request monitoring
  • Servlet request tracking
  • JDBC monitoring
  • Tracking JDBC information

Not only is this a great example of seeing *real* AOP at work, but it also let's us see the work being done in Glassbox, which wil hopefully end up with us being able to find problems in our software a LOT faster!

glassbox-jmxconsole.jpg

Read: Application Monitoring with AspectJ, JMX, and GlassBox

Topic: Threads Cannot be Implemented as a Library Previous Topic   Next Topic Topic: iPod May Cause Hearing Loss

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use