Class EmbeddedStatsSummary

    • Constructor Detail

      • EmbeddedStatsSummary

        public EmbeddedStatsSummary()
    • Method Detail

      • add

        public void add​(org.apache.jmeter.samplers.SampleResult result)
        Description copied from interface: StatsSummary
        Adds given sample result data to collected statistics.
        Specified by:
        add in interface StatsSummary
        Parameters:
        result - contains new data to include in collected statistics.
      • firstTime

        public Instant firstTime()
        Description copied from interface: StatsSummary
        Gets the instant when the first sample started.

        When associated to a test plan or transaction it gets its start time.

        Specified by:
        firstTime in interface StatsSummary
      • endTime

        public Instant endTime()
        Description copied from interface: StatsSummary
        Gets the instant when the last sample ended.

        When associated to a test plan or transaction it gets its end time.

        Take into consideration that for transactions this time takes not only into consideration the endTime of last sample, but also the time spent in timers and pre and postprocessors.

        Specified by:
        endTime in interface StatsSummary