Class LiveStatistics
java.lang.Object
org.apache.activemq.artemis.cli.commands.messages.perf.LiveStatistics
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLiveStatistics(String jsonOutput, String hdrOutput, ProducerLoadGenerator[] producers, RecordingMessageListener[] listeners) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidoutAtInterval(boolean warmup, StringBuilder out, LiveStatistics.ReportInterval interval, boolean includeLatencies) voidoutSummary(StringBuilder out) voidsampleMetrics(boolean warmup)
-
Constructor Details
-
LiveStatistics
public LiveStatistics(String jsonOutput, String hdrOutput, ProducerLoadGenerator[] producers, RecordingMessageListener[] listeners) throws IOException - Throws:
IOException
-
-
Method Details
-
sampleMetrics
public void sampleMetrics(boolean warmup) -
outAtInterval
public void outAtInterval(boolean warmup, StringBuilder out, LiveStatistics.ReportInterval interval, boolean includeLatencies) throws IOException - Throws:
IOException
-
outSummary
- Throws:
IOException
-
close
- Throws:
IOException
-