| Package | Description |
|---|---|
| com.lazerycode.jmeter.analyzer.config | |
| com.lazerycode.jmeter.analyzer.writer |
| Modifier and Type | Method and Description |
|---|---|
List<Writer> |
Environment.getWriters() |
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.setWriters(List<Writer> writers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChartWriter
Writes sizes and durations charts as PNG images
|
class |
DetailsToCsvWriter
Writes detailed performance data per called URI as a CSV file
|
class |
DetailsToHtmlWriter
Writes detailed performance data per called URI as a HTML file
|
class |
DetailsWriterBase
Abstract super class of
Writer implementations that write only detail data. |
class |
HtmlWriter
Writes a complete summary for all discovered / configured
RequestGroups as a HTML file |
class |
SummaryJsonFileWriter
Writes a summary for all discovered / configured
RequestGroups to a JSON file. |
class |
SummaryTextToFileWriter
Writes a summary for all discovered / configured
RequestGroups to a TXT file. |
class |
SummaryTextToStdOutWriter
Writes a summary for all discovered / configured
RequestGroups to System.outj. |
class |
TextWriterBase
Abstract implementation providing a convenience method for Text writers.
|
class |
WriterBase
Abstract implementation of a writer providing convenience methods.
|
Copyright © 2013. All Rights Reserved.