Package org.apache.jmeter.report.processor.graph.impl
package org.apache.jmeter.report.processor.graph.impl
This package contains the components used for computing the data used by javascript graphs.
-
ClassDescriptionThe class ActiveThreadsGraphConsumer provides a graph to visualize active threads per time period (defined by granularity)The class HitsPerSecondGraphConsumer provides a graph to visualize bytes throughput per time period (defined by granularity)The class CodesPerSecondGraphConsumer provides a graph to visualize response codes rate per secondThe class ConnectTimeOverTimeGraphConsumer provides a graph to visualize Connection time per time period (defined by granularity)The class CustomGraphConsumer is added by the custom Graphs plugin.The class HitsPerSecondGraphConsumer provides a graph to visualize hits rate per second.The class LatencyOverTimeGraphConsumer provides a graph to visualize latency per time period (defined by granularity)The class LatencyVSRequestGraphConsumer provides a graph to visualize latency vs requestsThe class ResponseCustomGraphGraphConsumer provides a graph to visualize mean custom value per time period (defined by granularity)The class ResponseTimeDistributionGraphConsumer provides a graph to visualize the distribution of the average response time per sampleThe class ResponseTimeOverTimeGraphConsumer provides a graph to visualize mean response time per time period (defined by granularity)The Class ResponseTimePercentilesGraphConsumer computes percentile graph for each samplesThe class ResponseTimePercentilesOverTimeGraphConsumer provides a graph to visualize percentiles over time period.The class ResponseTimePerSampleGraphConsumer provides a graph to visualize percentiles of response time for each sample name.The class ResponseTimeVSRequestGraphConsumer provides a graph to visualize response time vs requestsThe class SyntheticResponseTimeDistributionGraphConsumer provides a graph to visualize the distribution of the response times on APDEX thresholdThe class TimeVSThreadGraphConsumer provides a graph to visualize average response time vs number of threadsThe class TotalTPSGraphConsumer provides a graph to visualize transactions rate per second.The class TransactionsPerSecondGraphConsumer provides a graph to visualize transactions rate per second.