Skip navigation links

JPerf 1.0.4-SNAPSHOT API

Packages 
Package Description
net.jperf
Perf4J is a performance logging and monitoring framework for Java.
net.jperf.aop
Provides annotations that work with an aspect-oriented framework like AspectJ, Spring AOP or EJB interceptors to allow timing of code blocks without explicit logging statements.
net.jperf.chart
Contains classes used to display graphical charts of timing statistics.
net.jperf.commonslog
Provides a CommonsLogStopWatch to use as your StopWatch implementation if the Apache Commons Logging framework is your logging framework of choice.
net.jperf.commonslog.aop
Defines the concrete aspect class used to inject timing code around methods that have been marked with the Profiled annotation.
net.jperf.helpers
Helper classes used by the rest of the jperf framework.
net.jperf.javalog
Provides a JavaLogStopWatch to use as your StopWatch implementation if the java.util.logging framework is your logging framework of choice.
net.jperf.javalog.aop
Defines the concrete aspect class used to inject timing code around methods that have been marked with the Profiled annotation.
net.jperf.log4j
Provides the log4j appenders that can be used to automatically aggregate and analyze StopWatch timing statements logged to an org.apache.log4j.Logger.
net.jperf.log4j.aop
Defines the concrete aspect class used to inject timing code around methods that have been marked with the Profiled annotation.
net.jperf.log4j.servlet
Provides the concrete GraphingServlet class that can be installed in a web.xml file to expose graphs generated by a GraphingStatisticsAppender.
net.jperf.logback
Provides the logback appenders that can be used to automatically aggregate and analyze StopWatch timing statements logged to an org.slf4j.Logger.
net.jperf.logback.servlet
Provides the concrete GraphingServlet class that can be installed in a web.xml file to expose graphs generated by a GraphingStatisticsAppender.
net.jperf.servlet
Provides the framework for exposing performance graphs through a servlet front-end.
net.jperf.slf4j
Provides a Slf4JStopWatch to use as your StopWatch implementation if the SLF4J framework is your logging framework of choice.
net.jperf.slf4j.aop
Defines the concrete aspect class used to inject timing code around methods that have been marked with the Profiled annotation.
Skip navigation links

Copyright © 2008–2015 jperf. All rights reserved.