-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speedtest Showing Wrong Speeds #3
Comments
Have you tried running multiple tests to see if the results are consistently different? |
Speedtest-cli and speedtest are 2 different utilities, for me speedtest-cli almost never reaches real speeds |
I'm seeing similar results using running the commands myself within the pod.
|
@twodarek It's a little hidden with --help, but it looks like default output is human readable Mbps (Mbits/sec) and machine readable formats use bytes as the unit of measure. Download 116287460 bytes/sec x 8 = 930,299,680 bits/sec (930.3 Mbps) @branttaylor as mentioned by @basistam speedtest-cli is another project written in python. For the slower output, see performance notes here https://github.com/sivel/speedtest-cli#inconsistency If I run the official ookla tool, I see almost full line speed down (1Gbps) but if I run speedtest-cli from the other repo on my raspberry pi 4's, I'm always below 500mbps. |
I'm not really sure how this is the case, but within the pod I am seeing download speeds that are roughly double what I'm actually getting. For example, inside the pod I'm getting this:
But outside of the pod, I run
speedtest-cli
on the node itself and I get this:I'm located in Middle Tennessee, as you can tell. Any thoughts on why this is the case? I've even tried running
speedtest
inside the pod using different speedtest servers and they're all way higher than I'm actually getting.The text was updated successfully, but these errors were encountered: