Port details |
- nuttcp TCP/UDP network testing tool
- 8.2.2_1 benchmarks =7 8.2.2_1Version of this port present on the latest quarterly branch.
- Maintainer: pi@FreeBSD.org
- Port Added: 2009-09-03 19:04:08
- Last Update: 2024-01-10 08:16:01
- Commit Hash: 1b819e4
- People watching this port, also watch:: sudo, smokeping, ap24-mod_security, haproxy, collectd5
- Also Listed In: net
- License: GPLv2
- WWW:
- https://nuttcp.net/
- Description:
- nuttcp is a network performance measurement tool intended for use
by network and system managers. Its most basic usage is to determine
the raw TCP (or UDP) network layer throughput by transferring memory
buffers from a source system across an interconnecting network to
a destination system, either transferring data for a specified time
interval, or alternatively transferring a specified number of bytes.
nuttcp is based on nttcp, but have several useful features such
as a server mode, rate limiting, multiple parallel streams, and
timer based usage.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nuttcp>0:benchmarks/nuttcp
- To install the port:
- cd /usr/ports/benchmarks/nuttcp/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/nuttcp
- pkg install nuttcp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nuttcp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1540060143
SHA256 (nuttcp-8.2.2/nuttcp-8.2.2.c) = 8c5595bcd27c2fd66831be74c390df078cfb1870aa427f2511ac2586d236c8a1
SIZE (nuttcp-8.2.2/nuttcp-8.2.2.c) = 288451
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nuttcp-8.2.2_1:
NUTTSCP=on: Install script for copying files over nuttcp
===> Use 'make config' to modify these settings
- Options name:
- benchmarks_nuttcp
- USES:
- shebangfix perl5
- 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 |
8.2.2_1 10 Jan 2024 08:16:01 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
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) |
8.2.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 ) |
8.2.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 ) |
8.2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.2.2 20 Oct 2018 21:59:00 |
pi |
benchmarks/nuttcp: update 7.3.2 -> 8.2.2
- Improve warning when third party "-4/-6" is not supported
- Add af=inet/inet6 to verbose UDP output
- Add ip=<server_ip> to verbose UDP output for client transmitter
- Fix to pass "-4" or "-6" argument to 3rd party
- Fix to allow compile with -Werror=format-security as noted by
Dhiru Kholia in fedora bug 1037224
- Fix missing brackets caught by -Wmisleading-indentation
- Add code to print out address family of connect/accept
- Add code to translate v4mapped addresses
- Fix to allow direct I/O on block devices
- Fix parsing of "-R i[s]##[/##]" (blank between 'R' and 'i')
- Updated Copyright notice for new year
- Changed nuttcp site to http://nuttcp.net/nuttcp/beta/
- Added define test for NOT_LINUX to undefine LINUX for build testing
- Add reporting of TCP congestion window
- Fix tos to work for ipv6 by setting traffic class
PR: 232484
Submitted by: lev |
7.3.2_1 07 Jun 2017 19:20:14 |
pi |
benchmarks/nuttcp: fix distinfos
- and set LICENSE
PR: 219822
Submitted by: xmj |
7.3.2 09 Jun 2016 14:26:38 |
mat |
Don't put things in WRKDIR, use NO_WRKSUBDIR.
Sponsored by: Absolight |
7.3.2 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
7.3.2 07 Apr 2015 12:57:27 |
pi |
benchmarks/nuttcp: DISTFILES are (again?) available, remove BROKEN |
7.3.2 05 Apr 2015 17:29:02 |
bapt |
Mark as broken unfetchable ports |
7.3.2 16 Feb 2015 06:16:29 |
pi |
benchmarks/nuttcp: 6.1.2 -> 7.3.2
- take maintainer
- new distsite
- changes since 2008
o Allow longer server info timeout for third party via --idle-data-timeout
o Added feature to specify source port with "-p#:#" and "-P#:#"
o Add "-g" option to specify multicast IP address to use
o Clean up really confused transmit code for IPv4/IPv6 SSM multicast
o Bug fix from Aristeu Rozanski:
Crash caused by closing TCP_ADV_WIN_SCALE file even if open failed
o Fix bug with server CPU affinity being parsed as %X instead of %d
For non-sinkmode insure complete network block is written to stdout
Above fixes nuttscp bug seen with --copy-dir getting premature EOF
o Not every system has ERESTART added in 7.1.4, wrapped in ifdef (Only the first 15 lines of the commit message are shown above ) |
6.1.2 20 Oct 2014 07:03:49 |
bapt |
Cleanup plist |
01 Jun 2014 09:00:15
|
ohauer |
cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License |
6.1.2 05 Jan 2014 01:24:29 |
bapt |
Support stage
Use options helpers
Use shebangfix |
6.1.2 20 Sep 2013 15:52:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
6.1.2 15 Sep 2013 08:15:42 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
6.1.2 12 Dec 2012 21:20:38 |
wxs |
Convert to new options.
Trim header.
PR: ports/173560
Submitted by: edward@rdtan.net
Approved by: maintainer timeout |
6.1.2 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
6.1.2 10 Nov 2009 06:47:19 |
linimon |
Since this port conditionallly depends on perl, it needs WANT_PERL
defined before the inclusion of bsd.port.pre.mk.
Hat: portmgr |
6.1.2 03 Sep 2009 19:03:12 |
miwi |
nuttcp is a network performance measurement tool intended for use
by network and system managers. Its most basic usage is to determine
the raw TCP (or UDP) network layer throughput by transferring memory
buffers from a source system across an interconnecting network to
a destination system, either transferring data for a specified time
interval, or alternatively transferring a specified number of bytes.
nuttcp is based on nttcp, but have several useful features such
as a server mode, rate limiting, multiple parallel streams, and
timer based usage.
WWW: http://www.lcp.nrl.navy.mil/nuttcp/
PR: ports/137876
Submitted by: Andy Clark <andrewclarkii at gmail.com> |