Class TotalTPSGraphConsumer
java.lang.Object
org.apache.jmeter.report.processor.AbstractSampleProcessor
org.apache.jmeter.report.processor.AbstractSampleConsumer
org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumer
org.apache.jmeter.report.processor.graph.impl.TotalTPSGraphConsumer
- All Implemented Interfaces:
 SampleConsumer,SampleProcessor,SampleProducer
The class TotalTPSGraphConsumer provides a graph to visualize transactions
 rate per second.
- Since:
 - 5.0
 
- 
Field Summary
Fields inherited from class org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumer
RESULT_CTX_GRANULARITYFields inherited from class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
DEFAULT_AGGREGATED_KEYS_SERIES_FORMAT, DEFAULT_GROUP, DEFAULT_OVERALL_SERIES_FORMAT, RESULT_MAX_X, RESULT_MAX_Y, RESULT_MIN_X, RESULT_MIN_Y, RESULT_SERIES, RESULT_SERIES_DATA, RESULT_SERIES_IS_CONTROLLER, RESULT_SERIES_IS_OVERALL, RESULT_SERIES_NAME, RESULT_SUPPORTS_CONTROLLERS_DISCRIMINATION, RESULT_TITLE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected TimeStampKeysSelectorCreates the time stamp keys selector.voidprotected voidinitializeExtraResults(MapResultData parentResult) Inherited classes can add properties to the resultMethods inherited from class org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumer
createKeysSelector, getGranularity, setGranularityMethods inherited from class org.apache.jmeter.report.processor.graph.AbstractGraphConsumer
consume, createSerieResult, getAggregatedKeysSeriesFormat, getGroupInfos, getInvertsKeysAndValues, getKeysSelector, getOverallSeriesFormat, getTitle, rendersPercentiles, setAggregatedKeysSeriesFormat, setOverallSeriesFormat, setRenderPercentiles, setRevertKeysAndValues, setTitle, startConsuming, stopConsumingMethods inherited from class org.apache.jmeter.report.processor.AbstractSampleConsumer
addSampleConsumer, getConsumedChannelCount, getConsumedMetadata, getConsumer, getDataFromContext, getName, getWorkingDirectory, produce, removeSampleConsumer, setChannelAttribute, setConsumedMetadata, setDataToContext, setName, setProducedMetadata, setSampleConsumer, setSampleConsumers, setSampleContext, startProducing, stopProducingMethods inherited from class org.apache.jmeter.report.processor.AbstractSampleProcessor
getChannelAttribute, getSampleContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jmeter.report.processor.SampleProcessor
getChannelAttribute, getSampleContext 
- 
Constructor Details
- 
TotalTPSGraphConsumer
public TotalTPSGraphConsumer() 
 - 
 - 
Method Details
- 
createTimeStampKeysSelector
Description copied from class:AbstractOverTimeGraphConsumerCreates the time stamp keys selector.- Specified by:
 createTimeStampKeysSelectorin classAbstractOverTimeGraphConsumer- Returns:
 - the time stamp keys selector
 
 - 
createGroupInfos
- Specified by:
 createGroupInfosin classAbstractOverTimeGraphConsumer
 - 
initializeExtraResults
Description copied from class:AbstractGraphConsumerInherited classes can add properties to the result- Overrides:
 initializeExtraResultsin classAbstractOverTimeGraphConsumer- Parameters:
 parentResult- the parent result
 - 
initialize
public void initialize()- Overrides:
 initializein classAbstractOverTimeGraphConsumer
 
 -