Difference between revisions of "Benchmarking: IOzone - ARM"
Jump to navigation
Jump to search
(Created page with "== Installation == download the latest version from: http://www.iozone.org/ * Untar the file and move into the src directory and make <syntaxhighlight> tar xvf iozone3_414.tar cd iozo...") |
|||
| Line 29: | Line 29: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| − | This will display the graphs using GNU plot. It will also produce | + | This will display the graphs using GNU plot. It will also produce PS version of each graph. These will be placed in the directory for the respective test. |
| + | |||
| + | To get a full report on the drive: | ||
| + | |||
| + | <syntaxhighlight> | ||
| + | perl report_iozone.pl output.file | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | A directory call report_io_zone will be created containing pngs of all relevent graphs. This will produce more detailed graphs than the earlier command. | ||
==Example PNG == | ==Example PNG == | ||
| + | |||
| + | [[File:Fread.png]] | ||
Latest revision as of 15:13, 10 May 2013
Installation
download the latest version from: http://www.iozone.org/
- Untar the file and move into the src directory and make
tar xvf iozone3_414.tar
cd iozone3_414/src/current
make <arch>
Running the Benchmark
There are many option to confirure the running of iozone. See the help page for a full list.
- Auto Mode
./iozone -a > outpput.file
Reviewing the Results
./Generate_Graphs < output.fileThis will display the graphs using GNU plot. It will also produce PS version of each graph. These will be placed in the directory for the respective test.
To get a full report on the drive:
perl report_iozone.pl output.fileA directory call report_io_zone will be created containing pngs of all relevent graphs. This will produce more detailed graphs than the earlier command.
