Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Performance Monitoring With AspectJ - Part 2: AOP@Work article on IBM developerWorks

IBM developerWorks has published the second part of Ron Bodkin's two-part
article series "Performance monitoring with AspectJ". This article is a part
of the peer-reviewed AOP@Work series.

In this article, Ron builds up to a more complete solution for monitoring
with practical information about deploying with load-time weaving and
providing robust AOP solutions:

"Once you have a basic aspect-oriented monitoring infrastructure in place,
you'll want to extend it to address real-world monitoring needs. In this
second half of his two-part article, Ron Bodkin shows you how to add
enterprise monitoring features to the Glassbox Inspector, including
monitoring multiple applications, Web services, and Web application
frameworks. He also shows you how to track application errors and contain
them in monitoring code and demonstrates pragmatic approaches to deploying
and controlling your monitoring infrastructure."

As series lead, I welcome commentary from the
community regarding individual articles and the series as a whole.

Read the article :
http://www-128.ibm.com/developerworks/java/library/j-aopwork12/

Read the series:
http://www.ibm.com/developerworks/search/searchResults.jsp?searchType=1&sear
chSite=dW&searchScope=javaZ&query=AOP@Work




On Sep 14, 2005, at 8:29 AM, Nick Lesiecki wrote:

IBM developerWorks has published the first part of Ron Bodkin's two-part
article series "Performance monitoring with AspectJ". This article is a part
of the peer-reviewed AOP@Work series.

In this article, Ron presents a real-world example of applying aspects to a
traditionally hard problem:

"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."

As series lead, I welcome commentary from the community regarding individual articles and the series as a whole.

Read the article :
http://www-128.ibm.com/developerworks/java/library/j-aopwork10/

Read the series:
http://www.ibm.com/developerworks/search/searchResults.jsp?searchType=1&searchSite=dW&searchScope=javaZ&query=AOP@Work




Back to the top