The Story of the PING Program (1997)
ftp.arl.mil
The Story of the PING Program (1997)
1–10 of 30 posts
Re: The Story of the PING Program (1997)
#2Re: The Story of the PING Program (1997)
#3Why is Linux ping this way? Is this a fundamental design flaw?
Re: The Story of the PING Program (1997)
#4Am I the only one that finds the MS Windows ping more useful for quick troubleshooting that the Linux/Unix variants? A few weeks ago I was dealing poor performance on my cable modem. When I pinged a valid IP, I was seeing the successful packets only. It didn't show time-out packets until the summary displayed on exit. This makes it useless for quick real-time monitoring. MS ping on the other hand will show time-outs…
Re: The Story of the PING Program (1997)
#5Sadly the author of ping, Mike Muss, died in a car accident in 2000. [1] [1] https://en.wikipedia.org/wiki/Mike_Muuss
Re: The Story of the PING Program (1997)
#6Am I the only one that finds the MS Windows ping more useful for quick troubleshooting that the Linux/Unix variants? A few weeks ago I was dealing poor performance on my cable modem. When I pinged a valid IP, I was seeing the successful packets only. It didn't show time-out packets until the summary displayed on exit. This makes it useless for quick real-time monitoring. MS ping on the other hand will show time-outs…
$ oping msn.com
PING msn.com (23.101.196.141) 56 bytes of data.
echo reply from msn.com (23.101.196.141): icmp_seq=1 timeout
echo reply from msn.com (23.101.196.141): icmp_seq=2 timeout
echo reply from msn.com (23.101.196.141): icmp_seq=3 timeout
Also, in standard ping, you can type Ctrl+\ (sends the QUIT signal) to get an update, e.g. $ ping msn.com
PING msn.com (23.101.196.141) 56(84) bytes of data.
>>
7/0 packets, 100% lossRe: The Story of the PING Program (1997)
#7Re: The Story of the PING Program (1997)
#8Am I the only one that finds the MS Windows ping more useful for quick troubleshooting that the Linux/Unix variants? A few weeks ago I was dealing poor performance on my cable modem. When I pinged a valid IP, I was seeing the successful packets only. It didn't show time-out packets until the summary displayed on exit. This makes it useless for quick real-time monitoring. MS ping on the other hand will show time-outs…