Forkbomb version 1.4 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    forkbomb  most recent diff


    version 1.4

      View the most recent changes for the forkbomb port at: forkbomb.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for forkbomb.
      The raw portfile for forkbomb 1.4 is located here:
      http://forkbomb.darwinports.com/dports/benchmarks/forkbomb/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/forkbomb


      The forkbomb Portfile 30220 2007-10-22 22:42:03Z jmpp macports.org $

      PortSystem 1.0
      Name: forkbomb
      Version: 1.4
      Category: benchmarks
      Maintainers: nomaintainer
      Description: System stress testing tool
      Long Description: 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 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.
      Homepage: http://home.tiscali.cz:8080/~cz210552/forkbomb.html
      Platform: darwin

      Master Sites: http://home.tiscali.cz:8080/~cz210552/distfiles/
      Checksums: md5 b806797a61a46c7176857bf24597a1b8

      patch {
      reinplace s|/man|/share/man| ${worksrcpath}/Makefile
      }

      use_configure no

      destroot.destdir DESTDIR=${destroot} PREFIX=${prefix}

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/forkbomb
      % sudo port install forkbomb
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching forkbomb
      ---> Verifying checksum for forkbomb
      ---> Extracting forkbomb
      ---> Configuring forkbomb
      ---> Building forkbomb with target all
      ---> Staging forkbomb into destroot
      ---> Installing forkbomb
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using forkbomb with these commands:
      %  man forkbomb
      % apropos forkbomb
      % which forkbomb
      % locate forkbomb

     Where to find more information:

    Darwin Ports



    Lightbox this page.