Skip to main content

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

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