SummaryStats

SummaryStats objects are a collection of statistics that appear in a number of contexts inside a SummaryReport or a SamplingReport.

Properties

  • Number count: (Read-only) Number of hits in the reported scope.

  • Number high: (Read-only) Highest response time (in milliseconds) in the scope.

  • Number low: (Read-only) Lowest response time in the scope.

  • Number average: (Read-only) Arithmetic average of the response times in the scope

Methods

  • String toString(): Returns a string representation of this object.

Description

SummaryStats objects are a collection of statistics that appear in a number of contexts inside a SummaryReport or a SamplingReport. Refer to the containing report type for more information.