Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FbackParameters ¶
config
type GetStatResult ¶
type GetStatResult map[string]interface{}
type HitStatEntry ¶
type HitStatEntry struct { RAddr string HitStat HitStatistic }
type HitStatistic ¶
type Latency ¶
type Latency struct { Lat int64 // latency St int8 // result: 0 cache miss, 1 cache hit, -1 error (later manually add type 2 - overall) Tp string // request type Cp string // Critpath: only set if Tp=="req", then slowest request type }
types for latency reporting
type PerControllerMemLimits ¶
Click to show internal directories.
Click to hide internal directories.