public class NetworkTestV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_exclude_fields
Comma-separated list of JSON field paths to exclude from the result, used like: "/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"
|
double[][] |
bandwidths
Bi-directional bandwidths in Bytes/sec (for each message size, for each node)
|
double[] |
bandwidths_collective
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[] |
microseconds_collective
Collective broadcast/reduce times in microseconds (for each message size)
|
java.lang.String[] |
nodes
Nodes
|
TwoDimTableV3 |
table
NetworkTestResults
|
| Constructor and Description |
|---|
NetworkTestV3() |
public double[] microseconds_collective
public double[] bandwidths_collective
public double[][] microseconds
public double[][] bandwidths
public java.lang.String[] nodes
public TwoDimTableV3 table
public java.lang.String _exclude_fields