SPECS: httperf.spec

Kamil Jakubowski newsonet at poczta.onet.pl
Sat Aug 13 20:15:58 CEST 2005


# $Revision: $, $Date: $
Summary:	httperf - a tool for measuring web server performance
Summary(pl):	httperf - narzędzie do mierzenia wydajności serwera HTTP
Name:		httperf
Version:	0.8
Release:	1
License:	GPL
Group:		Applications/Networking
URL:		http://www.hpl.hp.com/research/linux/httperf/
Source0:	ftp://ftp.hpl.hp.com/pub/httperf/%{name}-%{version}.tar.gz
# Source0-md5:	2971956d4846349f9e8d3c54acd591a5
BuildRequires:	autoconf
BuildRequires:	automake >= 1:1.7.3
BuildRequires:	openssl-devel
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%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.

%description -l pl
Httperf jest narzędziem mierzącym wydajność serwera HTTP. Generuje
wielowątkowy ruch o określonej częstotliwości i tworzy rozmaite
raporty. Obsługa protokołów HTTP/1.1 oraz SSL.

%prep
%setup -q

%build
%{__aclocal}
%{__autoconf}
%configure
%{__make}

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
install httperf $RPM_BUILD_ROOT%{_bindir}
install httperf.man $RPM_BUILD_ROOT%{_mandir}/man1/httperf.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README TODO NEWS ChangeLog
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/httperf.*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log: httperf.spec,v $


More information about the pld-devel-pl mailing list