Kirom12 / speedtest-py

Command line tool to test the download/upload speed and ping of a network during a determined time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

speedtest-py

Command line tool to test the download/upload speed and ping of a network during a determined time

Requirements

Installation

git clone https://github.com/Kirom12/speedtest-py.git

Usage

$ speedtest-py -h
Speedtest-py

Usage : speedtest.py -i interval -d duration
Test the download/upload speed and ping of a network during a determined time.

Arguments: 
  -i minutes         time interval in minutes
  -d minutes         duration of the test in minutes (0 for no timeout)
  --kill         	kill the process

Examples: 
  speedtest.py -i 30 -d 3600
  speedtest.py -i 60 -d 0

Known bugs

  • Microseconds are displayed on png graph
  • Duration time is not 100% correct (use -d 0)!

About

Command line tool to test the download/upload speed and ping of a network during a determined time


Languages

Language:Python 100.0%