network-quality / server

A place to share code and server configurations in support of the networkQuality tool
MIT License
230 stars 13 forks source link

Man Page Typo #29

Open DaveL17 opened 4 months ago

DaveL17 commented 4 months ago

Under the man page listing of fields available through the -c option, base_rt should be base_rtt.

COMPUTER OUTPUT FIELD DESCRIPTION
     The -c option will produce JSON output with the following fields:

     base_rt                     The calculated idle latency of the test run
                                 (in milliseconds).

Output:

Dave@my_mbp ~ % networkQuality -c         

{
  "base_rtt" : 41.416667938232422,
  "dl_bytes_transferred" : 367917640,
...
}
hawkinsw commented 4 months ago

Thank you! I will fix it immediately!