Command line interface for testing internet bandwidth using speedtest.net. Speedtest on pypi.org
Questions tagged [speed-test]
103 questions
1
vote
1 answer
Apache Airflow giving broken DAG error cannot import __builtin__ for speedtest.py
This is a weird error I'm coming across. In my Python 3.7 environment I have installed Airflow 2, speedtest-cli and few other things using pip and I keep seeing this error popup in the Airflow UI:
Broken DAG: [/env/app/airflow/dags/my_dag.py]…

Rafay Khan
- 1,070
- 13
- 25
1
vote
3 answers
speedtest module in python
i'm trying to use the speedtest module in python, i run "pip install speedtest-cli" as admin from command prompt, it works in the command prompt and gives me the results when running "speedtest-cli"
But in PyCharm it wont work, this is what I…

TommiRkB
- 13
- 1
- 5
1
vote
1 answer
How to check / compare openssl speed
I would like to compare openssl speed on different hardware. But I'm confused about results even on the same machine.
First I did run this command on an N4150 based board:
openssl speed -evp chacha20-poly1305 md5 sha1 sha256 sha512 des des-ede3…

henning
- 11
- 1
- 2
1
vote
0 answers
Is there any way to get all ookla server list and store this into a data base?
i wanted to insert all available ookla servers into my data base for the speed test purpose for my android application. But i am not getting any way to find out how to get this servers list and insert into my database table of mysqldb.
How can i get…

anu5439
- 11
- 1
- 3
1
vote
0 answers
Android multithreading logic behing a speed test
I'm currently designing a speed test app that obviously includes Ping, Download & Upload tests among others.
I already developed the logic behind the multithreaded tests so I can define create as many threads as I need for each test, being able to…

CPI
- 786
- 1
- 5
- 18
1
vote
2 answers
Changing output of speedtest.py and speedtest-cli to include IP address in output .csv file
I added a line in the python code “speedtest.py” that I found at pimylifeup.com. I hoped it would allow me to track the internet provider and IP address along with all the other speed information his code provides. But when I execute it, the code…

ccdanieldb
- 11
- 1
- 2
1
vote
1 answer
Conduct an internet speed test over time to test for stability? (e.g. > 10 minutes)
Problem
A friend asked if ~20Mbps download / ~15Mbps upload / ~40 ping is okay for online video teaching. I said absolutely.
But the speed test used only measured these statistics for approximately a 10-20 second period - what if the internet is…

stevec
- 41,291
- 27
- 223
- 311
1
vote
0 answers
When building an Internet Upload Speed Test, should I store the uploaded data on the server or on a database?
So, I've got a few points to ask about:
Should I even store the uploaded data from the first place?
I'm thinking that if I don't store the data, the upload time is going to be shorter -giving false information-, since uploads usually end up with…

Sarah
- 346
- 1
- 3
- 11
1
vote
1 answer
ERROR: UrlLoadError: Failed to load/verify on speedtest.io when trying to test something on localhost
When I try to run tests on my localhost using speedtest.io I get the following output:
Google Chrome 71.0.3578.80
Mozilla Firefox 64.0
[2019-02-02 19:50:35] INFO: Versions OS: linux 4.9.125-linuxkit nodejs: v10.13.0 sitespeed.io: 7.7.3 browsertime:…

3l3ktr4
- 11
- 2
1
vote
4 answers
Angular - how to test Internet upload speed without backend?
I want to upload file into folder from which my Angular app is served while running on localhost. I'm not able to find any solution without using backend.
For example I just want to upload an image file and that file should copy in specified folder…

Abdul Rafay
- 3,241
- 4
- 25
- 50
1
vote
0 answers
QPython Android PySpeedTest
I installed this module PySpeedTest on the QPython on Androidenter code here and tried running the below code
import pyspeedtest
st = pyspeedtest.SpeedTest()
ping = st.ping()
download = st.download()
upload = st.upload()
print('ping: ' +…

TheICQ
- 19
- 4
1
vote
3 answers
"not less than" versus "greater or equal to" speed
I was wondering if someone knew or has one of those accurate speed tests could test
"not less than" versus "greater or equal to" speed in Actionscript 3 (Air 2.5 if that makes a difference)?
I have virtual machines running on this computer and I am…

WORMSS
- 1,625
- 28
- 36
1
vote
1 answer
Speed Test application Download Upload Ping
I am trying to implement a Speed Test on my application. To do so I was thinking of doing the following.
For the download speed, I am going to download a file from my server and time it until completion and the download speed would be the (size of…

moe_nyc
- 307
- 1
- 4
- 18
1
vote
2 answers
Speed Tracer Server side Tracing for GWT
Is the speed tracer server side tracing reserved for applications on the GAE, because i am checking http://code.google.com/webtoolkit/speedtracer/server-side-tracing.html and it only talks about the GAE, but I wanted to use it locally without the…

Noor
- 19,638
- 38
- 136
- 254
1
vote
2 answers
Can I Automated Speed Test using Selenium?
I am using beta.speedtest.net to check my network speed. I want to automate this process using Selenium(open to other frameworks as well). This automation process consists of few steps
Clicking on Change Server link
Type my preferred server…

Manvinder
- 4,495
- 16
- 53
- 100