Class BytesThroughputGraphConsumer
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.BytesThroughputGraphConsumer
- All Implemented Interfaces:
- SampleConsumer,- SampleProcessor,- SampleProducer
The class HitsPerSecondGraphConsumer provides a graph to visualize bytes throughput
 per time period (defined by granularity)
- Since:
- 3.0
- 
Field SummaryFields inherited from class org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumerRESULT_CTX_GRANULARITYFields inherited from class org.apache.jmeter.report.processor.graph.AbstractGraphConsumerDEFAULT_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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected TimeStampKeysSelectorCreates the time stamp keys selector.voidMethods inherited from class org.apache.jmeter.report.processor.graph.AbstractOverTimeGraphConsumercreateKeysSelector, getGranularity, initializeExtraResults, setGranularityMethods inherited from class org.apache.jmeter.report.processor.graph.AbstractGraphConsumerconsume, createSerieResult, getAggregatedKeysSeriesFormat, getGroupInfos, getInvertsKeysAndValues, getKeysSelector, getOverallSeriesFormat, getTitle, rendersPercentiles, setAggregatedKeysSeriesFormat, setOverallSeriesFormat, setRenderPercentiles, setRevertKeysAndValues, setTitle, startConsuming, stopConsumingMethods inherited from class org.apache.jmeter.report.processor.AbstractSampleConsumeraddSampleConsumer, 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.AbstractSampleProcessorgetChannelAttribute, getSampleContextMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jmeter.report.processor.SampleProcessorgetChannelAttribute, getSampleContext
- 
Constructor Details- 
BytesThroughputGraphConsumerpublic BytesThroughputGraphConsumer()
 
- 
- 
Method Details- 
createTimeStampKeysSelectorDescription copied from class:AbstractOverTimeGraphConsumerCreates the time stamp keys selector.- Specified by:
- createTimeStampKeysSelectorin class- AbstractOverTimeGraphConsumer
- Returns:
- the time stamp keys selector
 
- 
createGroupInfos- Specified by:
- createGroupInfosin class- AbstractOverTimeGraphConsumer
 
- 
initializepublic void initialize()- Overrides:
- initializein class- AbstractOverTimeGraphConsumer
 
 
-