Interface | Description |
---|---|
Destination |
A channel to which performance measurement results can be reported.
|
Class | Description |
---|---|
AbstractDestination |
Common ancestor simplifying Destination development.
|
ConsoleDestination |
Appends a
Measurement to standard output. |
CsvDestination |
Appends a
Measurement into a CSV file. |
ElasticsearchDestination |
Writes the resulting data to Elasticsearch using a simple HTTP REST client.
|
ChartDestination |
Creates nice charts from the results.
|
InfluxDbDestination |
Writes the resulting data to InfluxDb using a simple HTTP REST client.
|
Log4jDestination |
Appends the measurements to Log4j to category org.perfcake.reporting.destination.Log4jDestination.
|
Enum | Description |
---|---|
CsvDestination.AppendStrategy |
Determines the strategy for a case that the output file exists.
|
CsvDestination.MissingStrategy |
Determines the strategy for a case that the value of an expected attribute in report to be published is missing.
|
ChartDestination.ChartType | |
Log4jDestination.Level |
Log4j level.
|
Copyright © 2010–2017 PerfCake Community. All rights reserved.