All Projects → sivel → Speedtest Cli

sivel / Speedtest Cli

Licence: apache-2.0
Command line interface for testing internet bandwidth using speedtest.net

Programming Languages

python
139335 projects - #7 most used programming language
Roff
2310 projects

Projects that are alternatives of or similar to Speedtest Cli

Clickjacking Tester
A python script designed to check if the website if vulnerable of clickjacking and create a poc
Stars: ✭ 72 (-99.38%)
Mutual labels:  python-script
Wifibf
This is a wifi Brute Force. script undetectable and secure!
Stars: ✭ 102 (-99.12%)
Mutual labels:  python-script
Daily scripts
日常小脚本,懒人欢乐多。
Stars: ✭ 105 (-99.09%)
Mutual labels:  python-script
Homebox
A Toolbox for Home Local Networks
Stars: ✭ 78 (-99.33%)
Mutual labels:  speedtest
Spdtest.sh
Internet speed reability tester
Stars: ✭ 95 (-99.18%)
Mutual labels:  speedtest
Steganographer
Steganograpy in Python | Hide files or data in Image Files
Stars: ✭ 104 (-99.1%)
Mutual labels:  python-script
Textshot
Python tool for grabbing text via screenshot
Stars: ✭ 1,163 (-89.95%)
Mutual labels:  python-script
Droidcast
An experimental demo for capturing and displaying screenshot of an Android device without ROOT permission.
Stars: ✭ 116 (-99%)
Mutual labels:  python-script
Speedtest Cli
Command line client for LibreSpeed
Stars: ✭ 99 (-99.14%)
Mutual labels:  speedtest
Start Summit 2017 Blockchain Machine Learning Workshop
Presentation Material and Sample Code from the DataReply Blockchain and Machine Learning Workshop at START Summit 2017 in Switzerland
Stars: ✭ 105 (-99.09%)
Mutual labels:  python-script
Internet Speedtest Docker
Internet testing running on Docker Compose.
Stars: ✭ 88 (-99.24%)
Mutual labels:  speedtest
Ssl Checker
Python script that collects SSL/TLS information from hosts
Stars: ✭ 94 (-99.19%)
Mutual labels:  python-script
Speedtest exporter
Prometheus exporter for Speedtest metrics
Stars: ✭ 103 (-99.11%)
Mutual labels:  speedtest
Speedtest
HTML5 speedtest, javascript client and golang server. Responsive interface, can be used on desktop, tablets and phones. Uses the same algorithm as Ookla / speedtest.net, and gives approximately the same results.
Stars: ✭ 77 (-99.33%)
Mutual labels:  speedtest
Itsagramlive
It's A Gram Live is a Python script that create a Instagram Live and provide you a rtmp server and stream key to streaming using sofwares like OBS-Studio.
Stars: ✭ 107 (-99.08%)
Mutual labels:  python-script
Speedtest
A way to run speed tests on Docker.
Stars: ✭ 72 (-99.38%)
Mutual labels:  speedtest
Speedtest Linux
Get download/upload speeds via speedtest.net or fast.com from command line using Bash script -- suitable for logs. POSIX OSX Linux
Stars: ✭ 103 (-99.11%)
Mutual labels:  speedtest
Biblatex Check
A python script for checking BibLatex .bib files for common referencing mistakes!
Stars: ✭ 118 (-98.98%)
Mutual labels:  python-script
Ha Shellies Discovery
Script that adds MQTT discovery support for Shellies devices
Stars: ✭ 113 (-99.02%)
Mutual labels:  python-script
Faceaging By Cyclegan
Stars: ✭ 105 (-99.09%)
Mutual labels:  python-script

speedtest-cli

Command line interface for testing internet bandwidth using speedtest.net

Latest Version Travis License

Versions

speedtest-cli works with Python 2.4-3.7

Versions

Installation

pip / easy_install

pip install speedtest-cli

or

easy_install speedtest-cli

Github

pip install git+https://github.com/sivel/speedtest-cli.git

or

git clone https://github.com/sivel/speedtest-cli.git
cd speedtest-cli
python setup.py install

Just download (Like the way it used to be)

wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest-cli

or

curl -Lo speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest-cli

Usage

$ speedtest-cli -h
usage: speedtest-cli [-h] [--no-download] [--no-upload] [--single] [--bytes]
                     [--share] [--simple] [--csv]
                     [--csv-delimiter CSV_DELIMITER] [--csv-header] [--json]
                     [--list] [--server SERVER] [--exclude EXCLUDE]
                     [--mini MINI] [--source SOURCE] [--timeout TIMEOUT]
                     [--secure] [--no-pre-allocate] [--version]

Command line interface for testing internet bandwidth using speedtest.net.
--------------------------------------------------------------------------
https://github.com/sivel/speedtest-cli

optional arguments:
  -h, --help            show this help message and exit
  --no-download         Do not perform download test
  --no-upload           Do not perform upload test
  --single              Only use a single connection instead of multiple. This
                        simulates a typical file transfer.
  --bytes               Display values in bytes instead of bits. Does not
                        affect the image generated by --share, nor output from
                        --json or --csv
  --share               Generate and provide a URL to the speedtest.net share
                        results image, not displayed with --csv
  --simple              Suppress verbose output, only show basic information
  --csv                 Suppress verbose output, only show basic information
                        in CSV format. Speeds listed in bit/s and not affected
                        by --bytes
  --csv-delimiter CSV_DELIMITER
                        Single character delimiter to use in CSV output.
                        Default ","
  --csv-header          Print CSV headers
  --json                Suppress verbose output, only show basic information
                        in JSON format. Speeds listed in bit/s and not
                        affected by --bytes
  --list                Display a list of speedtest.net servers sorted by
                        distance
  --server SERVER       Specify a server ID to test against. Can be supplied
                        multiple times
  --exclude EXCLUDE     Exclude a server from selection. Can be supplied
                        multiple times
  --mini MINI           URL of the Speedtest Mini server
  --source SOURCE       Source IP address to bind to
  --timeout TIMEOUT     HTTP timeout in seconds. Default 10
  --secure              Use HTTPS instead of HTTP when communicating with
                        speedtest.net operated servers
  --no-pre-allocate     Do not pre allocate upload data. Pre allocation is
                        enabled by default to improve upload performance. To
                        support systems with insufficient memory, use this
                        option to avoid a MemoryError
  --version             Show the version number and exit

Python API

See the wiki.

Inconsistency

It is not a goal of this application to be a reliable latency reporting tool.

Latency reported by this tool should not be relied on as a value indicative of ICMP style latency. It is a relative value used for determining the lowest latency server for performing the actual speed test against.

There is the potential for this tool to report results inconsistent with Speedtest.net. There are several concepts to be aware of that factor into the potential inconsistency:

  1. Speedtest.net has migrated to using pure socket tests instead of HTTP based tests
  2. This application is written in Python
  3. Different versions of Python will execute certain parts of the code faster than others
  4. CPU and Memory capacity and speed will play a large part in inconsistency between Speedtest.net and even other machines on the same network

Issues relating to inconsistencies will be closed as wontfix and without additional reason or context.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].