diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-12-22 04:02:54 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-12-22 04:02:54 +0800 |
commit | 3b4014e9f3da218d478d3e817356b24e06d757d1 (patch) | |
tree | 55bd5b2c01829588b962c526ea88d38b85fd7f5c /net/Makefile | |
parent | 1e4f9d0f4bb1fc5f697cac75aae222f42a072b3e (diff) | |
download | freebsd-ports-graphics-3b4014e9f3da218d478d3e817356b24e06d757d1.tar.gz freebsd-ports-graphics-3b4014e9f3da218d478d3e817356b24e06d757d1.tar.zst freebsd-ports-graphics-3b4014e9f3da218d478d3e817356b24e06d757d1.zip |
Add mping. Mping is a system for collecting packet delay and loss
statistics in a TCP/IP network using ICMP echo.
Mping is based on original ping(8) with following new features:
- Ability to ping multiple hosts simultaneously
- Prints 10/50/90-percentile as well as min/avg/max.
PR: 90653
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index ca3774fa800..842b820f232 100644 --- a/net/Makefile +++ b/net/Makefile @@ -338,6 +338,7 @@ SUBDIR += mpd SUBDIR += mpd4 SUBDIR += mpich + SUBDIR += mping SUBDIR += mrt SUBDIR += mrtg-ping-probe SUBDIR += msend |