2023-06-18 19:31:42 +00:00
|
|
|
# Speedtest_logger
|
|
|
|
|
|
2023-07-22 18:09:13 +00:00
|
|
|
A basic script that uses Speedtest-cli and logs the result to a csv file.
|
2023-06-18 20:02:23 +00:00
|
|
|
|
2023-07-22 18:09:13 +00:00
|
|
|
Within this folder there is 2 different versions of the speedtest script.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## speedtest-cli
|
|
|
|
|
This script uses the speedtest-cli test and requires the following dependencies.
|
|
|
|
|
#### Dependencies
|
2023-07-22 18:41:32 +00:00
|
|
|
1) Speedtest CLI: https://www.speedtest.net/apps/cli
|
2023-07-22 18:09:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
## iperf3
|
|
|
|
|
This script uses the iperf3 software and required a iperf3 server ip to be used to test. This version requires the following dependencies.
|
|
|
|
|
#### Dependencies
|
2023-07-22 18:41:32 +00:00
|
|
|
1) iperf3: https://iperf.fr/iperf-download.php
|
|
|
|
|
2) jq (lightweight and flexible command-line JSON processor): https://github.com/jqlang/jq
|