livinthailandos Posted January 5, 2009 Posted January 5, 2009 I was wondering if anyone knew of any internet traffic related sites like this one, was wanting to see what kind of traffic and packet loss could be losing. Looking for a website similiar to this. I have looked at cat website but doesn't seem to be updated anymore not since september http://www.internettrafficreport.com/ this website has a listed of areas that at least get me some idea of internet and packet loss although thailand isn't in there I am not suprised though. anyone out there have any good websites similiar to this
ozymandious Posted January 5, 2009 Posted January 5, 2009 (edited) good site, haven't seen it before. might not be exactually what you're looking for but take a look at www.dslreports.com and check out their tools section. there might be some stuff of interest to you there. Edited January 5, 2009 by ozymandious
ballbreaker Posted January 5, 2009 Posted January 5, 2009 (edited) Don't know any sites but I usually do following when suspect problems. Might be programs that do same but I'm lazy to search. Open Command Prompt window. Type following at prompt: tracert -h 50 (enter desired web name or IP address) then hit enter key (The 50 after -h is max number of hops) The tracert returns all the sites from your PC to destination site provided you entered enough hops. example: tracert -h 50 www.easynews.com You can then use the following to check packet loss along path still using command prompt window. Type following at prompt: ping -n 30 (enter IP address or web name from info returned with tracert) then hit enter key (the -n 30 is number of packets or pings you desire) I usually start with the Thailand gateway IP because problems are usually in Thailand. It returns the number of packets sent and received along with lost packet percentage. example: ping -n 30 61.91.210.1 Edited January 5, 2009 by ballbreaker
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now