Package org.apache.activemq.tool.reports
Class AbstractPerfReportWriter
- java.lang.Object
-
- org.apache.activemq.tool.reports.AbstractPerfReportWriter
-
- All Implemented Interfaces:
PerformanceReportWriter
- Direct Known Subclasses:
VerbosePerfReportWriter
,XmlFilePerfReportWriter
public abstract class AbstractPerfReportWriter extends Object implements PerformanceReportWriter
-
-
Field Summary
Fields Modifier and Type Field Description protected ReportPlugin[]
plugins
static int
REPORT_PLUGIN_CPU
static int
REPORT_PLUGIN_THROUGHPUT
-
Constructor Summary
Constructors Constructor Description AbstractPerfReportWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map
getSummary(int pluginType)
protected void
handleCsvData(int pluginType, String csvData)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.activemq.tool.reports.PerformanceReportWriter
closeReportWriter, openReportWriter, writeCsvData, writeInfo, writeProperties, writeProperties
-
-
-
-
Field Detail
-
REPORT_PLUGIN_THROUGHPUT
public static final int REPORT_PLUGIN_THROUGHPUT
- See Also:
- Constant Field Values
-
REPORT_PLUGIN_CPU
public static final int REPORT_PLUGIN_CPU
- See Also:
- Constant Field Values
-
plugins
protected ReportPlugin[] plugins
-
-