Package | Description |
---|---|
org.perfcake.reporting | |
org.perfcake.reporting.destination | |
org.perfcake.reporting.destination.c3chart | |
org.perfcake.reporting.reporter |
Modifier and Type | Method and Description |
---|---|
void |
ReportManager.report(MeasurementUnit measurementUnit)
Reports a newly measured
MeasurementUnit . |
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 |
IterationsPerSecondReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
StatsReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
MemoryUsageReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
Reporter.publishResult(PeriodType periodType,
Destination destination)
Publishes results to the destination.
|
void |
RawReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
WarmUpReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
ResponseTimeHistogramReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
GeolocationReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
ClassifyingReporter.publishResult(PeriodType periodType,
Destination destination) |
void |
AbstractReporter.report(MeasurementUnit measurementUnit)
Reports a single
MeasurementUnit to this reporter. |
void |
Reporter.report(MeasurementUnit measurementUnit)
This method is called each time a new
Measurement Unit is obtained. |
Copyright © 2010–2017 PerfCake Community. All rights reserved.