Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getExpMovingAvgBytesPerSecond (0.13 seconds)

  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,
    			}
    		}
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 6K bytes
    - Click Count (0)
Back to Top