aboutsummaryrefslogtreecommitdiff
path: root/www/http_load
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-07-29 12:22:39 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-07-29 12:22:39 +0000
commit442b6d3b2dc5e925d0350cada7170aac5a30dbf1 (patch)
treec08cacccc1435e5a3ba70ed08479aa40665aa6c0 /www/http_load
parentfb40e7872717c3cb3ea11fd26d8a5caaf5152fb3 (diff)
downloadports-442b6d3b2dc5e925d0350cada7170aac5a30dbf1.tar.gz
ports-442b6d3b2dc5e925d0350cada7170aac5a30dbf1.zip
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 'www/http_load')
-rw-r--r--www/http_load/Makefile20
-rw-r--r--www/http_load/distinfo1
-rw-r--r--www/http_load/pkg-comment1
-rw-r--r--www/http_load/pkg-descr8
-rw-r--r--www/http_load/pkg-plist1
5 files changed, 31 insertions, 0 deletions
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