Ahah! I see the difference. I was testing against `gstatic.com` with Terminal; Flent was testing against `flent-fremont.bufferbloat.net` This seems a pretty big disparity between test results. Is there an option to tell Flent to ping a more local host? Thanks. ``` bash-3.2$ fping -c 1000 gstatic.com -D [1567981240.102843] gstatic.com : [0], 84 bytes, 20.6 ms (20.6 avg, 0% loss) [1567981241.103361] gstatic.com : [1], 84 bytes, 20.3 ms (20.4 avg, 0% loss) [1567981242.107343] gstatic.com : [2], 84 bytes, 20.4 ms (20.4 avg, 0% loss) ^C gstatic.com : xmt/rcv/%loss = 3/3/0%, min/avg/max = 20.3/20.4/20.6 bash-3.2$ fping -c 1000 flent-fremont.bufferbloat.net -D [1567981266.195681] flent-fremont.bufferbloat.net : [0], 84 bytes, 92.9 ms (92.9 avg, 0% loss) [1567981267.197573] flent-fremont.bufferbloat.net : [1], 84 bytes, 92.5 ms (92.7 avg, 0% loss) [1567981268.199153] flent-fremont.bufferbloat.net : [2], 84 bytes, 92.9 ms (92.8 avg, 0% loss) [1567981269.200396] flent-fremont.bufferbloat.net : [3], 84 bytes, 92.9 ms (92.8 avg, 0% loss) ... ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/178#issuecomment-529247828