Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getExpMovingAvgBytesPerSecond (0.08 sec)

  1. internal/bucket/bandwidth/monitor.go

    		if !selectBucket(bucketOpts.Name) {
    			continue
    		}
    		m.tlock.RLock()
    		if tgtThrottle, ok := m.bucketsThrottle[bucketOpts]; ok {
    			currBw := bucketMeasurement.getExpMovingAvgBytesPerSecond()
    			report.BucketStats[bucketOpts] = Details{
    				LimitInBytesPerSecond:            tgtThrottle.NodeBandwidthPerSec * int64(m.NodeCount),
    				CurrentBandwidthInBytesPerSecond: currBw,
    			}
    		}
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top