Path to this page:
./
benchmarks/netperf,
Rick Jones network performance benchmarking package
Branch: pkgsrc-2008Q1,
Version: 2.3.1nb1,
Package name: netperf-2.3.1nb1,
Maintainer: pkgsrc-usersNetperf 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.
This port of netperf has been configured to support:
TCP and UDP via BSD sockets
Unix domain sockets
Master sites: (Expand)
SHA1: 288c34b6c4d937b06422a8cdab3dcae5ed58cc17
RMD160: 83f2afd612b7d4d4b486b82554f4e792c5e8509d
Filesize: 816.514 KB
Version history: (Expand)
- (2008-06-08) Updated to version: netperf-2.3.1nb1
- (2008-04-12) Package added to pkgsrc.se, version netperf-2.3.1 (created)
CVS history: (Expand)
2008-05-13 14:35:13 by Tyler R. Retzlaff | Files touched by this commit (5) |
Log message:
pullup ticket #2374 - requested by tonnerre
netperf: fix for symlink vulnerability
revisions pulled up:
- pkgsrc/benchmarks/netperf/Makefile 1.5
- pkgsrc/benchmarks/netperf/distinfo 1.3
- pkgsrc/benchmarks/netperf/patches/patch-ah 1.1
- pkgsrc/benchmarks/netperf/patches/patch-ai 1.1
- pkgsrc/benchmarks/netperf/patches/patch-ak 1.1
Module Name: pkgsrc
Committed By: tonnerre
Date: Mon May 12 15:49:31 UTC 2008
Modified Files:
pkgsrc/benchmarks/netperf: Makefile distinfo
Added Files:
pkgsrc/benchmarks/netperf/patches: patch-ah patch-ai patch-ak
Log message:
Use mkstemp in netperf code to open the debug log in order to avoid
a symlink vulnerability. This fixes CVE-2007-1444.
|