Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 107 for averages (0.18 sec)

  1. internal/bucket/bandwidth/monitor.go

    	bucketsThrottle    map[BucketOptions]*bucketThrottle
    	bucketsMeasurement map[BucketOptions]*bucketMeasurement // Buckets with objects in flight
    
    	bucketMovingAvgTicker *time.Ticker    // Ticker for calculating moving averages
    	ctx                   context.Context // Context for generate
    	NodeCount             uint64
    }
    
    // NewMonitor returns a monitor with defaults.
    func NewMonitor(ctx context.Context, numNodes uint64) *Monitor {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Feb 19 22:54:46 UTC 2024
    - 6K bytes
    - Viewed (0)
  2. cmd/bucket-replication-stats.go

    	sync.RWMutex                 // mutex for Cache
    	mostRecentStatsMu sync.Mutex // mutex for mostRecentStats
    
    	wlock sync.RWMutex // mutex for active workers
    
    	movingAvgTicker *time.Ticker // Ticker for calculating moving averages
    	wTimer          *time.Ticker // ticker for calculating active workers
    	qTimer          *time.Ticker // ticker for calculating queue stats
    }
    
    func (r *ReplicationStats) trackEWMA() {
    	for {
    		select {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  3. src/index/suffixarray/sais.go

    	// This works out to an average length 2×½ + 3×¼ + 4×⅛ + ... = 3.
    	// The space we need is further reduced by the fact that many of the
    	// short patterns like SLS will often be the same character sequences
    	// repeated throughout the text, reducing maxID relative to numLMS.
    	//
    	// For short inputs, the averages may not run in our favor, but then we
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  4. src/index/suffixarray/sais2.go

    	// This works out to an average length 2×½ + 3×¼ + 4×⅛ + ... = 3.
    	// The space we need is further reduced by the fact that many of the
    	// short patterns like SLS will often be the same character sequences
    	// repeated throughout the text, reducing maxID relative to numLMS.
    	//
    	// For short inputs, the averages may not run in our favor, but then we
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/autoscaling/v2beta1/generated.proto

      // averageValue is the current value of the average of the
      // metric across all relevant pods (as a quantity)
      // +optional
      optional k8s.io.apimachinery.pkg.api.resource.Quantity averageValue = 5;
    }
    
    // PodsMetricSource indicates how to scale on a metric describing each pod in
    // the current scale target (for example, transactions-processed-per-second).
    // The values will be averaged together before being compared to the target
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v2beta1/generated.proto

      // averageValue is the current value of the average of the
      // metric across all relevant pods (as a quantity)
      // +optional
      optional .k8s.io.apimachinery.pkg.api.resource.Quantity averageValue = 5;
    }
    
    // PodsMetricSource indicates how to scale on a metric describing each pod in
    // the current scale target (for example, transactions-processed-per-second).
    // The values will be averaged together before being compared to the target
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v1/generated.proto

      // averageValue is the current value of the average of the
      // metric across all relevant pods (as a quantity)
      // +optional
      optional .k8s.io.apimachinery.pkg.api.resource.Quantity averageValue = 5;
    }
    
    // PodsMetricSource indicates how to scale on a metric describing each pod in
    // the current scale target (for example, transactions-processed-per-second).
    // The values will be averaged together before being compared to the target
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 22K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/autoscaling/v1/generated.proto

      // averageValue is the current value of the average of the
      // metric across all relevant pods (as a quantity)
      // +optional
      optional k8s.io.apimachinery.pkg.api.resource.Quantity averageValue = 5;
    }
    
    // PodsMetricSource indicates how to scale on a metric describing each pod in
    // the current scale target (for example, transactions-processed-per-second).
    // The values will be averaged together before being compared to the target
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v1/types.go

    // The values will be averaged together before being compared to the target
    // value.
    type PodsMetricSource struct {
    	// metricName is the name of the metric in question
    	MetricName string `json:"metricName" protobuf:"bytes,1,name=metricName"`
    
    	// targetAverageValue is the target value of the average of the
    	// metric across all relevant pods (as a quantity)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/autoscaling/v2/generated.proto

      // QPS from loadbalancer running outside of cluster).
      // +optional
      optional ExternalMetricStatus external = 5;
    }
    
    // MetricTarget defines the target value, average value, or average utilization of a specific metric
    message MetricTarget {
      // type represents whether the metric type is Utilization, Value, or AverageValue
      optional string type = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.3K bytes
    - Viewed (0)
Back to top