From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 14 17:30:08 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BF1216A4CE for ; Sat, 14 May 2005 17:30:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5373A43D76 for ; Sat, 14 May 2005 17:30:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4EHU8Ox053346 for ; Sat, 14 May 2005 17:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4EHU8kW053345; Sat, 14 May 2005 17:30:08 GMT (envelope-from gnats) Resent-Date: Sat, 14 May 2005 17:30:08 GMT Resent-Message-Id: <200505141730.j4EHU8kW053345@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Radim Kolar Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DB6D16A4CE for ; Sat, 14 May 2005 17:26:52 +0000 (GMT) Received: from smtp4.vol.cz (smtp4.vol.cz [195.250.128.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C24A43D64 for ; Sat, 14 May 2005 17:26:51 +0000 (GMT) (envelope-from hsn@netmag.cz) Received: from sanatana.dharma (volny-ipt-3-194.dialup.vol.cz [62.177.66.194]) by smtp4.vol.cz (8.12.11/8.12.9) with ESMTP id j4EHQmue093843 for ; Sat, 14 May 2005 19:26:48 +0200 (CEST) (envelope-from hsn@netmag.cz) Received: from hsn@localhost by sanatana.dharma (Exim 4.51_0 FreeBSD) id 1DX0Ln-000HfL-Kt for ; Sat, 14 May 2005 19:22:55 +0200 Message-Id: Date: Sat, 14 May 2005 19:22:55 +0200 From: Radim Kolar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/81029: [PATCH] benchmarks/forkbomb: update to 1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 17:30:08 -0000 >Number: 81029 >Category: ports >Synopsis: [PATCH] benchmarks/forkbomb: update to 1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 14 17:30:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 5.4-STABLE i386 >Organization: Sanatana Dharma >Environment: System: FreeBSD sanatana.dharma 5.4-STABLE FreeBSD 5.4-STABLE #7: Sun May 8 12:50:59 CEST >Description: - Update to 1.4 - Now features `Zombies gang` Note 1: There may be some delay until ibiblio accepts this file. Note 2: FreeBSD 5.4-RELEASE do not survive forkbomb due to using too much wired memory and then deadlocks somewhere. Do not use on 5.4 on important machines. 5.3 and 5.2 are fine. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- forkbomb-1.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/benchmarks/forkbomb/Makefile /home/hsn/myports/forkbomb/Makefile --- /usr/ports/benchmarks/forkbomb/Makefile Mon Dec 13 18:22:08 2004 +++ /home/hsn/myports/forkbomb/Makefile Fri May 13 15:00:03 2005 @@ -6,7 +6,7 @@ # PORTNAME= forkbomb -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/benchmark diff -ruN --exclude=CVS /usr/ports/benchmarks/forkbomb/pkg-descr /home/hsn/myports/forkbomb/pkg-descr --- /usr/ports/benchmarks/forkbomb/pkg-descr Tue Feb 3 16:09:17 2004 +++ /home/hsn/myports/forkbomb/pkg-descr Sat May 14 19:18:57 2005 @@ -1,9 +1,11 @@ -forkbomb is tool for stress testing. It can create many processes using fork(), -allocate memory using realloc() and accesses this memory. It has -different switches for fine-tuning operation. While classic fork() bomb is good -only for fun, running multiple memory-eaters can be useful for determining -maximum memory which can be given to servers (bind or squid) without taking -machine down. You can test different operation systems with this tool and see -how they are handling the load. +forkbomb is tool for stress testing. It can create many processes +using fork(), bring up some zombies, allocate memory using +realloc() and accesses this memory. It has different switches for +fine-tuning operation. While classic fork() bomb is good only for +fun and QA release testing, running multiple memory-eaters can be +useful for determining maximum memory which can be given to +servers (bind or squid) without taking machine down. You can +test different operation systems with this tool and see how they +are handling the load. -WWW: http://home.worldonline.cz/~cz210552/forkbomb.html +WWW: http://home.tiscali.cz/~cz210552/forkbomb.html --- forkbomb-1.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: