- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for TotalErrorsTimeout (0.09 sec)
-
cmd/xl-storage-disk-id-check.go
} return diskMetric, nil }, ) diskMetric, _ := p.metricsCache.GetWithCtx(context.Background()) // Do not need this value to be cached. diskMetric.TotalErrorsTimeout = p.totalErrsTimeout.Load() diskMetric.TotalErrorsAvailability = p.totalErrsAvailability.Load() return diskMetric } // lockedLastMinuteLatency accumulates totals lockless for each second.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 26 09:56:26 UTC 2024 - 34.5K bytes - Viewed (0) -
cmd/storage-datatypes_gen.go
if err != nil { err = msgp.WrapError(err, "TotalErrorsAvailability") return } case "TotalErrorsTimeout": z.TotalErrorsTimeout, err = dc.ReadUint64() if err != nil { err = msgp.WrapError(err, "TotalErrorsTimeout") return } case "TotalWrites": z.TotalWrites, err = dc.ReadUint64() if err != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 150.2K bytes - Viewed (0) -
cmd/storage-datatypes.go
APICalls map[string]uint64 `json:"apiCalls,omitempty"` TotalWaiting uint32 `json:"totalWaiting,omitempty"` TotalErrorsAvailability uint64 `json:"totalErrsAvailability"` TotalErrorsTimeout uint64 `json:"totalErrsTimeout"` TotalWrites uint64 `json:"totalWrites"` TotalDeletes uint64 `json:"totalDeletes"` }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 17.3K bytes - Viewed (0)