summaryrefslogtreecommitdiff
path: root/README
blob: ae6b58a8680b7b9f73734acdc6e952f5c7553ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# speedtest logger

This is basically just speedtest-cli --csv running indefinetly

Requires speedtest-cli (from ookla) to be available on the system

## CSV layout

The current CSV headers are:

Server ID,Sponsor,Server Name,Timestamp,Distance,Ping,Download,Upload,Share,IP Address

To get just the download speeds in Mbps you can do:

tail -n +2 log.txt | cut -f7 | numfmt --to-unit=M

and similarly with -f8 for upload speeds

## Ploting

I've added a gnuplot script to generate these as a plot straight from the raw log file