org.apache.activemq.tool.reports
Class XmlFilePerfReportWriter
java.lang.Object
org.apache.activemq.tool.reports.AbstractPerfReportWriter
org.apache.activemq.tool.reports.XmlFilePerfReportWriter
- All Implemented Interfaces:
- PerformanceReportWriter
public class XmlFilePerfReportWriter
- extends AbstractPerfReportWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlFilePerfReportWriter
public XmlFilePerfReportWriter()
XmlFilePerfReportWriter
public XmlFilePerfReportWriter(String reportDir,
String reportName)
openReportWriter
public void openReportWriter()
closeReportWriter
public void closeReportWriter()
getReportDir
public String getReportDir()
setReportDir
public void setReportDir(String reportDir)
getReportName
public String getReportName()
setReportName
public void setReportName(String reportName)
getXmlFile
public File getXmlFile()
setXmlFile
public void setXmlFile(File xmlFile)
writeInfo
public void writeInfo(String info)
writeCsvData
public void writeCsvData(int csvType,
String csvData)
writeProperties
public void writeProperties(String header,
Properties props)
writeProperties
public void writeProperties(Properties props)
createTempLogFile
protected File createTempLogFile()
createXmlFile
protected File createXmlFile()
writeToXml
protected void writeToXml()
writeXmlHeader
protected void writeXmlHeader()
writeXmlFooter
protected void writeXmlFooter()
writeXmlTestSettings
protected void writeXmlTestSettings()
writeXmlLogFile
protected void writeXmlLogFile()
throws IOException
- Throws:
IOException
writeXmlPerfSummary
protected void writeXmlPerfSummary()
writeThroughputSummary
protected void writeThroughputSummary(Map summary)
writeCpuSummary
protected void writeCpuSummary(Map summary)
writeMap
protected void writeMap(String name,
Map map)
parsePerfCsvData
protected void parsePerfCsvData(String elementName,
String csvData)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.