- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getInternodeInputBytes (0.13 sec)
-
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) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 24 17:13:00 UTC 2024 - 11.4K bytes - Viewed (0)