Import benchmarks/forkbomb version 1.4
[dports.git] / benchmarks / forkbomb / pkg-descr
1 forkbomb is tool for stress testing. It can create many processes
2 using fork(), bring up some zombies, allocate memory using
3 realloc() and accesses this memory. It has different switches for
4 fine-tuning operation. While classic fork() bomb is good only for
5 fun and QA release testing, running multiple memory-eaters can be
6 useful for determining maximum memory which can be given to
7 servers (bind or squid) without taking machine down.  You can
8 test different operation systems with this tool and see how they
9 are handling the load.
10
11 WWW: http://home.tiscali.cz/~cz210552/forkbomb.html