Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
14 lines
630 B
Plaintext
14 lines
630 B
Plaintext
mping is a utility for pinging multiple hosts. It is written in shell with
|
|
minimal dependencies (awk, date, getconf, head, host, ping, sleep, sort, stty,
|
|
tr, uname, and xargs). It also has a feature to keep watching the given hosts
|
|
and alert to any changes in availability.
|
|
|
|
Quickly get status on one or more hosts using ping. Automatically takes
|
|
advantage of multiple CPUs and will ping multiple hosts in parallel.
|
|
|
|
Watch changes in ping status with "-d" for differential mode to alert you when
|
|
changes take place.
|
|
|
|
Use shell expansion features such as 192.168.0.{1..254} to quickly scan for
|
|
unused IP addresses (if applicable).
|