public class NetworkTestV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
double[][] |
bandwidths
Bi-directional bandwidths in Bytes/sec (for each message size, for each node)
|
double[] |
bandwidthsCollective
Collective bandwidths in Bytes/sec (for each message size, for each node)
|
double[][] |
microseconds
Round-trip times in microseconds (for each message size, for each node)
|
double[] |
microsecondsCollective
Collective broadcast/reduce times in microseconds (for each message size)
|
java.lang.String[] |
nodes
Nodes
|
TwoDimTableV3 |
table
NetworkTestResults
|
_excludeFields| Constructor and Description |
|---|
NetworkTestV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public double[] microsecondsCollective
public double[] bandwidthsCollective
public double[][] microseconds
public double[][] bandwidths
public java.lang.String[] nodes
public TwoDimTableV3 table
public java.lang.String toString()
toString in class RequestSchemaV3