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>
This commit is contained in:
Pawel Pekala 2013-03-01 23:16:24 +00:00
parent 1242ecb0a2
commit a678d340c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313173
4 changed files with 29 additions and 0 deletions

View file

@ -62,6 +62,7 @@
SUBDIR += siege
SUBDIR += sipp
SUBDIR += slowloris
SUBDIR += spp
SUBDIR += stream
SUBDIR += super-smack
SUBDIR += sysbench

18
benchmarks/spp/Makefile Normal file
View file

@ -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>

2
benchmarks/spp/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (spp-0.3.2.tar.gz) = bcb83c05142c243f27a1132f43528d27fe4accb650207040d03770c215e5dd91
SIZE (spp-0.3.2.tar.gz) = 38462

8
benchmarks/spp/pkg-descr Normal file
View file

@ -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/