Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2004 11:46:54 +0100
From:      Radim Kolar <hsn@netmag.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61307: new port: webbench 
Message-ID:  <E1AgM4T-0000G9-Up@asura.bsd>
Resent-Message-ID: <200401131100.i0DB0YVJ058897@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61307
>Category:       ports
>Synopsis:       new port: webbench
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 13 03:00:34 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: Sat Jan 10 23:01:11 CET 2004 root@asura.bsd:/usr/src/sys/i386/compile/GENERIC i386

Hi, i am sending port of my program http://freshmeat.net/projects/web-bench/ web bench. I am using this benchmark as forking bomb for stress testing of
my production servers.


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	webbench
#	webbench/Makefile
#	webbench/pkg-plist
#	webbench/pkg-descr
#	webbench/distinfo
#
echo c - webbench
mkdir -p webbench > /dev/null 2>&1
echo x - webbench/Makefile
sed 's/^X//' >webbench/Makefile << 'END-of-webbench/Makefile'
X# New ports collection makefile for:	webbench
X# Date created:		10 Jan 2004
X# Whom:			Radim Kolar
X#
X# $FreeBSD$
X#
X
XPORTNAME=	webbench
XPORTVERSION=	1.3
XCATEGORIES=	benchmarks
XMASTER_SITES=	${MASTER_SITE_SUNSITE}
XMASTER_SITE_SUBDIR=	apps/www/servers
X
XMAINTAINER=	hsn@netmag.cz
XCOMMENT=	Simple forking web benchmark
X
XMAN1=		webbench.1
X
X.include <bsd.port.mk>
END-of-webbench/Makefile
echo x - webbench/pkg-plist
sed 's/^X//' >webbench/pkg-plist << 'END-of-webbench/pkg-plist'
Xbin/webbench
Xshare/doc/webbench/copyright
Xshare/doc/webbench/changelog
X@dirrm share/doc/webbench
END-of-webbench/pkg-plist
echo x - webbench/pkg-descr
sed 's/^X//' >webbench/pkg-descr << 'END-of-webbench/pkg-descr'
Xwebbench is very simple tool for benchmarking WWW or proxy servers. Uses fork()
Xfor simulating multiple clients and can use HTTP/0.9-HTTP/1.1 requests. This
Xbenchmark is not very realistic, but can test if your HTTPD can realy handle
Xmany clients at once (try to run some CGIs) without taking your machine down.
XDisplays pages/min and bytes/sec.
X
XRadim Kolar
END-of-webbench/pkg-descr
echo x - webbench/distinfo
sed 's/^X//' >webbench/distinfo << 'END-of-webbench/distinfo'
XMD5 (webbench-1.3.tar.gz) = 05e3125dd060571bcfc76f1e17d69b99
END-of-webbench/distinfo
exit

>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AgM4T-0000G9-Up>