# $Id: Portfile,v 1.3 2004/01/14 21:57:11 toby Exp $

PortSystem       1.0
name             httperf
version          0.8
categories       www benchmarks
maintainers      toby@opendarwin.org
description      tool for measuring webserver performance
long_description \
    httperf is 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.
homepage         http://www.hpl.hp.com/personal/David_Mosberger/httperf.html
platforms        darwin
master_sites     ftp://ftp.hpl.hp.com/pub/httperf/
checksums        md5 2971956d4846349f9e8d3c54acd591a5
configure.args   --prefix=${prefix}
destroot.destdir prefix=${destroot}${prefix} \
                 exec_prefix=${destroot}${prefix}
