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
Posts: 482
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 6
monk will become famous soon enough monk will become famous soon enough
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