Latency class

Represents the average latency for the slowest X percent of requests over the last 10 seconds.

Constructors

Latency({double? p10, double? p50, double? p75, double? p85, double? p90, double? p95, double? p99, double? p999})
Latency.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
p10 double?
The average latency for the slowest 90 percent of requests over the last 10 seconds.
final
p50 double?
The average latency for the slowest 50 percent of requests over the last 10 seconds.
final
p75 double?
The average latency for the slowest 25 percent of requests over the last 10 seconds.
final
p85 double?
The average latency for the slowest 15 percent of requests over the last 10 seconds.
final
p90 double?
The average latency for the slowest 10 percent of requests over the last 10 seconds.
final
p95 double?
The average latency for the slowest 5 percent of requests over the last 10 seconds.
final
p99 double?
The average latency for the slowest 1 percent of requests over the last 10 seconds.
final
p999 double?
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited