Open Sidebar
Close Sidebar
cryload
6.0.0
Cryload
CiThresholds
Cli
Options
OptionsBuilder
Validator
Deadline
Duration
ErrorCategory
ExitCode
FdLimit
Histogram
Bin
Dense
Sparse
LoadGenerator
Worker
Logger
Report
PhasedClient
RateLimiter
Request
Hop
RequestSpec
RequestTimeoutError
RunConfig
ShutdownCoordinator
Stats
Batch
ErrorEntry
LatencyView
RateReport
Sample
StatusEntry
UrlBatch
UrlEntry
UrlStats
Threshold
Comparator
Metric
ThresholdResult
Timeouts
struct
Cryload::
Stats::
ErrorEntry
Cryload::Stats::ErrorEntry
Struct
Value
Object
Defined in:
cryload/stats.cr
Constructors
.new
(category : String, count : Int64, percent : Float64, sample_message : Nil | String)
Instance Method Summary
#category
: String
#count
: Int64
#percent
: Float64
#sample_message
: String | Nil
Constructor Detail
def self.
new
(category : String, count : Int64, percent : Float64, sample_message : Nil | String)
#
Instance Method Detail
def
category
: String
#
def
count
: Int64
#
def
percent
: Float64
#
def
sample_message
: String | Nil
#