2023-06-18 19:31:42 +00:00
|
|
|
# Speedtest_logger
|
|
|
|
|
|
2023-09-12 18:34:37 +00:00
|
|
|
A basic script that uses Speedtest-cli and/or iperf3 and logs the result to a csv file, Discord server or InfluDB.
|
2023-06-18 20:02:23 +00:00
|
|
|
|
2023-07-22 18:09:13 +00:00
|
|
|
|
2023-09-12 18:34:37 +00:00
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
|
|
### speedtest-cli
|
|
|
|
|
If you want to use speedtest-cli to test, the following dependencies will be required.
|
2023-07-22 18:09:13 +00:00
|
|
|
|
2023-07-22 18:41:32 +00:00
|
|
|
1) Speedtest CLI: https://www.speedtest.net/apps/cli
|
2025-09-07 20:11:06 +00:00
|
|
|
2) jq (lightweight and flexible command-line JSON processor): https://github.com/jqlang/jq
|
2023-07-22 18:09:13 +00:00
|
|
|
|
|
|
|
|
|
2023-09-12 18:34:37 +00:00
|
|
|
### iperf3
|
|
|
|
|
If you want to use iperf3 to test a, iperf3 server ip will be needed, as well as the following dependencies on the system that will run this script.
|
|
|
|
|
|
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
|
2023-09-12 18:34:37 +00:00
|
|
|
|
|
|
|
|
|