diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-07-29 12:22:39 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-29 12:22:39 +0000 |
commit | 442b6d3b2dc5e925d0350cada7170aac5a30dbf1 (patch) | |
tree | c08cacccc1435e5a3ba70ed08479aa40665aa6c0 /www | |
parent | Activate crescendo. (diff) |
Add http_load 1.0, a load-tester for WWW servers.
PR: 18463
Submitted by: Ask Bjoern Hansen <ask@valueclick.com>
Notes
Notes:
svn path=/head/; revision=31102
Diffstat (limited to '')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/http_load/Makefile | 20 | ||||
-rw-r--r-- | www/http_load/distinfo | 1 | ||||
-rw-r--r-- | www/http_load/pkg-comment | 1 | ||||
-rw-r--r-- | www/http_load/pkg-descr | 8 | ||||
-rw-r--r-- | www/http_load/pkg-plist | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2bca7372a3cb..2162f888ccc5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -58,6 +58,7 @@ SUBDIR += hotjava SUBDIR += htmlpp SUBDIR += http-analyze + SUBDIR += http_load SUBDIR += httperf SUBDIR += httptunnel SUBDIR += hypermail diff --git a/www/http_load/Makefile b/www/http_load/Makefile new file mode 100644 index 000000000000..4c988c5fb204 --- /dev/null +++ b/www/http_load/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: http_load +# Date created: 9 May 2000 +# Whom: Ask Bjoern Hansen <ask@valueclick.com> +# +# $FreeBSD$ +# + +PORTNAME= http_load +PORTVERSION= 1.0 +CATEGORIES= www +MASTER_SITES= http://www.acme.com/software/http_load/ +DISTNAME= http_load_10nov99 + +MAINTAINER= ask@valueclick.com + +WRKSRC= ${WRKDIR}/http_load + +MAN1= http_load.1 + +.include <bsd.port.mk> diff --git a/www/http_load/distinfo b/www/http_load/distinfo new file mode 100644 index 000000000000..a7610bd6a381 --- /dev/null +++ b/www/http_load/distinfo @@ -0,0 +1 @@ +MD5 (http_load_10nov99.tar.gz) = 0a673461ba291c2070f9b93015bf85bf diff --git a/www/http_load/pkg-comment b/www/http_load/pkg-comment new file mode 100644 index 000000000000..ebd292b113ea --- /dev/null +++ b/www/http_load/pkg-comment @@ -0,0 +1 @@ +Multiprocessing http performance test client diff --git a/www/http_load/pkg-descr b/www/http_load/pkg-descr new file mode 100644 index 000000000000..70588ba35491 --- /dev/null +++ b/www/http_load/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://www.acme.com/software/http_load/ diff --git a/www/http_load/pkg-plist b/www/http_load/pkg-plist new file mode 100644 index 000000000000..f0df23721520 --- /dev/null +++ b/www/http_load/pkg-plist @@ -0,0 +1 @@ +bin/http_load |