df7e3998bd
Uplog is UDP based ping program with an "ASCII-graphical" log file. For more information: http://www.nerdlabs.org/projects/uplog.php PR: 53373 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
10 lines
487 B
Text
10 lines
487 B
Text
Uplog is an UDP-based ping program that gives an ASCII
|
|
graphical log of packet loss. Once per second, it sends a UDP
|
|
packet to the echo port of the target host and waits for a
|
|
reply. If it gets a reply an X is written, otherwise a dot is
|
|
written to the log file. If a packet with an incorrect sequence
|
|
number arrives, a colon is written to the log file. By
|
|
examining the log file, one can easily see when and how the
|
|
packet losses occur.
|
|
|
|
WWW: http://www.nerdlabs.org/projects/uplog.php
|