Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37404269
en ru br
Репозитории ALT
S:20160309-alt1.1
5.1: 20060312-alt1.1
www.altlinux.org/Changes

Группа :: Сети/WWW
Пакет: http_load

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# Spec file for http_load utility

Name: http_load
Version: 20160309
Release: alt1

Summary: a throughput testing tool for web servers

License: %bsdstyle
Group: Networking/WWW
URL: http://acme.com/software/http_load/


BuildRequires(pre): rpm-build-licenses

Packager: Nikolay A. Fetisov <naf at altlinux.ru>

Source0: %name-%version.tar
Patch0: %name-alt-20060312-enable_ssl.patch

AutoReqProv: yes

# Automatically added by buildreq on Sat May 24 2008

BuildRequires: libssl-devel

%description
http_load runs multiple http fetches in parallel, to test
the throughput of a web server. However unlike most such
test clients, it runs in a single process, so it doesn't
bog down the client machine. It can be configured to do
https fetches as well.


%prep
%setup
%patch0

%build
%make_build

%install
install -d %buildroot%_bindir
install -d %buildroot%_man1dir

install -m 0755 %name %buildroot%_bindir/
install -m 0644 %name.1 %buildroot%_man1dir/

%files
%doc README make_test_files

%_bindir/%name
%_man1dir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin