class
Cryload::Stats::UrlStats
- Cryload::Stats::UrlStats
- Reference
- Object
Overview
Global per-URL slice.
Defined in:
cryload/stats.crInstance Method Summary
- #failed : Int64
- #failed=(failed : Int64)
- #failure_rate_percent : Float64
- #latency : Cryload::Histogram::Dense
- #merge(batch : UrlBatch) : Nil
- #ok : Int64
- #ok=(ok : Int64)
- #requests : Int64
- #requests=(requests : Int64)
- #responses : Int64
- #responses=(responses : Int64)
- #transport_errors : Int64
- #transport_errors=(transport_errors : Int64)