Questions tagged [speed-test]

Command line interface for testing internet bandwidth using speedtest.net. Speedtest on pypi.org

103 questions
1
vote
2 answers

R - Coding an internet speed test

On occasion, I have a spotty internet connection or a severely reduced internet connection and I would like to automate web scraping activities. Often times I download files with R, ranging from very small size to several GB. Obviously, if you…
IRNotSmart
  • 351
  • 6
  • 18
1
vote
0 answers

How to add python file under python package on bitbake

I am trying to add a speedtest.py file under python (import speedtest in python prompt) on Bitbake system. I am not sure how to add this file in the recipe (or somewhere else) so that it will add under /usr/lib/python/ directory. Any pointer in…
aragorn ara
  • 165
  • 3
  • 14
1
vote
1 answer

rails google pagespeed optimization issue

I'm running the google pagespeed test on my (test) web made with rails and deployed on heroku. It shows me a warning about the javascript and css files that are blocking the half top content of the page. So the main suggestion is to made the…
user6945851
  • 175
  • 1
  • 11
1
vote
0 answers

SpeedTest Implementation

I'm trying to understand the best way to develop a speed test. I developed a servlet which downloads a file and deployed it to a server. I can go to my browser, access the servlet and download a 10MB file in about 10 seconds which gives me a…
r0144
  • 109
  • 10
1
vote
0 answers

Running multiple automated load tests of a site to see if code changes / server config make it quicker

Im trying to work out which lazy loading techniques and server setup allow my to server a page quickest, currently im using this workflow : Test ping and download speed open quicktime screen recorder (so i can review the network tab and load…
sam
  • 9,486
  • 36
  • 109
  • 160
1
vote
0 answers

wi-fi speed test android

I'm trying to make an android application ,that tests the Wi-Fi speed, well to do that i need to upload and download a file ,to test the speed. Well i read that i need two phones ,the first one will be the client ,and the second one will be the…
Amina
  • 682
  • 3
  • 9
  • 23
1
vote
2 answers

Optimizing ruby code for parsing a string to a numeric value

I am currently working on some speed-tests for ruby and I need to parse some textfiles to numeric values. Due to the slow speed I was wondering if my code could be optimized, or if ruby really is that slow. The code is being read from files, these…
HolgerS
  • 87
  • 7
1
vote
2 answers

Measuring internet speed without saving remote file

I am writing an internet speed measurer. I want to measure internet speed without saving remote file to either file or memory - I need fetch the data and forget it, so it seems that WebClient and StreamReader is not good for it (maybe i should…
KOLANICH
  • 2,904
  • 2
  • 20
  • 20
0
votes
1 answer

How to improve Website Waiting time?

While website loading speed testing I found that website is sometimes loading very quickly and some times it takes lot of time to start loading. When I checked it in detail, I found on some requests wait time was just in few hundred milliseconds,…
Krunal
  • 2,967
  • 8
  • 45
  • 101
0
votes
2 answers

Auto upload in Action Script 3

I need to test the upload speed of the client machine in AS 3.0. So I thought to upload an image that embed to swf, to server without user interaction. Do you have idea about how to do this?
Rukshan Dangalla
  • 2,500
  • 2
  • 24
  • 29
0
votes
0 answers

speed test library problem and not working correctly

hello I'm writing a Python project to check my speed test and find best servers here is my code: import speedtest wifi = speedtest.Speedtest() download_speed = wifi.download() print(f"Your download speed is {download_speed}") upload_speed =…
0
votes
0 answers

Python error of the "Speedtest" library : Unable to connect to the servers to test the latency

Python SpeedTest library Error I have a script in python that does a speedtest and displays the result. But I don't understand why I have an error that persists. error : raise SpeedtestBestServerFailure('Unable to connect to servers to '…
Gaël
  • 1
  • 1
0
votes
0 answers

How to detect connection quality of a web page

I have a webapp and I would like to have a js script to constantly monitor the instant quality of the internet connection of the user. First of all I tought a simple ajax ping or a websocket message exhange and measure the response latency, but I…
Tobia
  • 9,165
  • 28
  • 114
  • 219
0
votes
0 answers

Python3 Speedtest is suddenly reporting much slower speeds

I built an Internet Monitor, now posted on Instructables (https://www.instructables.com/The-Internet-Monitor/). It works well, reporting on speedtest results every 30 minutes. It uses the standard python approach reported in the Speedtest-CLI Python…
Bart
  • 1
0
votes
0 answers

Error while running speed tests for DES-EDE with ECB,CFB,CBC and OFB modes with openssl-3.0.7

I'm using openssl-3.0.7, enabled legacy providers along with activating default provider. openssl list -providers is successfully listing both the providers. openssl list -cipher-algorithms is also listing default and legacy algorithms. Tried…