mirror of
https://github.com/minio/minio.git
synced 2025-01-12 15:33:22 -05:00
0c80bf45d0
- Implement a graph algorithm to test network bandwidth from every node to every other node - Saturate any network bandwidth adaptively, accounting for slow and fast network capacity - Implement parallel drive OBD tests - Implement a paging mechanism for OBD test to provide periodic updates to client - Implement Sys, Process, Host, Mem OBD Infos
8 lines
198 B
Go
8 lines
198 B
Go
package madmin
|
|
|
|
// ServerDiskHwOBDInfo - Includes usage counters, disk counters and partitions
|
|
type ServerDiskHwOBDInfo struct {
|
|
Addr string `json:"addr"`
|
|
Error string `json:"error,omitempty"`
|
|
}
|