OWAMP is a command line client application and a policy daemon used

to determine one way latencies between hosts. It is an implementation
of the OWAMP protocol as defined by
http://www.rfc-editor.org/rfc/rfc4656.txt. (When referring to the
protocol within this document, "OWAMP" will be in italicized. In
all other instances, "OWAMP" will be referring to this implementation.)

With roundtrip-based measurements, it is hard to isolate the direction
in which congestion is experienced. One-way measurements solve this
problem and make the direction of congestion immediately apparent.
Since traffic can be asymmetric at many sites that are primarily
producers or consumers of data, this allows for more informative
measurements. One-way measurements allow the user to better isolate
the effects of specific parts of a network on the treatment of
traffic.

WWW: http://www.internet2.edu/performance/owamp/

PR:		ports/180594
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
This commit is contained in:
Pawel Pekala 2013-07-23 21:16:10 +00:00
parent 6a20141a46
commit 11e564a1d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323552
5 changed files with 71 additions and 0 deletions

View File

@ -499,6 +499,7 @@
SUBDIR += osrtspproxy
SUBDIR += ossp-sa
SUBDIR += ostinato
SUBDIR += owamp
SUBDIR += owncloud-csync
SUBDIR += p5-AddressBook
SUBDIR += p5-Amazon-SQS-Simple

20
net/owamp/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= owamp
PORTVERSION= 3.3
CATEGORIES= net
MASTER_SITES= http://software.internet2.edu/sources/owamp/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Implementation of the One-Way Active Measurement Protocol
LICENSE= AL2
GNU_CONFIGURE= yes
MAN1= aespasswd.1 owfetch.1 owping.1 owstats.1 owup.1 \
pfstore.1 powstream.1
MAN5= owampd.conf.5 owampd.limits.5 owampd.pfs.5
MAN8= owampd.8
.include <bsd.port.mk>

2
net/owamp/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (owamp-3.3.tar.gz) = 784980489b25939857e3a98a1d53ad15889f6141e0f68414dcbd2f67b5aacf3b
SIZE (owamp-3.3.tar.gz) = 811975

17
net/owamp/pkg-descr Normal file
View File

@ -0,0 +1,17 @@
OWAMP is a command line client application and a policy daemon used
to determine one way latencies between hosts. It is an implementation
of the OWAMP protocol as defined by
http://www.rfc-editor.org/rfc/rfc4656.txt. (When referring to the
protocol within this document, "OWAMP" will be in italicized. In
all other instances, "OWAMP" will be referring to this implementation.)
With roundtrip-based measurements, it is hard to isolate the direction
in which congestion is experienced. One-way measurements solve this
problem and make the direction of congestion immediately apparent.
Since traffic can be asymmetric at many sites that are primarily
producers or consumers of data, this allows for more informative
measurements. One-way measurements allow the user to better isolate
the effects of specific parts of a network on the treatment of
traffic.
WWW: http://www.internet2.edu/performance/owamp/

31
net/owamp/pkg-plist Normal file
View File

@ -0,0 +1,31 @@
bin/aespasswd
bin/owampd
bin/owfetch
bin/owping
bin/owstats
bin/owtvec
bin/owup
bin/pfstore
bin/powstream
include/I2util/Pthread.h
include/I2util/addr.h
include/I2util/conf.h
include/I2util/errlog.h
include/I2util/errlogimmediate.h
include/I2util/errlogsyslog.h
include/I2util/hex.h
include/I2util/hmac-sha1.h
include/I2util/io.h
include/I2util/mach_dep.h
include/I2util/md5.h
include/I2util/pbkdf2.h
include/I2util/random.h
include/I2util/readpassphrase.h
include/I2util/saddr.h
include/I2util/sha1.h
include/I2util/sha1P.h
include/I2util/table.h
include/I2util/util.h
lib/libI2util.a
lib/libowamp.a
@dirrm include/I2util