- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for bucketStats (0.26 seconds)
-
internal/bucket/bandwidth/monitor_test.go
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 4.3K bytes - Click Count (0) -
internal/bucket/bandwidth/monitor.go
CurrentBandwidthInBytesPerSecond float64 `json:"currentBandwidth"` } // BucketBandwidthReport captures the details for all buckets. type BucketBandwidthReport struct { BucketStats map[BucketOptions]Details `json:"bucketStats,omitempty"` } // GetReport gets the report for all bucket bandwidth details. func (m *Monitor) GetReport(selectBucket SelectionFunction) *BucketBandwidthReport { m.mlock.RLock()
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 6K bytes - Click Count (0) -
cmd/http-tracer_test.go
bucketStats.updateHTTPStats(bucketName, "GetObject", recorder) _ = bucketStats.load(bucketName) } }(i) } wg.Wait() stats := bucketStats.load("test-bucket") if stats.totalS3Requests == nil { t.Error("Expected bucket stats to be initialized") } t.Logf("Bucket HTTP stats race test passed")
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 5.3K bytes - Click Count (0)