I recommend filing an issue against that speedtest-cli script. I noticed the timer seems to be started before the DNS lookup occurs (before call to urlopen). This means any DNS issues impact the measurement of what is supposed to be network throughput. On Apr 4, 2017 13:19, "John Petrini" <jpetrini at coredial.com> wrote: > Hi All, > > Turns out this was a DNS issue. The speedtest-cli script does a lot of > lookups and these lookups were hanging due to parallel A and AAAA requests > resulting in the unexpected results. I added the following to > /etc/resolv.conf and the issue seems to be resolved. > > options single-request-reopen > > Thanks, > > ___ > > John Petrini > > _______________________________________________ > OpenStack-operators mailing list > OpenStack-operators at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20170404/d802c4ce/attachment.html>