Package org.apache.jmeter.report.processor.graph


package org.apache.jmeter.report.processor.graph
This package contains the components used for computing the data used by javascript graphs.
  • Class
    Description
    The class AbstractGraphConsumer provides a consumer that build a sorted map from samples.
    The class AbstractOverTimeGraphConsumer provides a base class for over time graphs.
    The class AbstractSeriesSelector provide an abstract base class for GraphSeriesSelector.
    The class AbstractOverTimeGraphConsumer provides a base class for over time graphs.
    The class CodeSeriesSelector provides a projection of a sample to its code response.
    The class ConnectTimeValueSelector provides a projection from a sample to its connect time.
    The class CountValueSelector provides a projection to count samples.
    The class ElapsedTimeValueSelector provides a projection from a sample to its elapsed time.
    The interface GraphKeySelector represents a projection from a sample to the keys that compound its series.
    The interface GraphSeriesSelector provides a projection from a sample to the series it belongs in a graph.
    The interface GraphValueSelector represents a projection from a sample to the value to aggregate for graph series.
    The class GroupData helps to store group data for a graph.
    The class GroupInfo stores information about the series group of a graph.
    The class IndexedNameSelector provides a projection from a sample to its name and maintains an index of the projected names.
    The class LatencyValueSelector provides a projection from a sample to its latency.
    The class NameSerieSelector provides a projection of a sample to its name.
    The class SeriesData helps to store series data in a graph.
    The class StaticSeriesSelector provides always the same series name.
    The class StatusSeriesSelector provides a projection from a sample to a string that defines its status (success or failure).
    The class ElapsedTimeValueSelector provides a projection from a sample to its elapsed time only if sample is not an empty transaction Controller and sample is successful
    The class TimeStampKeysSelector provides a projection from a sample to its begin or end time.