diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-01 23:16:24 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-01 23:16:24 +0000 |
commit | a678d340c19a1aa8c7500bd8b9896fb8a5bb15d1 (patch) | |
tree | 11a20809ab1c259d5b7666bdea0a6057f8cad867 /benchmarks/spp | |
parent | 1242ecb0a2cd5edcba4ca020cce7d564cadf8f23 (diff) |
Notes
Diffstat (limited to 'benchmarks/spp')
-rw-r--r-- | benchmarks/spp/Makefile | 18 | ||||
-rw-r--r-- | benchmarks/spp/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/spp/pkg-descr | 8 |
3 files changed, 28 insertions, 0 deletions
diff --git a/benchmarks/spp/Makefile b/benchmarks/spp/Makefile new file mode 100644 index 000000000000..372d9191d27e --- /dev/null +++ b/benchmarks/spp/Makefile @@ -0,0 +1,18 @@ +# Created by: Lars Eggert <lars@eggert.org> +# $FreeBSD$ + +PORTNAME= spp +PORTVERSION= 0.3.2 +CATEGORIES= benchmarks +MASTER_SITES= http://caia.swin.edu.au/tools/spp/downloads/ + +MAINTAINER= lars@eggert.org +COMMENT= Calculates round trip time from pcap files or live capture + +PLIST_FILES= bin/spp + +post-patch: + @${REINPLACE_CMD} -E '/(-DDEBUG|-g)/s|^|#|g' \ + ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/benchmarks/spp/distinfo b/benchmarks/spp/distinfo new file mode 100644 index 000000000000..89b8584b6c6e --- /dev/null +++ b/benchmarks/spp/distinfo @@ -0,0 +1,2 @@ +SHA256 (spp-0.3.2.tar.gz) = bcb83c05142c243f27a1132f43528d27fe4accb650207040d03770c215e5dd91 +SIZE (spp-0.3.2.tar.gz) = 38462 diff --git a/benchmarks/spp/pkg-descr b/benchmarks/spp/pkg-descr new file mode 100644 index 000000000000..a33af8a78347 --- /dev/null +++ b/benchmarks/spp/pkg-descr @@ -0,0 +1,8 @@ +SPP provides frequently updated RTT estimates using IP traffic already +present in the network. SPP estimates the RTT between two measurement +points without requiring precise time synchronisation between each +point. SPP accurately estimates the RTT experienced by any application's +traffic without needing modifications to the application itself +or the routers along the path. + +WWW: http://caia.swin.edu.au/tools/spp/ |