On Thursday 22 February 2007 08:32, Greg Freemyer wrote: > On 2/22/07, Dave Howorth <[EMAIL PROTECTED]> wrote: > > Is there a Linux equivalent to pathping? > > <http://www.windowsnetworking.com/articles_tutorials/Using-Pathping > >.html?printversion> > > > > Thanks, Dave > > Not sure what pathping is. > > For a tool that provides more detail than traceroute consider bing. > > Man entry at http://fgouget.free.fr/bing/bing_src-man.shtml > > I don't know if it is part of the suse distro or not. I have not > used it in a long time. ie. pre my suse days.
Good tip. I've never heard of it before, but nonetheless: % type bing bing is /usr/bin/bing % whatis bing bing (8) - compute point to point throughput using two sizes of ICMP ECHO_REQUEST packets to a pair of remote hosts % rpm -q --whatprovides $(type -p bing) bing-1.0.5-2 This is for SuSE Linux 10.2. I did not check to see which repository supplied this package. > Greg Randall Schulz -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
