Re: How to test packet loss rate ?



Kid wrote:

What's the definition and units about packet loss , is there any
good tool to diagnose it ?

Well, how about ping's approach? It sends ICMP "echo request" and
the target host /should/ send ICMP "echo reply".

~$ ping 123.123.123.123
PING 123.123.123.123 (123.123.123.123) 56(84) bytes of data.

--- 123.123.123.123 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4008ms

~$

Here, packet loss = (packets received - packets transmitted)/packets
transmitted.

Regards,


Björn

--
BOFH excuse #123:

user to computer ratio too high.

.



Relevant Pages

  • Re: OpenVPN works on one host on subnet, not others
    ... However I can't ping any other host on the subnet. ... > tcpdump: listening on de1 ... > hoover: icmp: echo request ...
    (comp.unix.bsd.openbsd.misc)
  • Re: Strange PPPoe problem
    ... PING longbow.arroway.com 1472bytes of data. ... packets transmitted, 0 received, +1 errors ... server is causing icmp 3/4s from reaching the mail server. ...
    (Debian-User)
  • Re: Ping Bob Hatch
    ... The purpose of this Ping implementation is to demonstrate the use ... the Windows ICMP library. ... an ICMP ECHO_RESPONSE from a host or gateway. ... In trace mode Ping will print the route packets take to reach ...
    (rec.outdoors.rv-travel)
  • Re: Ping Seems to Successfully Complete after Return from wrong address.
    ... # packets from unrelated systems over the time period. ... This means that whenever a host receives an ICMP ... Robust implementations of ping ... possibly put more random data in the payload and compare this as well. ...
    (comp.unix.bsd.freebsd.misc)
  • Re: guaranteed pingable ip address?
    ... > Except that raceroute uses ping packets. ... Classic ping uses ICMP "ping request" packets, and looks for the ICMP "ping ... OTOH, classic traceroute uses UDP packets, not ICMP ping packets, and looks ...
    (comp.os.linux.networking)