Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-breece committed Sep 27, 2024
1 parent ed337c8 commit de760ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions log/wifi_speed.log
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de760ed

Please sign in to comment.