@@ -29,6 +29,10 @@ files in this project
2929 > data_pharos.r
3030 > data_mem.r
3131
32+ NOTE: the scripts in this project require that you have already
33+ downloaded fio and compiled a binary of fio.
34+ The scripts also require version 2.0 of fio to work correctly.
35+
3236Running fio.sh
3337---------------------------
3438First run fio.sh.
@@ -58,7 +62,8 @@ varied.
5862 -t tests tests to run, defaults to readrand,read,write
5963 options are
6064 readrand - IOPS test : 8k by 1,8,16,32 users
61- read - MB/s test : 1M by 1,8,16,32 users & 8k,32k,128k,1m by 1 user
65+ read - MB/s t:w
66+ est : 1M by 1,8,16,32 users & 8k,32k,128k,1m by 1 user
6267 write - redo test, ie sync seq writes : 1k, 8k, 128k by 1 user
6368 randrw - workload test: 8k read and write by 1,8,16,32 users
6469 -s seconds seconds to run each test for, default 60
@@ -215,3 +220,4 @@ you can set working directory with
215220
216221for example to set it to C:\Temp
217222
223+ GRAPH Examples: https://sites.google.com/site/oraclemonitor/i-o-graphics#TOC-Percentile-Latency
0 commit comments