Iozone version 3_327 - How to Download and Install on Mac OS X
Saturday the 20th of March, 2010

    version 3_327

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The iozone Portfile 60048 2009-10-30 04:54:19Z jmr macports.org $

      PortSystem 1.0

      Name: iozone
      Version: 3_327
      Category: benchmarks
      Platform: darwin
      license Restrictive/Distributable/GPLv2+
      Maintainers: jmr openmaintainer
      Description: Performance Test of File I/O
      Long Description: Iozone tests the speed of I/O to actual files. Therefore, this measurement factors in the efficiency of your machine's file system, operating system, C compiler, and C runtime library. It produces a measurement which is the number of bytes per second that your system can read or write to a file.
      Homepage: http://www.iozone.org/

      Master Sites: ${homepage}src/current/
      distname ${name}${version}
      Checksums: md5 3b5f8d7fcb5ba5bba139165c8d53f342 sha1 6d2f5e6df8a7401beb9f4a51c382902d40fa1adf rmd160 00d6ef8aca50ae82f9a1af619819dcabc43b6661

      extract.suffix .tar
      extract.cmd cat
      extract.pre_args
      worksrcdir ${distname}/src/current

      use_configure no
      build.target macosx
      build.args CC=${configure.cc}

      destroot {
      xinstall -m 555 ${worksrcpath}/iozone ${worksrcpath}/fileop ${destroot}${prefix}/bin
      xinstall -m 444 ${worksrcpath}/../../docs/iozone.1 ${destroot}${prefix}/share/man/man1
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 444 ${worksrcpath}/../../docs/IOzone_msword_98.pdf ${worksrcpath}/../../docs/Run_rules.doc ${worksrcpath}/Changes.txt ${worksrcpath}/Gnuplot.txt ${destroot}${prefix}/share/doc/${name}
      xinstall -m 755 -d ${destroot}${prefix}/share/${name}
      xinstall -m 444 ${worksrcpath}/Generate_Graphs ${worksrcpath}/client_list ${worksrcpath}/gengnuplot.sh ${worksrcpath}/gnu3d.dem ${worksrcpath}/gnuplot.dem ${worksrcpath}/gnuplotps.dem ${worksrcpath}/iozone_visualizer.pl ${worksrcpath}/report.pl ${destroot}${prefix}/share/${name}
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex "${name}(\[0-9\]+_\[0-9\]+)${extract.suffix}"

    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/iozone
      % sudo port install iozone
      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 iozone
      ---> Verifying checksum for iozone
      ---> Extracting iozone
      ---> Configuring iozone
      ---> Building iozone with target all
      ---> Staging iozone into destroot
      ---> Installing iozone
    - 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 iozone with these commands:
      %  man iozone
      % apropos iozone
      % which iozone
      % locate iozone

     Where to find more information:

    Darwin Ports



    Lightbox this page.