- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getS3InOutBytes (0.11 seconds)
-
cmd/http-stats.go
} s.stats[bucket] = stats } type inOutBytes struct { In uint64 Out uint64 } // Return S3 total input bytes for input bucket func (s *bucketConnStats) getS3InOutBytes() map[string]inOutBytes { s.RLock() defer s.RUnlock() if len(s.stats) == 0 { return nil } bucketStats := make(map[string]inOutBytes, len(s.stats)) for k, v := range s.stats {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Sep 24 17:13:00 GMT 2024 - 11.4K bytes - Click Count (0)