- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getInternodeInputBytes (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/http-stats.go
// Increase internode total output bytes func (s *connStats) incInternodeOutputBytes(n int64) { atomic.AddUint64(&s.internodeOutputBytes, uint64(n)) } // Return internode total input bytes func (s *connStats) getInternodeInputBytes() uint64 { return atomic.LoadUint64(&s.internodeInputBytes) } // Return total output bytes func (s *connStats) getInternodeOutputBytes() uint64 { return atomic.LoadUint64(&s.internodeOutputBytes) }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Sep 24 17:13:00 GMT 2024 - 11.4K bytes - Click Count (0)