| Home >> All >> juju >> reattore >> [ perfcap Javadoc ] |
juju.reattore.perfcap: Javadoc index of package juju.reattore.perfcap.
Package Samples:
juju.reattore.perfcap.var: Automated performance testing and capture tool.
juju.reattore.perfcap.reporter.impl
juju.reattore.perfcap.reporter
juju.reattore.perfcap.tester.impl
juju.reattore.perfcap.tester
juju.reattore.perfcap.var.impl
Classes:
VelocityReporter: Generates an arbitrary report using a user defined Velocity template. The available variables are: root - Top level of a tree of Maps containing all of the results. The map is indexed by variable name. names - List of all of the variable names in order. values - List of Lists of all of the values a variable took in order received.
CSVReporter: Writes a report to a CSV file. The first line is a header containing the names of all of the independant variables, followed by the name of the result point. The following lines are the samples in order.
Tester: A bean that can be setup and can run a test. Each independant variable will be applied to this tester before running. The tester will be re-used for each test.
CSVTester: 'Tests' using previously recorded data. This tester can import data previously recorded using the CSVReporter including de-serialising the recorded results.
Reporter: A module that takes the variables used and results generated from a test and turns it into a report.
Results: The results of running a test. Accessed the individual results using reflection.
Variable: An independant variable that takes on a set of values. Modeled after Iterator.
RangeVar: Integer variable that goes from a start to an end value at a certain step.
ChartReporter: Generates a XY chart with multiple series from the input data.
ListVar: Variable that combines the output from many sub variables.
CommandLineVar: A 'Variable' that actually starts a background process.
PerfCap: An automated performance capture and reporting tool.
ABTester: Tests a HTTP server using ApacheBench.
ABResults: Results from running ApacheBench.
| Home | Contact Us | Privacy Policy | Terms of Service |