Apache JMeter
1.9

Package org.apache.jmeter.visualizers

This package contains the interfaces that have to be implemented by any class wishing to display or present data collected in SampleResults.

See:
          Description

Interface Summary
AccumListener  
GraphAccumListener Title: JMeter Description: Copyright: Copyright (c) 2000 Company: Apache
GraphListener Title: JMeter Description: Copyright: Copyright (c) 2000 Company: Apache
ImageVisualizer  
ModelListener The Interface to be implemented by any class that wants to be notified by model which makes use of this callback-Interface.
Visualizer Implement this method to be a Visualizer for JMeter.
 

Class Summary
AssertionVisualizer Title: Jakarta-JMeter Description: Copyright: Copyright (c) 2001 Company: Apache
Graph Title: Apache JMeter Description: Implements a simple graph for displaying performance results Copyright: Copyright (c) 2000 Company: Apache Foundation
GraphAccum Draws the graph
GraphAccumModel The model that collects the average of the set of pages to be sampled
GraphAccumVisualizer This class implements a statistical analyser that plots the accumulated time taken to load each set of pages.
GraphModel Title: Apache JMeter Description: Copyright: Copyright (c) 2000 Company: Apache Foundation
GraphVisualizer This class implements a statistical analyser that calculates both the average and the standard deviation of the sampling process and outputs them as autoscaling plots.
MailerVisualizer This class implements a visualizer that mails a message when an error occurs.
RunningSample Title: RunningSample.java Description: Aggegate sample data container Class which is used to store aggregate sample data.
Sample Title: Apache JMeter Description: Copyright: Copyright (c) 2000 Company: Apache Foundation
SimpleDataWriter This listener can record results to a file but not to the UI.
Spline3 This class implements the representation of an interpolated Spline curve.
SplineModel Title: JMeter Description: Copyright: Copyright (c) 2000 Company: Apache
SplineVisualizer This class implements a statistical analyser that takes samples to process a Spline interpolated curve.
StatVisualizer Title: StatVisualizer.java Description: Aggregrate Table-Based Reporting Visualizer for JMeter Props to the people who've done the other visualizers ahead of me (Stefano Mazzocchi), who I borrowed code from to start me off (and much code may still exist)..
StatVisualizerModel Title: StatVisualizerModel.java Description: Aggregrate Table-Based Reporting Model for JMeter Props to the people who've done the other visualizers ahead of me (Stefano Mazzocchi), who I borrowed code from to start me off (and much code may still exist)..
StatVisualizerModel.Test  
TableDataModel This class implements the TableModel for the information kept by the GraphModel.
TableVisualizer This class implements a statistical analyser that calculates both the average and the standard deviation of the sampling process.
ViewResultsFullVisualizer Allows the tester to view the textual response from sampling an Entry.
 

Package org.apache.jmeter.visualizers Description

This package contains the interfaces that have to be implemented by any class wishing to display or present data collected in SampleResults.

The primary classes/interfaces to be concerned with for implementers is the Visualizer interface, and the AbstractVisualizer abstract class.


Apache JMeter
1.9

Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.