aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/nuttcp
Commit message (Collapse)AuthorAgeFilesLines
* cat astro / benchmarksOlli Hauer2014-06-011-2/+1
| | | | | | | | - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) - adjust BSDn License Notes: svn path=/head/; revision=356065
* Support stageBaptiste Daroussin2014-01-052-24/+17
| | | | | | | | Use options helpers Use shebangfix Notes: svn path=/head/; revision=338733
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-3/+4
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327334
* Convert to new options.Wesley Shields2012-12-121-7/+6
| | | | | | | | | | | Trim header. PR: ports/173560 Submitted by: edward@rdtan.net Approved by: maintainer timeout Notes: svn path=/head/; revision=308800
* - Get Rid MD5 supportMartin Wilke2011-03-181-2/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Since this port conditionallly depends on perl, it needs WANT_PERLMark Linimon2009-11-101-0/+1
| | | | | | | | | defined before the inclusion of bsd.port.pre.mk. Hat: portmgr Notes: svn path=/head/; revision=244054
* nuttcp is a network performance measurement tool intended for useMartin Wilke2009-09-034-0/+96
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> Notes: svn path=/head/; revision=240790