Package | Description |
---|---|
org.perfcake.reporting.destination | |
org.perfcake.reporting.destination.c3chart | |
org.perfcake.reporting.destination.util | |
org.perfcake.reporting.reporter |
Modifier and Type | Method and Description |
---|---|
void |
InfluxDbDestination.report(Measurement measurement) |
void |
ElasticsearchDestination.report(Measurement measurement) |
void |
Log4jDestination.report(Measurement measurement)
Reports the measurement using log4j at the configured level.
|
void |
ChartDestination.report(Measurement measurement) |
void |
CsvDestination.report(Measurement measurement) |
void |
ConsoleDestination.report(Measurement measurement) |
void |
Destination.report(Measurement measurement)
Reports a new
Measurement to the destination. |
Modifier and Type | Method and Description |
---|---|
void |
C3ChartHelper.appendResult(Measurement measurement)
Appends the results in the current Measurement to the main chart.
|
Modifier and Type | Method and Description |
---|---|
void |
DataBuffer.record(Measurement measurement)
Records the measurement and notices which attributes were present.
|
Modifier and Type | Method and Description |
---|---|
void |
DataBuffer.replay(Consumer<Measurement> consumer)
Replays the stored measurements to the given consumer.
|
void |
DataBuffer.replay(Consumer<Measurement> consumer,
boolean fillNulls)
Replays the stored measurements to the given consumer.
|
Modifier and Type | Method and Description |
---|---|
Measurement |
AbstractReporter.newMeasurement()
Gets a new measurement pre-filled with values from current run info.
|
Copyright © 2010–2017 PerfCake Community. All rights reserved.