Threaded Mode | Linear Mode
Ping issues
|
11-07-2012, 09:42 PM
Post: #1
|
|||
|
|||
Ping issues
http://community.plus.net/forum/index.ph...w.html#new
This thread noted some issues with some ping testing and given the speed results, and lack of other issues noted with connection problems, it's clearly something with the testing process (be it customer setup, or tester itself). I have not installed this yet and am unlikely too (windows machine on last legs and main box is on linux). How are the ping tests conducted and what would cause this? |
|||
12-07-2012, 01:21 AM
Post: #2
|
|||
|
|||
RE: Ping issues
(11-07-2012 09:42 PM)prichardson Wrote: http://community.plus.net/forum/index.ph...w.html#new This can run in a wine session though I am unclear if this works well or not |
|||
12-07-2012, 03:33 AM (This post was last modified: 12-07-2012 03:57 AM by jackdinn.)
Post: #3
|
|||
|
|||
RE: Ping issues
yea i have read this thread and i was curious to, we have since had a donation with a message about this %50 packetloss http://www.gmwsoftware.co.uk/donate.html , i have emailed this chap who i assume is the same person.
so the code for packet loss at its most basic:- For $pingcount = 1 To 100 Sleep($OTS_ping_delay) Ping($OTS_Ping_loc, $pingmaxtime) if @error=1 or @error=2 then $packettloss += 1 .... next I have asked on the AI forums to check that both error 1 and 2 are dropped packets and they said they were. (with some caveats ^^) http://www.autoitscript.com/forum/topic/...ntry892636 EDIT: I would do it from the console but a console command ping -n 100 takes ages ^^ actually thinking about it (and re-reading the AI forum thread) it could be a dns resolution problem, maybe i should get the IP of the url first and then just ping the IP still, this is the only time out of all the people using jdast that i seen this particular problem , i shall see if this chap responds and what i can glean from his situation first. |
|||
« Next Oldest | Next Newest »
|
- View a Printable Version
- Send this Thread to a Friend
- Subscribe to this thread
User(s) browsing this thread: 1 Guest(s)