The FreeBSD Ports Archive
FreeBSD benchmarks : httperf4>
A tool for measuring webserver performance
Quoted from the website below:
"This paper describes httperf, a tool for measuring web server
performance. It provides a flexible facility for generating various
HTTP workloads and for measuring server performance. The focus of httperf
is not on implementing one particular benchmark but on providing a robust,
high-performance tool that facilitates the construction of both micro-
and macro-level benchmarks. The three distinguishing characteristics of
httperf are its robustness, which includes the ability to generate and
sustain server overload, support for the HTTP/1.1 protocol, and its
extensibility to new workload generators and performance measurements.
In addition to reporting on the design and implementation of httperf this
paper also discusses some of the experiences and insights gained while
realizing this tool."
"This paper" refers to the paper that was written on this program. I don't
think I could possibly summarize it better than the above paragraph.
http://www.hpl.hp.com/research/linux/httperf/
|
httperf history
v. 1.20
date: 2006/04/05 21:04:28; author: jmelo; state: Exp; lines: +1 -1
- Change my ports MAINTAINER to jmelo@FreeBSD.org.
Approved by: mnag (mentor)
v. 1.19
date: 2005/07/31 10:46:33; author: lawrance; state: Exp; lines: +1 -1
Submitter takes maintainership.
Fix WWW line in pkg-descr.
PR: ports/84341
Submitted by: Jean Milanez Melo
v. 1.18
date: 2005/06/04 13:58:25; author: vs; state: Exp; lines: +8 -1
- Use MAKE_ARGS
- Use PORTDOCS
v. 1.17
date: 2004/06/10 06:22:14; author: clement; state: Exp; lines: +1 -1
- Move httperf from www to benchmarks category
Noticed by: ben @ EFNet
Repocopied by: marcus
v. 1.16
date: 2003/05/18 16:03:15; author: petef; state: Exp; lines: +1 -7
Use USE_GETOPT_LONG.
PR: 51387, 51383, 51380, 51388, 51384, 51372, 51373,
51381, 51382
Submitted by: Ports Fury
v. 1.15
date: 2003/02/20 19:15:26; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.14
date: 2003/02/02 14:52:51; author: nork; state: Exp; lines: +8 -5
Conditionalize libgnugetopt dependencies.
PR: ports/47757
Submitted by: Ports Fury
v. 1.13
date: 2002/11/21 03:16:54; author: ijliao; state: Exp; lines: +4 -3
add missing depends
Noted by: kris
v. 1.12
date: 2002/11/20 13:22:13; author: ijliao; state: Exp; lines: +13 -15
upgrade to 0.8
PR: 45452
Submitted by: Ports Fury
v. 1.11
date: 2002/11/10 16:48:23; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.10
date: 2002/11/06 22:47:16; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.9
date: 2001/02/05 15:33:24; author: olgeni; state: Exp; lines: +2 -2
Some spaces -> tabs for ports/www.
v. 1.8
date: 2000/09/25 12:21:41; author: asami; state: Exp; lines: +1 -2
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev and kris
v. 1.7
date: 2000/06/22 05:52:08; author: will; state: Exp; lines: +2 -2
Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
v. 1.6
date: 2000/04/10 00:05:24; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.5
date: 2000/03/23 02:21:51; author: obrien; state: Exp; lines: +9 -8
* Install the new manpage.
* install docs into share/docs/ rather than just share/
Approved by: maintainer
v. 1.4
date: 2000/03/22 01:59:36; author: will; state: Exp; lines: +2 -2
Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)
Reminded by: asami
v. 1.3
date: 1999/08/31 02:42:53; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.2
date: 1999/08/22 19:00:36; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.1
date: 1999/08/01 03:21:01; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/08/01 03:21:01; author: steve; state: Exp; lines: +0 -0
Initial import of httperf version 0.6.
A tool for measuring webserver performance.
PR: 12878
Submitted by: Will Andrews
=============================================================================
|
| |

|