1 # Maintainer : chris_L <chrislcenter dash mamoru at yahoo.com dot mx>
2 # Contributor: Leen Jewel <leenjewel@gmail.com>
7 pkgdesc="Web Bench is very simple tool for benchmarking WWW or proxy servers. Uses fork() for simulating multiple clients and can use HTTP/0.9-HTTP/1.1 requests. This benchmark is not very realistic, but it can test if your HTTPD can realy handle that many clients at once (try to run some CGIs) without taking your machine down. Displays pages/min and bytes/sec. Can be used in more aggressive mode with -f switch. "
9 url="http://home.tiscali.cz/~cz210552/webbench.html"
12 source=(http://ibiblio.org/pub/Linux/apps/www/servers/$pkgname-$pkgver.tar.gz)
13 md5sums=('8d02ef80b6478f33ef9bd8849c867cf3')
16 cd $startdir/src/$pkgname-$pkgver
18 install -Dm755 webbench $pkgdir/usr/bin/webbench