@@ -27,6 +27,7 @@ files in this project
2727 > data_emc.r
2828 > data_ssd.r
2929 > data_pharos.r
30+ > data_mem.r
3031
3132Running fio.sh
3233---------------------------
@@ -51,13 +52,15 @@ varied.
5152 OPTIONS:
5253 -h Show this message
5354 -b binary name of fio binary, defaults to ./fio
54- -d directory work directory where fio creates a fio and reads and writes, default /domain0/fiotest
55+ -d directory work directory where fio creates a file and reads and writes,
56+ default ./ (and default filename created is fiodata)
5557 -o directory results directory, where to put output files, defaults to ./
56- -t tests tests to run, defaults to all, options are
58+ -t tests tests to run, defaults to readrand,read,write
59+ options are
5760 readrand - IOPS test : 8k by 1,8,16,32 users
5861 read - MB/s test : 1M by 1,8,16,32 users & 8k,32k,128k,1m by 1 user
59- write - redo test, ie sync seq writes : 1k, 4k, 8k, 128k, 1024k by 1 user
60- randrw - workload test: 8k read write by 1,8,16,32 users
62+ write - redo test, ie sync seq writes : 1k, 8k, 128k by 1 user
63+ randrw - workload test: 8k read and write by 1,8,16,32 users
6164 -s seconds seconds to run each test for, default 60
6265 -m megabytes megabytes for the test I/O file to be used, default 8000 (ie 8G)
6366 -i individual file per process, default size 100m (overrides -m )
0 commit comments