-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time in between pings #4
Comments
Thank you for considering multi-ping. Do you mean the time interval between individual pings to different addresses when a number of IP addresses needs to be tested? Currently, it just sends them all as quickly as possible, then waits for responses (and performs retries, if configured, etc.). I can imagine that contacting the set of addresses "as quickly as possible" may cause issues in some networks. Currently there is no parameter for this. If it's what you are looking for then I'm sure we can add it, though. |
Thanks for the fast response. Its not common when this happens, but sometimes I perform specific tests on networks using all types of tools and have seen some issues occur when the tools pings very rapidly. One particular annoying one is that if your running a continuous ping very fast and the remote node goes offline the pings will still show success... I don't know why this happens but it happens with win 7/10 cmd, linux term. If I stop the ping and restart it, then everything works. Another issue is security policies. Rapid pings to multiple IP can breach policies in some of the higher end firewalls. I am no coder at all but if I am reading the python script properly that my developer made it seems I am sending a list of 8 ip addresses to multiping. then multiping tries to ping each one. I think if it doesn't get a response on the first ping it will try again 3 more times giving the remote node 500ms to respond on each of the three attempts (correct me if I am wrong). pass or fail it then moves on to the next ip in the list. I think it would be really usefull if I can specify custom time (ms) between each ping for my list of IPs A good example: Lol, sorry for the long response I sometimes ramble at night.... Let me know your thoughts |
also my developer is going to work on this other issue his script had but maybe you can offer insight. When the wan goes down, multiping throws an error that stops his python script from running. I personally don't know if it is his script that has to handle this properly or if multiping fails when the wan drops but it is something he said he will work on tonight. He said he should have a response for me within two hours |
I hired someone to write me a script that used this tool. Is there a way for me to limit the time in between the pings?
The text was updated successfully, but these errors were encountered: