org.apache.jmeter.visualizers.gui | This package contains the interfaces that have to be implemented by any class wishing to display or present data collected in SampleResults. |
AccumListener | code | html | |
GraphAccumListener | code | html | |
GraphListener | code | html | |
ImageVisualizer | TODO - does not appear to be used | code | html |
ModelListener | The Interface to be implemented by any class that wants to be notified by model which makes use of this callback-Interface. | code | html |
MonitorGuiListener | code | html | |
MonitorListener | code | html | |
Printable | Printable is used by components that can be saved to an external file. | code | html |
Visualizer | Implement this method to be a Visualizer for JMeter. | code | html |
AssertionVisualizer | code | html | |
AxisGraph | Axis graph is used by StatGraphVisualizer, which generates bar graphs from the statistical data. | code | html |
BSFListener | code | html | |
BSFListenerBeanInfo | code | html | |
BeanShellListener | code | html | |
BeanShellListenerBeanInfo | code | html | |
ConsumerSysTableVisualizer | A tableVisualizer that can display Producer System Test Output. | code | html |
ConsumerTableVisualizer | A tableVisualizer that can display Consumer Output | code | html |
DistributionGraph | New graph for drawing distribution graph of the results. | code | html |
DistributionGraphVisualizer | This class implements the visualizer for displaying the distribution graph. | code | html |
Graph | Implements a simple graph for displaying performance results. | code | html |
GraphAccum | Draws the graph. | code | html |
GraphAccumModel | The model that collects the average of the set of pages to be sampled. | code | html |
GraphAccumVisualizer | This class implements a statistical analyser that plots the accumulated time taken to load each set of pages. | code | html |
GraphModel | code | html | |
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. | code | html |
LineGraph | Axis graph is used by StatGraphVisualizer, which generates bar graphs from the statistical data. | code | html |
MailerVisualizer | This class implements a visualizer that mails a message when an error occurs. | code | html |
MessageSample | Copyright 2004 Protique Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | code | html |
MonitorAccumModel | code | html | |
MonitorGraph | MonitorGraph will draw the performance history of a given server. | code | html |
MonitorHealthPanel | The health panel is responsible for showing the health of the servers. | code | html |
MonitorHealthVisualizer | For performance reasons, I am using tabs for the visualizers. | code | html |
MonitorModel | code | html | |
MonitorPerformancePanel | code | html | |
MonitorStats | code | html | |
MonitorTabPane | code | html | |
ProducerTableVisualizer | A tableVisualizer that can display Producer Output | code | html |
PropertyControlGui | code | html | |
RunningSample | Running sample data container. |
code | html |
Sample | code | html | |
SamplingStatCalculator | Aggegate sample data container. | code | html |
ServerPanel | The purpose of ServerPanel is to display an unique server and its current status. | code | html |
SimpleDataWriter | This listener can record results to a file but not to the UI. | code | html |
Spline3 | This class implements the representation of an interpolated Spline curve. | code | html |
SplineModel | code | html | |
SplineVisualizer | This class implements a statistical analyser that takes samples to process a Spline interpolated curve. | code | html |
SplineVisualizer.SplineGraph | Component showing a Spline curve. | code | html |
StatGraphVisualizer | Aggregrate Table-Based Reporting Visualizer for JMeter. | code | html |
StatVisualizer | Aggregrate Table-Based Reporting Visualizer for JMeter. | code | html |
StatVisualizerModel | Aggregrate Table-Based Reporting Model for JMeter. | code | html |
SummaryReport | Simpler (lower memory) version of Aggregate Report (StatVisualizer). | code | html |
SystemTestMsgSample | code | html | |
TableDataModel | This class implements the TableModel for the information kept by the GraphModel. | code | html |
TableVisualizer | This class implements a statistical analyser that calculates both the average and the standard deviation of the sampling process. | code | html |
TableVisualizer.SampleSuccessFunctor | code | html | |
ViewResultsFullVisualizer | Allows the tester to view the textual response from sampling an Entry. | code | html |
ViewResultsFullVisualizer.DOMTreePanel | A Dom tree panel for to display response as tree view author Dave Maung TODO implement to find any nodes in the tree using TreePath. | code | html |
ViewResultsFullVisualizer.DOMTreePanel.DomTreeRenderer | This class is to view as tooltext. | code | html |
ViewResultsFullVisualizer.LocalHTMLEditorKit | code | html | |
ViewResultsFullVisualizer.LocalHTMLEditorKit.LocalHTMLFactory | code | html | |
ViewResultsFullVisualizer.ResultsNodeRenderer | code | html | |
XMLDefaultMutableTreeNode | A extended class of DefaultMutableTreeNode except that it also attached XML node and convert XML document into DefaultMutableTreeNode. | code | html |
StatVisualizerModel.Test | code | html |
The primary classes/interfaces to be concerned with for implementers is the Visualizer interface, and the AbstractVisualizer abstract class.