mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
e023fa1cfd
+ Improved pkg-descr to differentiate from net/mping + Added PKGNAMESUFFIX to prevent conflict with net/mping - Reported by antoine + Update to 0.1.4 which contains updated README.md Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D16106
16 lines
663 B
Plaintext
16 lines
663 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).
|
|
|
|
WWW: https://fraubsd.org/mping/
|