Gnuplot.txt 748 B

1234567891011121314151617181920212223
  1. The script Generate_Graphs will create the 3D surface plots
  2. and display them. It will also produce postscript outputs
  3. for each test and leave them in their respective sub-directory.
  4. It processes the output from an Iozone run. The output from
  5. Iozone that it is expecting is the text output from
  6. the iozone default behavior. (iozone -a, or iozone -az)
  7. How to produce graphs:
  8. Generate_Graphs iozone.out
  9. The gen_graphs script will:
  10. 1. Create the databases for each type of operation
  11. and then processes them with Gnuplot.
  12. 2. It will display each result on the X11 screen, and
  13. also save a copy in postscript in the test sub-directory.
  14. Thanks to Yves Rougy for providing the nifty scripts to help
  15. with the plots.