# # ioperftest example configuration file # # description: Description of this config or system (informational) description Example configuration # # output-location: Where to place the output of the tests. # The script creates directories and files under this point # corresponding to the system architecture and version. output-location /home/dwhite/iotest/output # # target-filesystem: Location to place the test files in, # passed as the -F option to iozone; the script # creates subdirectories under this point. The user running # the script must be able to create directories here. target-filesystem /test/dwhite # # The next two options allow for humanized numbers. # The suffix 'k' means kilobytes and 'g' means gigabytes. # # filesize: Size of the files to create. Passed to iozone as # the -s option. filesize 10g # # iosize: Size of the I/O blocks to read or write. Passed to # iozone as the -r option. iosize 128k # # The following config directives are optional. # # iozone-path: Path to the iozone binary. Defaults to # searching PATH. # iozone-path /usr/local/bin/iozone-278