Download and Install autobench version 2.1.2 on Mac OS X
Monday the 1st of December, 2008

    autobench  most recent diff


    version 2.1.2

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



      # $Id: Portfile 30257 2007-10-23 02:28:30Z jmpp macports.org $

      PortSystem 1.0
      Name: autobench
      Version: 2.1.2
      Category: www benchmarks
      Maintainers: nomaintainer
      Description: automatic webserver benchmark tool
      Long Description: Autobench is a simple Perl script for automating the process of benchmarking a web server (or for conducting a comparative test of two different web servers). The script is a wrapper around httperf. Autobench runs httperf a number of times against each host, increasing the number of requested connections per second on each iteration, and extracts the significant data from the httperf output, delivering a CSV or TSV format file which can be imported directly into a spreadsheet for analysis/graphing.
      Homepage: http://www.xenoclast.org/autobench/
      Platform: darwin
      master_sites ${homepage}downloads/
      checksums md5 dbd00818840ed8d3c3d35734f0353cff

      depends_run bin:httperf:httperf

      patch {
      reinplace "s|/man|/share/man|" ${worksrcpath}/Makefile
      }
      use_configure no
      build.args PREFIX=${prefix}
      destroot.destdir PREFIX=${destroot}${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/autobench
      % sudo port install autobench
      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 autobench
      ---> Verifying checksum for autobench
      ---> Extracting autobench
      ---> Configuring autobench
      ---> Building autobench with target all
      ---> Staging autobench into destroot
      ---> Installing autobench
    - 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 autobench with these commands:
      %  man autobench
      % apropos autobench
      % which autobench
      % locate autobench

     Where to find more information:

    Darwin Ports



    Lightbox this page.