diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-21 20:02:54 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-21 20:02:54 +0000 |
commit | f8ebe371f65f879f9e369bde1910e34fa903376d (patch) | |
tree | 34b2947e42d43d271a377275e6be574e76b5e6c7 /net/mping/pkg-descr | |
parent | 2196ce4482a339d93003bf9888d296d47e5f31b3 (diff) | |
download | ports-f8ebe371f65f879f9e369bde1910e34fa903376d.tar.gz ports-f8ebe371f65f879f9e369bde1910e34fa903376d.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>
Notes
Notes:
svn path=/head/; revision=151786
Diffstat (limited to 'net/mping/pkg-descr')
-rw-r--r-- | net/mping/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/mping/pkg-descr b/net/mping/pkg-descr new file mode 100644 index 000000000000..cf723b695d57 --- /dev/null +++ b/net/mping/pkg-descr @@ -0,0 +1,12 @@ +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. + +WWW: http://mping.uninett.no/ + +-- Babak Farrokhi +babak@farrokhi.net |