pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/forkbomb Initial import of forkbomb-1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b03d23268f5
branches:  trunk
changeset: 500805:3b03d23268f5
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Oct 13 08:17:51 2005 +0000

description:
Initial import of forkbomb-1.4.

Classic Unix fork() bomber. Includes CPU hanger, memory allocator,
memory toucher and zombie dance team. You can test how will your
computer behave under heavy CPU, process, memory load.

Forkbomb is also useful as realloc() benchmark.

diffstat:

 benchmarks/forkbomb/DESCR    |   5 +++++
 benchmarks/forkbomb/Makefile |  22 ++++++++++++++++++++++
 benchmarks/forkbomb/PLIST    |   3 +++
 benchmarks/forkbomb/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 00bfbb5dd508 -r 3b03d23268f5 benchmarks/forkbomb/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/forkbomb/DESCR Thu Oct 13 08:17:51 2005 +0000
@@ -0,0 +1,5 @@
+Classic Unix fork() bomber. Includes CPU hanger, memory allocator,
+memory toucher and zombie dance team. You can test how will your
+computer behave under heavy CPU, process, memory load.
+
+Forkbomb is also useful as realloc() benchmark.
diff -r 00bfbb5dd508 -r 3b03d23268f5 benchmarks/forkbomb/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/forkbomb/Makefile      Thu Oct 13 08:17:51 2005 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 08:17:51 xtraeme Exp $
+#
+
+DISTNAME=      forkbomb-1.4
+CATEGORIES=    benchmarks
+MASTER_SITES=  http://home.tiscali.cz:8080/~cz210552/distfiles/
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://home.tiscali.cz:8080/~cz210552/forkbomb.html
+COMMENT=       Classic Unix fork() bomber
+
+INSTALLATION_DIRS+=    bin man/man8
+
+do-build:
+       ${CC} ${CFLAGS} ${CPPFLAGS} ${WRKSRC}/forkbomb.c -o \
+               ${WRKSRC}/forkbomb
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/forkbomb ${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/forkbomb.8 ${PREFIX}/${PKGMANDIR}/man8
+
+.include "../../mk/bsd.pkg.mk"
diff -r 00bfbb5dd508 -r 3b03d23268f5 benchmarks/forkbomb/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/forkbomb/PLIST Thu Oct 13 08:17:51 2005 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/13 08:17:51 xtraeme Exp $
+bin/forkbomb
+man/man8/forkbomb.8
diff -r 00bfbb5dd508 -r 3b03d23268f5 benchmarks/forkbomb/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/forkbomb/distinfo      Thu Oct 13 08:17:51 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/13 08:17:51 xtraeme Exp $
+
+SHA1 (forkbomb-1.4.tar.gz) = 25e3d172da96e2c31d90878794ccd48c98dbfaf1
+RMD160 (forkbomb-1.4.tar.gz) = 9f3a8b92c9f12f7181af49271a020cfe107faea8
+Size (forkbomb-1.4.tar.gz) = 4718 bytes



Home | Main Index | Thread Index | Old Index