org.apache.activemq.tool.reports.plugins
Class CpuReportPlugin
java.lang.Object
org.apache.activemq.tool.reports.plugins.CpuReportPlugin
- All Implemented Interfaces:
- ReportPlugin
public class CpuReportPlugin
- extends Object
- implements ReportPlugin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME_IGNORE_LIST
public static final String NAME_IGNORE_LIST
- See Also:
- Constant Field Values
NAME_BLOCK_RECV
public static final String NAME_BLOCK_RECV
- See Also:
- Constant Field Values
NAME_BLOCK_SENT
public static final String NAME_BLOCK_SENT
- See Also:
- Constant Field Values
NAME_CTX_SWITCH
public static final String NAME_CTX_SWITCH
- See Also:
- Constant Field Values
NAME_USER_TIME
public static final String NAME_USER_TIME
- See Also:
- Constant Field Values
NAME_SYS_TIME
public static final String NAME_SYS_TIME
- See Also:
- Constant Field Values
NAME_IDLE_TIME
public static final String NAME_IDLE_TIME
- See Also:
- Constant Field Values
NAME_WAIT_TIME
public static final String NAME_WAIT_TIME
- See Also:
- Constant Field Values
KEY_BLOCK_RECV
public static final String KEY_BLOCK_RECV
- See Also:
- Constant Field Values
KEY_BLOCK_SENT
public static final String KEY_BLOCK_SENT
- See Also:
- Constant Field Values
KEY_CTX_SWITCH
public static final String KEY_CTX_SWITCH
- See Also:
- Constant Field Values
KEY_USER_TIME
public static final String KEY_USER_TIME
- See Also:
- Constant Field Values
KEY_SYS_TIME
public static final String KEY_SYS_TIME
- See Also:
- Constant Field Values
KEY_IDLE_TIME
public static final String KEY_IDLE_TIME
- See Also:
- Constant Field Values
KEY_WAIT_TIME
public static final String KEY_WAIT_TIME
- See Also:
- Constant Field Values
KEY_AVE_BLOCK_RECV
public static final String KEY_AVE_BLOCK_RECV
- See Also:
- Constant Field Values
KEY_AVE_BLOCK_SENT
public static final String KEY_AVE_BLOCK_SENT
- See Also:
- Constant Field Values
KEY_AVE_CTX_SWITCH
public static final String KEY_AVE_CTX_SWITCH
- See Also:
- Constant Field Values
KEY_AVE_USER_TIME
public static final String KEY_AVE_USER_TIME
- See Also:
- Constant Field Values
KEY_AVE_SYS_TIME
public static final String KEY_AVE_SYS_TIME
- See Also:
- Constant Field Values
KEY_AVE_IDLE_TIME
public static final String KEY_AVE_IDLE_TIME
- See Also:
- Constant Field Values
KEY_AVE_WAIT_TIME
public static final String KEY_AVE_WAIT_TIME
- See Also:
- Constant Field Values
blockRecv
protected List blockRecv
blockSent
protected List blockSent
ctxSwitch
protected List ctxSwitch
userTime
protected List userTime
sysTime
protected List sysTime
idleTime
protected List idleTime
waitTime
protected List waitTime
CpuReportPlugin
public CpuReportPlugin()
handleCsvData
public void handleCsvData(String csvData)
- Specified by:
handleCsvData
in interface ReportPlugin
getSummary
public Map getSummary()
- Specified by:
getSummary
in interface ReportPlugin
addToCpuList
protected void addToCpuList(String key,
String val)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.