Add Parallel NetOBD tests to saturate all nodes at once (#9241)

This commit is contained in:
Sidhartha Mani
2020-03-31 17:08:28 -07:00
committed by GitHub
parent 30707659b5
commit c8243706b4
3 changed files with 34 additions and 3 deletions

View File

@@ -131,9 +131,10 @@ type MinioOBDInfo struct {
// PerfOBDInfo - Includes Drive and Net perf info for the entire MinIO cluster
type PerfOBDInfo struct {
DriveInfo []ServerDrivesOBDInfo `json:"drives,omitempty"`
Net []ServerNetOBDInfo `json:"net,omitempty"`
Error string `json:"error,omitempty"`
DriveInfo []ServerDrivesOBDInfo `json:"drives,omitempty"`
Net []ServerNetOBDInfo `json:"net,omitempty"`
NetParallel ServerNetOBDInfo `json:"net_parallel,omitempty"`
Error string `json:"error,omitempty"`
}
// ServerDrivesOBDInfo - Drive OBD info about all drives in a single MinIO node