View Single Post
  #2 (permalink)  
Old 03-23-2006, 01:37 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
OS: Debian GNU/Linux
Posts: 506
Thanks: 0
Thanked 8 Times in 6 Posts
Rep Power: 7
monk has a spectacular aura about monk has a spectacular aura about
Default

Warren,

You need to download source code and compile it on Solaris. On solaris it support both Gcc and Sun C compiler.

Download http://www.iozone.org/src/current/iozone3_260.tar file

Untar using tar command:
Code:
tar xvf  iozone3_260.tar
Then goto iozone3_260/src/current directory and type make command:
Code:
make
It will display the supported operating system, for example to compile on Solaris 10 with GCC compiler I need to type command:
Code:
make Solaris10gcc
OR just type Solaris for 32 bit version
Code:
make Solaris
Detailed installation information is provided ms-word doc file called iozone3_260/docs/IOzone_msword_98.doc there is also a pdf file in iozone3_260/docs directory.
Reply With Quote