File httperf.spec of Package httperf
# norootforbuild
Name: httperf
Version: 0.9.0
Release: 0
#
License: GPL
Group: Productivity/Networking/Web/Utilities
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig openssl-devel
#
URL: http://www.hpl.hp.com/research/linux/httperf/
Source: ftp://ftp.hpl.hp.com/pub/httperf/httperf-%{version}.tar.gz
#
Summary: A tool for measuring web server performance
%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
and SSL protocols, and its extensibility to new workload generators and
performance measurements.
Authors:
--------
David Mosberger (main sources)
Martin Arlitt (SSL support)
Stephane Eranian (wlog URI generator)
Richard Carter (wsesslog workload generator)
%prep
%setup
%build
%configure
%{__make}
%install
%makeinstall
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/httperf
%{_bindir}/idleconn
%{_mandir}/man1/httperf.1.gz
%doc AUTHORS ChangeLog NEWS README TODO
%changelog