diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-31 14:49:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-31 14:49:24 +0000 |
commit | edd11ef6a6690fd755d789188ff96a5b2064f321 (patch) | |
tree | 6e09424747ae72a7826dc7a1a6bb9ee825390474 /benchmarks/forkbomb | |
parent | c52e295eec83f213a44b6d84ab6489a1e6034c4b (diff) | |
download | ports-edd11ef6a6690fd755d789188ff96a5b2064f321.tar.gz ports-edd11ef6a6690fd755d789188ff96a5b2064f321.zip |
Notes
Diffstat (limited to 'benchmarks/forkbomb')
-rw-r--r-- | benchmarks/forkbomb/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/forkbomb/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/forkbomb/files/patch-forkbomb.8 | 13 | ||||
-rw-r--r-- | benchmarks/forkbomb/pkg-descr | 2 |
4 files changed, 3 insertions, 16 deletions
diff --git a/benchmarks/forkbomb/Makefile b/benchmarks/forkbomb/Makefile index f167ae3136bf..5dff1c9133f2 100644 --- a/benchmarks/forkbomb/Makefile +++ b/benchmarks/forkbomb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= forkbomb -PORTVERSION= 1.0 +PORTVERSION= 1.2 CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/benchmark diff --git a/benchmarks/forkbomb/distinfo b/benchmarks/forkbomb/distinfo index 36d93977fe41..fe1b359c4da0 100644 --- a/benchmarks/forkbomb/distinfo +++ b/benchmarks/forkbomb/distinfo @@ -1 +1 @@ -MD5 (forkbomb-1.0.tar.gz) = 9419b7740fab3e36e2b275c931363b41 +MD5 (forkbomb-1.2.tar.gz) = d4d31f645122d13e029b32c201d6b18a diff --git a/benchmarks/forkbomb/files/patch-forkbomb.8 b/benchmarks/forkbomb/files/patch-forkbomb.8 deleted file mode 100644 index 7306c1d469b1..000000000000 --- a/benchmarks/forkbomb/files/patch-forkbomb.8 +++ /dev/null @@ -1,13 +0,0 @@ ---- forkbomb.8.orig Thu Jan 22 18:50:56 2004 -+++ forkbomb.8 Thu Jan 22 18:51:54 2004 -@@ -86,8 +86,10 @@ - .TP - .B Linux 2.4 - dead. -+.TP - .B Linux 2.6 - ls command takes between 100 to 200 seconds. System load was 840. -+.TP - .B FreeBSD 5.2 - ls command takes 70 seconds to execute. System load was 800. - .SH "TODO" diff --git a/benchmarks/forkbomb/pkg-descr b/benchmarks/forkbomb/pkg-descr index efac7a99671f..753fddb51091 100644 --- a/benchmarks/forkbomb/pkg-descr +++ b/benchmarks/forkbomb/pkg-descr @@ -1,5 +1,5 @@ forkbomb is tool for stress testing. It can create many processes using fork(), -eats all available memory using realloc() and accesses this memory. It has +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 |