Azu::PerformanceMetrics::AggregatedStats
Inherits JSON::Serializable < Struct < Value < Object
Aggregated statistics for analysis
Constructors
new(total_requests : Int32, error_requests : Int32, avg_response_time : Float64, min_response_time : Float64, max_response_time : Float64, p95_response_time : Float64, p99_response_time : Float64, error_rate : Float64, avg_memory_usage : Float64, peak_memory_usage : Float64, total_memory_allocated : Int64, start_time : Time, end_time : Time)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
avg_memory_usage
Sourceavg_response_time
Sourceend_time
Sourceerror_rate
Sourceerror_requests
Sourcemax_response_time
Sourcemin_response_time
Sourcep95_response_time
Sourcep99_response_time
Sourcepeak_memory_usage
Sourcestart_time
Sourcetotal_memory_allocated
Sourcetotal_requests
Source