Perf4J 0.9.4 API

Packages
org.perf4j Perf4J is a performance logging and monitoring framework for Java.
org.perf4j.aop Provides annotations that work with an aspect-oriented framework like AspectJ or Spring AOP to allow timing of code blocks without explicit logging statements.
org.perf4j.chart Contains classes used to display graphical charts of timing statistics.
org.perf4j.helpers Helper classes used by the rest of the perf4j framework.
org.perf4j.javalog (IMPORTANT: Not yet implemented) Provides java logging Handler implementations that can be used to automatically aggregate and analyze StopWatch timing statements logged with a java.util.logging.Logger.
org.perf4j.log4j Provides the log4j appenders that can be used to automatically aggregate and analyze StopWatch timing statements logged to a org.apache.log4j.Logger.
org.perf4j.log4j.aop Defines the concrete aspect classes used to inject timing code around methods that have been marked with the Profiled annotation.
org.perf4j.log4j.servlet Provides the concrete GraphingServlet class that can be installed in a web.xml file to expose graphs generated by a GraphingStatisticsAppender.
org.perf4j.servlet Provides the framework for exposing performance graphs through a servlet front-end.

 



Copyright © 2008 perf4j.org. All Rights Reserved.