Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ActiveWorkers (0.27 sec)

  1. cmd/site-replication-metrics.go

    }
    
    // SRMetricsSummary captures summary of replication counts across buckets on site
    // along with op metrics rollup.
    type SRMetricsSummary struct {
    	// op metrics roll up
    	ActiveWorkers ActiveWorkerStat `json:"activeWorkers"`
    
    	// Total Replica size in bytes
    	ReplicaSize int64 `json:"replicaSize"`
    
    	// Total number of replica received
    	ReplicaCount int64 `json:"replicaCount"`
    	// Queued operations
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Feb 06 06:00:45 GMT 2024
    - 8.2K bytes
    - Viewed (0)
Back to top