Skip to content

justinfiore/speedtest-cli-extras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

speedtest-cli-extras

This repository contains tools that enhance the speedtest-cli command-line interface to speedtest.net.

speedtest-csv

The speedtest-csv bash script calls speedtest-cli, captures its output, reformats it, and outputs it on a single line with time stamps and values separated by semicolons*, e.g.

$ speedtest-csv
2014-09-06 10:07:51;2014-09-06 10:09:31;Comcast Cable;73.162.87.38;AT&T (San Francisco, CA);20.22 km;24.536 ms;44.25 Mbits/s;4.93 Mbits/s;http://www.speedtest.net/result/3741180214.png

To generate column names, do

$ speedtest-csv --header
start;stop;from;from_ip;server;server_dist;server_ping;download;upload;share_url

Footnotes:
(*) Commas are not safe to use to separate the values, because some test servers report speeds with commas instead of periods. Because of this, semicolons are used instead.

About

Tools to enhance the speedtest-cli network tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.5%
  • Batchfile 20.5%