- Joined
- May 28, 2011
- Messages
- 10,996
So thankfully this is an off topic thread and this really is off topic. I'm looking for a way to test my upload internet speed completely unattended to any free server over the internet and from there if the upload speed is below a specific threshold then reboot my cable modem.
What I've been able to achieve so far is I can reboot the cable modem from within Windows using the "wget" program. I however cannot locate any method to test upload speed in a fully unattended way and then trigger the reboot. My batch file gets run at 4AM each morning right now but that doesn't help me troubleshoot the periodicity to try and find a root cause. The batch file also collects all the modem data, also using "wget" and saves it just before the reboot. If I could fix this in Windoze well I would do it there but I hear some rumblings about "iperf" in the linux world but I haven't seen a single example or reasonable reference on how to use it for what I'm looking for. I desire to test upload speed every 15 minutes for now and hope this gives my the granularity I need. The only problem I could see is if I get a low value because I'm performing an upload but that is a bridge I'll cross when I get to it.
Thanks for taking the time to read this and I greatly appreciate and pointers.
What I've been able to achieve so far is I can reboot the cable modem from within Windows using the "wget" program. I however cannot locate any method to test upload speed in a fully unattended way and then trigger the reboot. My batch file gets run at 4AM each morning right now but that doesn't help me troubleshoot the periodicity to try and find a root cause. The batch file also collects all the modem data, also using "wget" and saves it just before the reboot. If I could fix this in Windoze well I would do it there but I hear some rumblings about "iperf" in the linux world but I haven't seen a single example or reasonable reference on how to use it for what I'm looking for. I desire to test upload speed every 15 minutes for now and hope this gives my the granularity I need. The only problem I could see is if I get a low value because I'm performing an upload but that is a bridge I'll cross when I get to it.
Thanks for taking the time to read this and I greatly appreciate and pointers.