| Package | Description |
|---|---|
| com.lazerycode.jmeter.analyzer.parser | |
| com.lazerycode.jmeter.analyzer.util | |
| com.lazerycode.jmeter.analyzer.writer |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AggregatedResponses> |
JMeterResultParser.aggregate(Reader reader)
Parses a JMeter Result XML file and provides a
AggregatedResponses for every key |
| Modifier and Type | Method and Description |
|---|---|
static void |
FileUtil.readResources(Properties remoteResources,
File targetDir,
String resultDataFileRelativePath,
Collection<AggregatedResponses> testResults)
Reads in a set of remote resources
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChartWriter.write(Map<String,AggregatedResponses> testResults) |
void |
TextWriterBase.write(Map<String,AggregatedResponses> testResults)
Render results as text to a file
|
void |
DetailsWriterBase.write(Map<String,AggregatedResponses> testResults) |
void |
SummaryTextToStdOutWriter.write(Map<String,AggregatedResponses> testResults)
Render results as text to System.out
|
void |
Writer.write(Map<String,AggregatedResponses> testResults)
Write test results to desired output.
|
Copyright © 2013. All Rights Reserved.