owamp
owping is a simple tool to check for packet loss due to congestion or bad fibers.
The simplest owamp test is with no arguments:
owping hostname
But this may miss transient loss. For a more complete test, do something like this:
owping -c 10000 -i .01 hostname
This will send 10000 test packets with 10 ms spacing.
owamp homepage |