Class MonitoringThroughputFilter
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
- All Implemented Interfaces:
IAnalysisComponent,IFilterPlugin,IPlugin
@Deprecated public class MonitoringThroughputFilter extends AbstractFilterPlugin
Deprecated.
since 1.15.1 old plugin api
An instance of this class computes the throughput in terms of the number of
records logged within the monitoring instance per time unit.
- Since:
- 1.8
-
Nested Class Summary
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference, IPlugin.STATE -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIG_PROPERTY_NAME_INTERVAL_SIZEDeprecated.The name of the property determining the interval size.static java.lang.StringCONFIG_PROPERTY_NAME_TIMEUNITDeprecated.The name of the property determining the time unit.static java.lang.StringCONFIG_PROPERTY_VALUE_INTERVAL_SIZE_ONE_SECONDDeprecated.The configuration property value forCONFIG_PROPERTY_NAME_INTERVAL_SIZE, leading to a bin size of 1 second.static java.lang.StringCONFIG_PROPERTY_VALUE_TIMEUNITDeprecated.The default value of the time unit property (nanoseconds).static java.lang.StringINPUT_PORT_NAME_RECORDSDeprecated.The name of the input port receiving other objects.static java.lang.StringOUTPUT_PORT_NAME_RELAYED_RECORDSDeprecated.The name of the output port delivering the received objects.static java.lang.StringOUTPUT_PORT_NAME_THROUGHPUTDeprecated.The name of the output port delivering calculated throughput.static java.lang.StringOUTPUT_PORT_NAME_UNCOUNTED_RECORDSDeprecated.The name of the output port delivering the uncounted objects.Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
CONFIG_NAME, configuration, logger, projectContext, recordsTimeUnitFromProjectContext -
Constructor Summary
Constructors Constructor Description MonitoringThroughputFilter(kieker.common.configuration.Configuration configuration, IProjectContext projectContext)Deprecated. -
Method Summary
Modifier and Type Method Description kieker.common.configuration.ConfigurationgetCurrentConfiguration()Deprecated.This method should deliver aConfigurationobject containing the current configuration of this instance.voidinputRecord(kieker.common.record.IMonitoringRecord record)Deprecated.Methods inherited from class kieker.analysis.plugin.AbstractPlugin
areAllRepositoryPortsConnected, connect, connect, deliver, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getDefaultConfiguration, getIncomingPlugins, getPluginDescription, getPluginName, getRepository, getState, isConnectionAllowed, notifyNewIncomingConnection, notifyNewOutgoingConnection, shutdown, startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface kieker.analysis.plugin.IPlugin
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
-
Field Details
-
INPUT_PORT_NAME_RECORDS
public static final java.lang.String INPUT_PORT_NAME_RECORDSDeprecated.The name of the input port receiving other objects.- See Also:
- Constant Field Values
-
OUTPUT_PORT_NAME_RELAYED_RECORDS
public static final java.lang.String OUTPUT_PORT_NAME_RELAYED_RECORDSDeprecated.The name of the output port delivering the received objects.- See Also:
- Constant Field Values
-
OUTPUT_PORT_NAME_UNCOUNTED_RECORDS
public static final java.lang.String OUTPUT_PORT_NAME_UNCOUNTED_RECORDSDeprecated.The name of the output port delivering the uncounted objects.- See Also:
- Constant Field Values
-
OUTPUT_PORT_NAME_THROUGHPUT
public static final java.lang.String OUTPUT_PORT_NAME_THROUGHPUTDeprecated.The name of the output port delivering calculated throughput.- See Also:
- Constant Field Values
-
CONFIG_PROPERTY_NAME_TIMEUNIT
public static final java.lang.String CONFIG_PROPERTY_NAME_TIMEUNITDeprecated.The name of the property determining the time unit.- See Also:
- Constant Field Values
-
CONFIG_PROPERTY_VALUE_TIMEUNIT
public static final java.lang.String CONFIG_PROPERTY_VALUE_TIMEUNITDeprecated.The default value of the time unit property (nanoseconds).- See Also:
- Constant Field Values
-
CONFIG_PROPERTY_NAME_INTERVAL_SIZE
public static final java.lang.String CONFIG_PROPERTY_NAME_INTERVAL_SIZEDeprecated.The name of the property determining the interval size.- See Also:
- Constant Field Values
-
CONFIG_PROPERTY_VALUE_INTERVAL_SIZE_ONE_SECOND
public static final java.lang.String CONFIG_PROPERTY_VALUE_INTERVAL_SIZE_ONE_SECONDDeprecated.The configuration property value forCONFIG_PROPERTY_NAME_INTERVAL_SIZE, leading to a bin size of 1 second.- See Also:
- Constant Field Values
-
-
Constructor Details
-
MonitoringThroughputFilter
public MonitoringThroughputFilter(kieker.common.configuration.Configuration configuration, IProjectContext projectContext)Deprecated.
-
-
Method Details
-
getCurrentConfiguration
public kieker.common.configuration.Configuration getCurrentConfiguration()Deprecated.Description copied from class:AbstractAnalysisComponentThis method should deliver aConfigurationobject 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:
getCurrentConfigurationin interfaceIAnalysisComponent- Specified by:
getCurrentConfigurationin interfaceIPlugin- Specified by:
getCurrentConfigurationin classAbstractAnalysisComponent- Returns:
- A completely filled configuration object.
-
inputRecord
public final void inputRecord(kieker.common.record.IMonitoringRecord record)Deprecated.
-