Style
This commit is contained in:
@@ -46,11 +46,11 @@ then continously print runtime statistics.
|
|||||||
|
|
||||||
## Stats
|
## Stats
|
||||||
|
|
||||||
* rounds: number of passes through all input files
|
* `rounds`: number of passes through all input files
|
||||||
* mean_cycles_to_connect: number of cycle-ms length cycles we make to connect,
|
* `mean_cycles_to_connect`: number of cycle-ms length cycles we make to connect,
|
||||||
average. > 1.00 here may indicate network latency, or that the server is
|
average. > 1.00 here may indicate network latency, or that the server is
|
||||||
overloaded and you should increase --cycle-ms or lower --num-conns
|
overloaded and you should increase --cycle-ms or lower --num-conns
|
||||||
* ready_to_send: portion of attempts that a connection has received acks for
|
* `ready_to_send`: portion of attempts that a connection has received acks for
|
||||||
all outgoing data and is ready to send more. < 1.00 here indicates network
|
all outgoing data and is ready to send more. < 1.00 here indicates network
|
||||||
latency in excess of --cycle-ms, or delayed ack sending from the receiver.
|
latency in excess of --cycle-ms, or delayed ack sending from the receiver.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user