Date: Tue, 20 Jan 2004 11:54:27 +0100 From: Radim Kolar <hsn@netmag.cz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61682: port update: benchmarks/webbench Message-ID: <E1AitWd-0001PM-ME@asura.bsd> Resent-Message-ID: <200401211730.i0LHU736019135@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61682 >Category: ports >Synopsis: port update: benchmarks/webbench >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 21 09:30:07 PST 2004 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 5.2-RELEASE i386 >Organization: Sanatana Dharma >Environment: System: FreeBSD asura.bsd 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Thu Jan 15 18:35:03 CET 2004 root@asura.bsd:/usr/obj/usr/src/sys/GENERIC i386 >Description: Upgrade to version 1.4. I have deletech files/* since there is not needed >How-To-Repeat: >Fix: diff -Naur /usr/ports/benchmarks/webbench/Makefile webbench/Makefile --- /usr/ports/benchmarks/webbench/Makefile Tue Jan 13 23:37:34 2004 +++ webbench/Makefile Thu Jan 15 12:13:39 2004 @@ -6,7 +6,7 @@ # PORTNAME= webbench -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= benchmarks www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/servers @@ -14,6 +14,7 @@ MAINTAINER= hsn@netmag.cz COMMENT= Simple forking web benchmark +USE_GETOPT_LONG=yes MAN1= webbench.1 .include <bsd.port.mk> diff -Naur /usr/ports/benchmarks/webbench/distinfo webbench/distinfo --- /usr/ports/benchmarks/webbench/distinfo Tue Jan 13 23:37:34 2004 +++ webbench/distinfo Thu Jan 15 12:31:49 2004 @@ -1 +1 @@ -MD5 (webbench-1.3.tar.gz) = 05e3125dd060571bcfc76f1e17d69b99 +MD5 (webbench-1.4.tar.gz) = 912e5359a6917dd618c0a2821f615b89 diff -Naur /usr/ports/benchmarks/webbench/files/patch-Makefile webbench/files/patch-Makefile --- /usr/ports/benchmarks/webbench/files/patch-Makefile Tue Jan 13 23:37:34 2004 +++ webbench/files/patch-Makefile Thu Jan 1 01:00:00 1970 @@ -1,23 +0,0 @@ ---- Makefile.orig Mon Jan 12 16:36:48 2004 -+++ Makefile Tue Jan 13 23:08:29 2004 -@@ -1,17 +1,17 @@ --CFLAGS= -Wall -ggdb -W -O --CC=gcc - LIBS= - LDFLAGS= --PREFIX=/usr/local - VERSION=1.3 - TMPDIR=/tmp/webbench-$(VERSION) - all: webbench - - install: webbench - install -s webbench $(DESTDIR)$(PREFIX)/bin -+ install webbench.1 $(DESTDIR)$(PREFIX)/man/man1 -+.if !defined(NOPORTDOCS) - install -d $(DESTDIR)$(PREFIX)/share/doc/webbench - install debian/copyright $(DESTDIR)$(PREFIX)/share/doc/webbench - install debian/changelog $(DESTDIR)$(PREFIX)/share/doc/webbench -+.endif - - webbench: webbench.o Makefile - -ctags *.c diff -Naur /usr/ports/benchmarks/webbench/pkg-descr webbench/pkg-descr --- /usr/ports/benchmarks/webbench/pkg-descr Tue Jan 13 23:37:34 2004 +++ webbench/pkg-descr Tue Jan 20 11:45:45 2004 @@ -1,7 +1,12 @@ -webbench 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 can test if your HTTPD can realy handle -many clients at once (try to run some CGIs) without taking your machine down. -Displays pages/min and bytes/sec. +webbench is very simple HTTP benchmarking tool, which can benchmark +both WWW and proxy servers. webbench uses fork() for simulating +multiple clients and supports benchmarking by HTTP/0.9-HTTP/1.1 +requests (without Keep-Alive). This benchmark is not very realistic, +but can test if your HTTPD can really handle many clients at once (try +to run some CGIs) without taking your machine down. I am using this +program for setting maximum number of Apaches. Webbench displays +results in pages/min and bytes/sec. Radim Kolar + +WWW: http://home.tiscali.cz/~cz210552/webbench.html \ No newline at end of file >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AitWd-0001PM-ME>