xping 2.1 review

Download
by rbytes.net on

xping is an X11 Automated ping tool. There has been no new development on this tool for a long time because, well, it's done

License: BSD License
File size: 26K
Developer: Todd Allen
0 stars award from rbytes.net

xping is an X11 Automated ping tool.

There has been no new development on this tool for a long time because, well, it's done. I can't think of anything else that I want it to do, and it just keeps working. But I will entertain suggestions if anyone else can think of some reasonable new functionality for it.

If a network link goes down or experiences really long latencies, with the default (lack of) options that xping uses, the ping command in RedHat 7.3 and RedHat 8.0 may just hang forever. To workaround this, use:

-command "ping -c 1 -w 4 %s"
or its X resource equivalent in your ~/.Xdefaults file:

XPing.pingCommand: ping -c 1 -w 4 %s

The -w 4 option causes ping to timeout after 4 seconds and report a ping failure. If this happens a lot and the false alarms are a problem, you may also want to look into the -retries options (or XPing.numRetries resource).



Requirements:
XawXpm

xping 2.1 keywords