aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-03-02 07:16:24 +0800
committerpawel <pawel@FreeBSD.org>2013-03-02 07:16:24 +0800
commit39b999972e5da7fe198485281109f7144566bbad (patch)
tree11a20809ab1c259d5b7666bdea0a6057f8cad867
parentcb9571dadfa81b3f8ac87e5cd21e75cafcd7cb42 (diff)
downloadfreebsd-ports-gnome-39b999972e5da7fe198485281109f7144566bbad.tar.gz
freebsd-ports-gnome-39b999972e5da7fe198485281109f7144566bbad.tar.zst
freebsd-ports-gnome-39b999972e5da7fe198485281109f7144566bbad.zip
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/ PR: ports/176249 Submitted by: Lars Eggert <lars@eggert.org>
-rw-r--r--benchmarks/Makefile1
-rw-r--r--benchmarks/spp/Makefile18
-rw-r--r--benchmarks/spp/distinfo2
-rw-r--r--benchmarks/spp/pkg-descr8
4 files changed, 29 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 45e40945a0c9..a234c325ce68 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -62,6 +62,7 @@
SUBDIR += siege
SUBDIR += sipp
SUBDIR += slowloris
+ SUBDIR += spp
SUBDIR += stream
SUBDIR += super-smack
SUBDIR += sysbench
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/