struct

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

avg_memory_usage
Source
avg_response_time
Source
end_time
Source
error_rate
Source
error_requests
Source
max_response_time
Source
min_response_time
Source
p95_response_time
Source
p99_response_time
Source
peak_memory_usage
Source
start_time
Source
total_memory_allocated
Source
total_requests
Source