Port details |
- spp Calculates round trip time from pcap files or live capture
- 0.4.2 benchmarks =2 0.4.2Version of this port present on the latest quarterly branch.
- Maintainer: lstewart@FreeBSD.org
- Port Added: 2013-03-01 23:16:36
- Last Update: 2024-01-21 12:51:18
- Commit Hash: 6d8dd71
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://bitbucket.org/caia-swin/spp
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/benchmarks/spp/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/spp
- pkg install spp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1604988159
SHA256 (caia-swin-spp/v0.4.2.tar.bz2) = 1e74962d393df3a6c092617e876825baa492031e384cec83bb7725844fa0b8a3
SIZE (caia-swin-spp/v0.4.2.tar.bz2) = 47770
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- benchmarks_spp
- USES:
- tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.2 21 Jan 2024 12:51:18 |
Muhammad Moinur Rahman (bofh) |
benchmarks/spp: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4.2 20 Jul 2022 14:20:56 |
Tobias C. Berner (tcberner) |
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.4.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.2 23 Nov 2020 06:34:43 |
lstewart |
benchmarks/spp: Update v0.4 -> v0.4.2
Version 0.4.2
- Fixed globals in master and slave (had a few non-static globals with same
name)
Version 0.4.1
- Fixed bug that included random bytes in the hash input used to generate the
packet id in cases where the captured bytes did not include the TCP option
bytes or the first 12 bytes for TCP/UDP payload. Now for the TCP options, the
UDP/TCP payloads and data for non UDP/TCP, the capture length (snap size) will
limit the hash input.
Changes: https://bitbucket.org/caia-swin/spp/src/v0.4.2/Changelog.txt
PR: 251002 |
0.4 25 Feb 2019 19:32:23 |
lstewart |
Assume maintainership of benchmarks/spp and update to v0.4 which addresses:
- Added pointer to reports/130730A/CAIA-TR-130730A.pdf">http://caia.swin.edu.au/reports/130730A/CAIA-TR-130730A.pdf
- Fixed threading bug that causes segfault with newer pthread lib on Linux
- Directory bin is now created during make (if it doesn't exists)
- Added support for DLT_PPP frames in pcap files
- Create fake "ip_len" if missing (observed in some TSO'ed frames)
- Noted that IP.ID is no longer useful for disambiguating packets (RFC 6864)
- Added "-# 8192" to hash across first 12 bytes of TCP payload
- Added "-# 16384" to hash across all TCP Option bytes
- Added -O option to print 'fake' (uncorrected) OWD in each direction
- Various documentation tweaks (README and man page source)
- Change default hash function for packet id generation to crc64 and added
- Added -H option to select hash function (crc32 and crc64)
- Added autotuning of delta_t_max based on actual observed clock offset
(disabled with -T option)
Reviewed by: tobik@
Approved by: tobik@
Differential Revision: https://reviews.freebsd.org/D18336 |
0.3.6 27 Jul 2016 15:09:12 |
mat |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.3.6 19 Feb 2016 14:20:59 |
amdmi3 |
- Reset lars@eggert.org maintainership (maintainer no longer uses these ports)
- While here, minor cleanup for net/tcpsplit
PR: 206406, 206407
Approved by: lars@eggert.org (private email) |
0.3.6 01 Feb 2016 14:12:38 |
amdmi3 |
- Update to 0.3.6
PR: 206406
Submitted by: jochen@jochen-neumeister.de
Approved by: lars@eggert.org (maintainer) |
0.3.5 05 May 2015 06:57:45 |
wen |
- Update to 0.3.5
PR: 199530
Submitted by: lstewart@FreeBSD.org
Approved by: maintainer(timeout, > 14 days) |
0.3.4 24 Aug 2014 19:33:08 |
antoine |
Allow staging as a regular user |
0.3.4 16 Feb 2014 11:29:56 |
ehaupt |
- Support staging
- Add LICENSE |
0.3.4 20 Sep 2013 15:52:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
0.3.4 26 May 2013 12:42:35 |
culot |
- Update to 0.3.4
PR: ports/178949
Submitted by: Lars Eggert <lars@eggert.org> (maintainer) |
0.3.2 01 Mar 2013 23:16:24 |
pawel |
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> |