- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for TotalWrites (0.08 sec)
-
cmd/storage-datatypes.go
TotalErrorsAvailability uint64 `json:"totalErrsAvailability"` TotalErrorsTimeout uint64 `json:"totalErrsTimeout"` TotalWrites uint64 `json:"totalWrites"` TotalDeletes uint64 `json:"totalDeletes"` } // VolsInfo is a collection of volume(bucket) information type VolsInfo []VolInfo
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 17.4K bytes - Viewed (0) -
cmd/storage-datatypes_gen.go
z.TotalErrorsTimeout, err = dc.ReadUint64() if err != nil { err = msgp.WrapError(err, "TotalErrorsTimeout") return } case "TotalWrites": z.TotalWrites, err = dc.ReadUint64() if err != nil { err = msgp.WrapError(err, "TotalWrites") return } case "TotalDeletes": z.TotalDeletes, err = dc.ReadUint64() if err != nil { err = msgp.WrapError(err, "TotalDeletes")
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 151.7K bytes - Viewed (0) -
cmd/metacache-set.go
deletes := make([]uint64, len(infos)) writes := make([]uint64, len(infos)) for index, di := range infos { deletes[index] = di.Metrics.TotalDeletes writes[index] = di.Metrics.TotalWrites } filter := func(list []uint64) (commonCount uint64) { maxCnt := 0 signatureMap := map[uint64]int{} for _, v := range list { signatureMap[v]++ }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 30.7K bytes - Viewed (0)