Speedtest_logger/Linux
2023-07-23 10:42:38 +01:00
..
iPerf Updated speedtest-cli linux script and removed a error that would cause the script to crash 2023-07-23 10:39:07 +01:00
speedtest-cli Fixed a merge error and updated the CSV file to remove the ping log 2023-07-23 10:42:38 +01:00
README.md Updated some of the output messages on the iperf3 script 2023-07-22 19:41:32 +01:00

Speedtest_logger

A basic script that uses Speedtest-cli and logs the result to a csv file.

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

  1. Speedtest CLI: https://www.speedtest.net/apps/cli

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

  1. iperf3: https://iperf.fr/iperf-download.php
  2. jq (lightweight and flexible command-line JSON processor): https://github.com/jqlang/jq