mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
Rename OBD to Health (#10842)
Also, Remove thread stats and openfds from the health report as we already have process stats and numfds
This commit is contained in:
@@ -41,8 +41,8 @@ type Throughput struct {
|
||||
Max float64 `json:"max_bytes_per_sec,omitempty"`
|
||||
}
|
||||
|
||||
// ComputeOBDStats takes arrays of Latency & Throughput to compute Statistics
|
||||
func ComputeOBDStats(latencies, throughputs []float64) (Latency, Throughput, error) {
|
||||
// ComputePerfStats takes arrays of Latency & Throughput to compute Statistics
|
||||
func ComputePerfStats(latencies, throughputs []float64) (Latency, Throughput, error) {
|
||||
var avgLatency float64
|
||||
var percentile50Latency float64
|
||||
var percentile90Latency float64
|
||||
Reference in New Issue
Block a user