Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
httperf
> httperf.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File httperf.spec of Package httperf
Name: httperf Version: 0.9.0 Release: 0 Url: http://code.google.com/p/httperf/ Summary: The httperf HTTP load generator Group: System/Benchmarks License: GPLv2 Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc-c++ openssl-devel %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. %prep %setup %build %configure %__make %install %__make DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc ChangeLog AUTHORS TODO %{_bindir}/httperf %{_bindir}/idleconn %{_mandir}/man1/httperf.1* %changelog