The FreeBSD Ports Archive
FreeBSD benchmarks : netperf4>
Network performance benchmarking package
Netperf is a serious networking performance evaluation tool being
distributed under GPL by HP's Information Networks Division.
Testing is done using a pair of programs: `netserver' (the server) and
`netperf' (the measurement tool).
Netperf allows control over a large number of test `variables'.
Some of these are:
* specification of desired confidence levels for the tests
Netperf will warn the user if these levels were not achieved.
* filling send buffers with specified data (to beat compression schemes)
* specification of send/recieve buffer alignments and data offsets
* requesting cpu utilization and service demand calculations
* specification of sizes of data to send
Netperf can be used for measuring stream performance as well as
round-trip performance.
http://www.netperf.org/
|
netperf history
v. 1.27
date: 2006/11/20 04:01:52; author: sumikawa; state: Exp; lines: +1 -1
Fix pkg-plist.
v. 1.26
date: 2006/11/15 01:41:48; author: sumikawa; state: Exp; lines: +8 -0
Fix plist.
v. 1.25
date: 2006/11/09 04:49:24; author: sumikawa; state: Exp; lines: +10 -21
Upgrade to 2.4.2.
v. 1.24
date: 2005/10/14 03:33:07; author: jkoshy; state: Exp; lines: +1 -0
Turn off -DHISTOGRAM as it introduces considerable overhead. Bump portrevision.
Noticed by: rwatson
Approved by: sumikawa [MAINTAINER]
v. 1.23
date: 2004/11/18 23:37:41; author: sumikawa; state: Exp; lines: +2 -2
Upgrade to 2.3pl1.
v. 1.22
date: 2004/03/29 16:32:45; author: sumikawa; state: Exp; lines: +2 -2
Upgrade to 2.2pl4.
v. 1.21
date: 2003/09/24 09:37:07; author: osa; state: Exp; lines: +2 -2
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.20
date: 2003/03/07 05:56:22; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.19
date: 2003/02/22 08:35:31; author: sumikawa; state: Exp; lines: +3 -9
Upgrade to 2.2pl3.
v. 1.18
date: 2003/01/21 01:14:05; author: sumikawa; state: Exp; lines: +1 -0
Fix typo in patch-makefile. IPv6 was not enabled.
v. 1.17
date: 2003/01/21 01:02:54; author: sumikawa; state: Exp; lines: +4 -8
Upgrade to 2.2pl2. Almost of IPv6 patch was merged but netperf still
barks with -DDO_1644.
v. 1.16
date: 2001/12/17 17:37:30; author: sumikawa; state: Exp; lines: +3 -1
I'll take over this port.
v. 1.15
date: 2001/03/02 09:02:39; author: sumikawa; state: Exp; lines: +3 -2
Upgrade to latest IPv6 patch. fix the error with -DDO1644.
v. 1.14
date: 2000/12/26 18:25:29; author: roam; state: Exp; lines: +3 -2
Add a MASTER_SITE_SUBDIR to unbreak fetching.
The checksum had also changed, but it seems only the tarball was rerolled -
a comparison against an 'old' archive from ftp.freebsd.org showed no
differences in content.
PR: 23858
Submitted by: David W. Chapman Jr.
v. 1.13
date: 2000/12/20 22:26:22; author: fenner; state: Exp; lines: +1 -3
Add checksum for IPv6 patch. (Forgotten-by: kris)
Remove myself as MAINTAINER.
v. 1.12
date: 2000/09/09 09:54:49; author: kris; state: Exp; lines: +14 -3
Add ipv6 to categories
v. 1.11
date: 2000/04/08 22:04:20; author: mharo; state: Exp; lines: +4 -4
update with the new PORTNAME/PORTVERSION variables
v. 1.10
date: 1999/09/08 23:05:58; author: fenner; state: Exp; lines: +13 -5
Include RFC1644 tests. (ports/11581)
Allow ${PREFIX} setting. (ports/12213)
Clean up makefile a smidge.
PR: ports/11581 and ports/12213
Submitted by: Martin Kammerhofer dada@sbox.tu-graz.ac.at
and Nick Hibma nick.hibma@jrc.it
v. 1.9
date: 1999/09/04 23:39:25; author: mharo; state: Exp; lines: +2 -2
gzip -> ${GZIP_CMD}
gzip -d -> ${GUNZIP_CMD}
gzip -dc -> ${GZCAT}
gunzip -> ${GUNZIP_CMD}
v. 1.8
date: 1999/08/25 04:45:45; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.7
date: 1997/08/17 17:47:24; author: pst; state: Exp; lines: +5 -4
Install manpages with good permissions.
v. 1.6
date: 1997/07/27 20:55:53; author: fenner; state: Exp; lines: +4 -4
Update to 2.1pl3
Found by: distfile checker
v. 1.5
date: 1997/05/28 05:48:42; author: fenner; state: Exp; lines: +5 -5
Upgrade to 2.1pl2
v. 1.4
date: 1996/11/20 01:59:25; author: obrien; state: Exp; lines: +5 -5
mkdir --> ${MKDIR}
cp --> ${CP}
rm --> ${RM}
v. 1.3
date: 1996/11/18 11:22:01; author: asami; state: Exp; lines: +3 -6
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2
date: 1996/08/04 08:46:07; author: asami; state: Exp; lines: +2 -1
Maintainer goes in a section of its own.
v. 1.1
date: 1996/08/03 19:51:04; author: pst; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/08/03 19:51:04; author: pst; state: Exp; lines: +0 -0
Re-import netperf package under benchmarks.
Requested by: asami
=============================================================================
|
| |

|