diff --git a/log/wifi_speed.log b/log/wifi_speed.log index c90263d..58940f6 100644 --- a/log/wifi_speed.log +++ b/log/wifi_speed.log @@ -1,4 +1,5 @@ -2024-09-24 15:08:21, Ping: 52.294 ms, Download: 96.58 Mbit/s, Upload: 49.36 Mbit/s2024-09-25 20:29:12, Ping: 44.533 ms, Download: 232.79 Mbit/s, Upload: 42.56 Mbit/s +2024-09-24 15:08:21, Ping: 52.294 ms, Download: 96.58 Mbit/s, Upload: 49.36 Mbit/s +2024-09-25 20:29:12, Ping: 44.533 ms, Download: 232.79 Mbit/s, Upload: 42.56 Mbit/s 2024-09-25 20:31:21, Ping: 45.546 ms, Download: 228.16 Mbit/s, Upload: 26.70 Mbit/s 2024-09-25 21:00:02, Ping: 50.483 ms, Download: 56.50 Mbit/s, Upload: 41.28 Mbit/s 2024-09-25 21:30:01, Ping: 59.202 ms, Download: 156.37 Mbit/s, Upload: 39.62 Mbit/s @@ -74,6 +75,8 @@ 2024-09-27 13:30:01, Ping: 62.482 ms, Download: 111.93 Mbit/s, Upload: 23.20 Mbit/s 2024-09-27 14:00:01, Ping: 73.277 ms, Download: 111.26 Mbit/s, Upload: 24.35 Mbit/s 2024-09-27 14:30:01, Ping: 56.253 ms, Download: 105.17 Mbit/s, Upload: 9.23 Mbit/s -# Cutover to Spectrum2024-09-27 15:00:01, Ping: 47.411 ms, Download: 9.46 Mbit/s, Upload: 9.09 Mbit/s +# Cutover to Spectrum +2024-09-27 15:00:01, Ping: 47.411 ms, Download: 9.46 Mbit/s, Upload: 9.09 Mbit/s 2024-09-27 15:30:01, Ping: 46.037 ms, Download: 11.92 Mbit/s, Upload: 9.74 Mbit/s 2024-09-27 16:00:02, Ping: 40.167 ms, Download: 10.19 Mbit/s, Upload: 5.75 Mbit/s +2024-09-27 16:30:01, Ping: 43.928 ms, Download: 8.01 Mbit/s, Upload: 2.25 Mbit/s diff --git a/readme.md b/readme.md index 88228f8..b0d6faa 100644 --- a/readme.md +++ b/readme.md @@ -43,9 +43,9 @@ To set up a cron job that runs this script every 30 minutes, follow these steps: *Replace `/path/to/the/script/` with the actual path where you saved the script.* ### Notes: -- The log file is saved at `/var/log/wifi_speed.log`. You might need to adjust the path depending on the permissions or preferences. +- The log file is saved at `/path/to/the/script/log/wifi_speed.log`. You might need to adjust the path depending on the permissions or preferences. - Ensure that the script path is correct in the crontab entry. -- You can check the log file with `cat /var/log/wifi_speed.log` or similar commands. +- You can check the log file with `cat /path/to/the/script/log/wifi_speed.log` or one of the report scripts in the repo. - This script will now run every 30 minutes, measuring and logging the WiFi connection speeds on the Ubuntu machine. ### Error Handling