Interface | Description |
---|---|
Reporter |
A contract of Reporter.
|
Class | Description |
---|---|
AbstractReporter |
Represents a basic reporter that makes sure that the contract defined as part of
Reporter is held. |
ClassifyingReporter |
Counts of occurrences of individual values in the given message attribute.
|
GeolocationReporter |
Reports geolocation of PerfCake by its external IP address.
|
IterationsPerSecondReporter |
Reports the average number of iterations that were completed since the test beginning per second.
|
MemoryUsageReporter |
Reports memory usage information from a remote JVM,
where PerfCake agent is deployed.
|
RawReporter |
Streams all recorded
MesurementUnits to a file for later replay. |
ResponseTimeHistogramReporter |
Reports response time in milliseconds using HDR Histogram that can
computationally correct the Coordinated omission problem.
|
ResponseTimeStatsReporter |
Reports statistics of response time.
|
ServiceTimeStatsReporter |
Reports statistics of service time.
|
StatsReporter |
Reports the minimal, maximal and average value from the beginning
of the measuring to the moment when the results are published including.
|
ThroughputStatsReporter |
Reports statistics of throughput.
|
WarmUpReporter |
Determines when the tested system is warmed up.
|
Enum | Description |
---|---|
ResponseTimeHistogramReporter.Correction |
Correction mode can be switched off (no correction), automatic or user specified.
|
StatsReporter.WindowType |
The type of the window, either the number of iterations or a time duration.
|
Copyright © 2010–2017 PerfCake Community. All rights reserved.