Uses of Interface
org.perf4j.chart.StatisticsChartGenerator

Packages that use StatisticsChartGenerator
org.perf4j Perf4J is a performance logging and monitoring framework for Java. 
org.perf4j.chart Contains classes used to display graphical charts of timing statistics. 
org.perf4j.log4j Provides the log4j appenders that can be used to automatically aggregate and analyze StopWatch timing statements logged to an org.apache.log4j.Logger
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. 
 

Uses of StatisticsChartGenerator in org.perf4j
 

Methods in org.perf4j that return StatisticsChartGenerator
protected  StatisticsChartGenerator LogParser.newMeanTimeChartGenerator()
           
protected  StatisticsChartGenerator LogParser.newTpsChartGenerator()
           
 

Uses of StatisticsChartGenerator in org.perf4j.chart
 

Classes in org.perf4j.chart that implement StatisticsChartGenerator
 class GoogleChartGenerator
          This implementation of StatisticsChartGenerator creates a chart URL in the format expected by the Google Chart API.
 

Uses of StatisticsChartGenerator in org.perf4j.log4j
 

Fields in org.perf4j.log4j declared as StatisticsChartGenerator
protected  StatisticsChartGenerator GraphingStatisticsAppender.chartGenerator
          The chart genertor, initialized in the activateOptions method, that stores the data for the chart.
 

Methods in org.perf4j.log4j that return StatisticsChartGenerator
protected  StatisticsChartGenerator GraphingStatisticsAppender.createChartGenerator()
          Helper method creates a new StatisticsChartGenerator based on the options set on this appender.
 StatisticsChartGenerator GraphingStatisticsAppender.getChartGenerator()
          Gets the contained StatisticsChartGenerator that is used to generate the graphs.
 

Uses of StatisticsChartGenerator in org.perf4j.log4j.servlet
 

Methods in org.perf4j.log4j.servlet that return StatisticsChartGenerator
protected  StatisticsChartGenerator GraphingServlet.getGraphByName(String name)
          Finds the specified graph by using the GraphingStatisticsAppender.getAppenderByName(String) method to find the appender with the specified name.
 

Uses of StatisticsChartGenerator in org.perf4j.servlet
 

Methods in org.perf4j.servlet that return StatisticsChartGenerator
protected abstract  StatisticsChartGenerator AbstractGraphingServlet.getGraphByName(String name)
          Subclasses should implement this method to return a chart generator by its name.
 

Methods in org.perf4j.servlet that return types with arguments of type StatisticsChartGenerator
protected  Map<String,StatisticsChartGenerator> AbstractGraphingServlet.getChartGeneratorsToDisplay(javax.servlet.http.HttpServletRequest request)
          Helper method generates the list of charts that are to be displayed in this call to the servlet.
 

Methods in org.perf4j.servlet with parameters of type StatisticsChartGenerator
protected  void AbstractGraphingServlet.writeChart(String name, StatisticsChartGenerator chartGenerator, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Helper method writes the chart to the page using an img tag.
 



Copyright © 2008-2009 perf4j.org. All Rights Reserved.