README MIT license JSpeedTestSpeed Test client library for Java/Android with HTTP & FTP supportspeed test download speed test upload download / upload progress monitoring configurable hostname / port / uri (username & password for FTP) configurable socket timeout and chunk size configure upload fil...
docker run --rm --name librespeed-cli librespeed-cli:latest # With options docker run --rm --name librespeed-cli librespeed-cli:latest --telemetry-level disabled --no-upload # To avoid "Failed to ping target host: socket: permission denied" errors when using --verbose docker run --rm -...
Largely vendored from Python 2.7, modified to work with Python 2.4 """ host, port = address err = None for res in socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM): af, socktype, proto, canonname, sa = res sock = None try: sock = socket.socket(af, socktype, pr...
Speedtest.net has migrated to using pure socket tests instead of HTTP based tests This application is written in Python Different versions of Python will execute certain parts of the code faster than others CPU and Memory capacity and speed will play a large part in inconsistency between Speedtest...
docker run --rm --name librespeed-cli librespeed-cli:latest#With optionsdocker run --rm --name librespeed-cli librespeed-cli:latest --telemetry-level disabled --no-upload#To avoid "Failed to ping target host: socket: permission denied" errors when using --verbosedocker run --rm --name lib...
(there can be, and are, some dups as a result for best/closest), run the test and chart the results. This will show just how disparate the results are from these core/crude tests. Most of the test servers compensate when they present the results. Newer, “socket”-based tests are ...
for the socket to bind as a source address before making the connection. An host of '' or port 0 tells the OS to use the default. Largely vendored from Python 2.7, modified to work with Python 2.4 """ host, port = address err = None for res in socket.getaddrinfo(host, por...
README Apache-2.0 speedtest-cli Versions Installation pip / easy_install Github Just download (Like the way it used to be) Usage Python API Inconsistency speedtest-cli Command line interface for testing internet bandwidth using speedtest.net
systemd Support systemd socket activation (librespeed#35) Jan 18, 2022 web Bump go-systemd from unreleased git version to release v22.4.0 (libre… Apr 11, 2023 .gitignore Migrate code from Go branch to new repo Jun 2, 2020 .goreleaser.yml goreleaser: don't upx compress Linux MIPS bianrie...
# bind socket adress bind_address="0.0.0.0" # socket listent port, default is 8080 listen_port=8080 # you can specify the number of worker threads. default is 1 # auto: number of cpu cores, or more than 0 as desired # increasing the count increases memory usage worker_threads=1 # ...