Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

paulobrad

macrumors regular
Original poster
Jun 30, 2007
151
0
UK
I'm looking for an app for my mac which can test my ADSL download speed automtically at regular intervals through the day and log the results for me to look over later.

Anyone got any ideas? Thanks.
 
Yeah, thanks for that but I've used that and need an actual application so I can monitor how it changes through the day.
 
It does vary to an extent, and some ISPs shape the traffic and/or limit it at times of day - so would e interesting to see a variation at different times.
 
If you don't have a real good reason to test your speeds, and are just curious, then don't waste your time. Like was mentioned above, they shouldn't vary much, plus an app like that will just eat away at your RAM and slow that connection a bit when it's testing. Plus, if you're using the Internet when it tests in the background, you won't get a solid reading anyway. It would be a waste.
 
i can only think of a more "messy way" of doing it using terminal.

you can setup a cronjob to run every hour or so. you can use wget to download a specific file from the web, and then logging it

like this:

Code:
wget http://www.opera.com/download/get.pl?id=31995&location=257&nothanks=yes&sub=marine | tee log

would leave you with many "wget-log.*" files in the directory containing this:

Code:
--2009-03-26 09:24:43--  http://www.opera.com/download/get.pl?id=31995
Resolving www.opera.com... 195.189.143.135
Connecting to www.opera.com|195.189.143.135|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: ftp://get.opera.com/pub/opera/mac/964/Opera_9.64_Setup_Intel.dmg [following]
--2009-03-26 09:24:44--  ftp://get.opera.com/pub/opera/mac/964/Opera_9.64_Setup_Intel.dmg
           => `Opera_9.64_Setup_Intel.dmg'
Resolving get.opera.com... 213.236.208.156
Connecting to get.opera.com|213.236.208.156|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/opera/mac/964 ... done.
==> SIZE Opera_9.64_Setup_Intel.dmg ... 8239125
==> PASV ... done.    ==> RETR Opera_9.64_Setup_Intel.dmg ... done.
Length: 8239125 (7.9M)


74% [============================>          ] 6,140,160    344K/s  eta 7s      
75% [============================>          ] 6,210,720    342K/s  eta 6s      
76% [============================>          ] 6,281,280    341K/s  eta 6s      
77% [=============================>         ] 6,348,960    337K/s  eta 6s      
77% [=============================>         ] 6,420,960    336K/s  eta 6s      
78% [=============================>         ] 6,490,080    334K/s  eta 6s      
79% [==============================>        ] 6,562,080    334K/s  eta 5s      
80% [==============================>        ] 6,634,080    330K/s  eta 5s      
81% [==============================>        ] 6,706,080    330K/s  eta 5s      
82% [===============================>       ] 6,778,080    347K/s  eta 5s      
83% [===============================>       ] 6,850,080    335K/s  eta 5s      
84% [===============================>       ] 6,924,960    337K/s  eta 4s      
84% [================================>      ] 6,998,400    338K/s  eta 4s      
85% [================================>      ] 7,071,840    344K/s  eta 4s      
86% [================================>      ] 7,146,720    345K/s  eta 4s      
87% [=================================>     ] 7,220,160    346K/s  eta 4s      
88% [=================================>     ] 7,295,040    350K/s  eta 3s      
89% [=================================>     ] 7,369,920    350K/s  eta 3s      
89% [==================================>    ] 7,414,560    332K/s  eta 3s      
91% [==================================>    ] 7,531,200    345K/s  eta 3s      
92% [==================================>    ] 7,597,440    344K/s  eta 3s      
92% [===================================>   ] 7,635,424    327K/s  eta 2s      
93% [===================================>   ] 7,732,800    334K/s  eta 2s      
94% [===================================>   ] 7,790,400    329K/s  eta 2s      
95% [====================================>  ] 7,848,000    324K/s  eta 2s      
95% [====================================>  ] 7,904,160    318K/s  eta 2s      
96% [====================================>  ] 7,961,760    314K/s  eta 1s      
97% [====================================>  ] 8,017,920    308K/s  eta 1s      
98% [=====================================> ] 8,075,520    303K/s  eta 1s      
98% [=====================================> ] 8,131,680    299K/s  eta 1s      
99% [=====================================> ] 8,189,280    292K/s  eta 1s      
100%[======================================>] 8,239,125    289K/s   in 26s     

2009-03-26 09:25:12 (315 KB/s) - `Opera_9.64_Setup_Intel.dmg' saved [8239125]
 
Going to give this a bump - thanks for your suggestions but none quite give me what I'm sure must be out there, a small app that can do a speed test (not just a ping) at regular intervals all day and log it.

Any more ideas? Thanks.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.