class
Cryload::Stats::UrlBatch
- Cryload::Stats::UrlBatch
- Reference
- Object
Overview
Worker-local per-URL slice.
Defined in:
cryload/stats.crInstance Method Summary
- #failed : Int64
- #failed=(failed : Int64)
- #latency : Cryload::Histogram::Sparse
- #ok : Int64
- #ok=(ok : Int64)
- #requests : Int64
- #requests=(requests : Int64)
- #responses : Int64
- #responses=(responses : Int64)
- #transport_errors : Int64
- #transport_errors=(transport_errors : Int64)