kieker.analysis.plugin.filter.sink
Class CPUUtilizationDisplayFilter
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.analysis.plugin.filter.sink.CPUUtilizationDisplayFilter
- All Implemented Interfaces:
- IAnalysisComponent, IFilterPlugin, IPlugin
public class CPUUtilizationDisplayFilter
- extends AbstractFilterPlugin
This is a filter which accepts CPUUtilizationRecord
instances and provides different views to visualize them.
- Since:
- 1.8
- Author:
- Bjoern Weissenfels, Nils Christian Ehmke
Methods inherited from class kieker.analysis.plugin.AbstractPlugin |
areAllRepositoryPortsConnected, connect, connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getIncomingPlugins, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start |
Methods inherited from interface kieker.analysis.plugin.IPlugin |
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState |
INPUT_PORT_NAME_EVENTS
public static final String INPUT_PORT_NAME_EVENTS
- See Also:
- Constant Field Values
CONFIG_PROPERTY_NAME_NUMBER_OF_ENTRIES
public static final String CONFIG_PROPERTY_NAME_NUMBER_OF_ENTRIES
- See Also:
- Constant Field Values
CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES
public static final String CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES
- See Also:
- Constant Field Values
CONFIG_PROPERTY_NAME_DISPLAY_WARNING_INTERVALS
public static final String CONFIG_PROPERTY_NAME_DISPLAY_WARNING_INTERVALS
- See Also:
- Constant Field Values
CONFIG_PROPERTY_VALUE_DISPLAY_WARNING_INTERVALS
public static final String CONFIG_PROPERTY_VALUE_DISPLAY_WARNING_INTERVALS
- See Also:
- Constant Field Values
CPUUtilizationDisplayFilter
public CPUUtilizationDisplayFilter(Configuration configuration,
IProjectContext projectContext)
input
public void input(CPUUtilizationRecord record)
getMeterGauge
public MeterGauge getMeterGauge()
getXYPlot
public XYPlot getXYPlot()
getCurrentConfiguration
public Configuration getCurrentConfiguration()
- Description copied from class:
AbstractAnalysisComponent
- This method should deliver a
Configuration
object containing the current configuration of this instance. In other words: The constructor should be
able to use the given object to initialize a new instance of this class with the same intern properties.
- Specified by:
getCurrentConfiguration
in interface IAnalysisComponent
- Specified by:
getCurrentConfiguration
in interface IPlugin
- Specified by:
getCurrentConfiguration
in class AbstractAnalysisComponent
- Returns:
- A completely filled configuration object.
Copyright 2014 Kieker Project, http://kieker-monitoring.net>