gstepanov | a2d3760 | 2015-04-02 19:23:49 +0300 | [diff] [blame] | 1 | + OPTS='--test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60' |
| 2 | + sync |
| 3 | + echo 3 |
| 4 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 1 |
| 5 | {'__meta__': {'action': 'randwrite', |
| 6 | 'blocksize': 4, |
| 7 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 8 | 'concurence': 1, |
| 9 | 'direct_io': True, |
| 10 | 'iodepth': 1, |
| 11 | 'size': 10485760, |
| 12 | 'sync': False, |
| 13 | 'use_hight_io_priority': True}, |
| 14 | 'bw_mean': 232.72, |
| 15 | 'clat': 17162.99, |
| 16 | 'iops': 58, |
| 17 | 'lat': 17163.48, |
| 18 | 'slat': 0.0} |
| 19 | + sync |
| 20 | + echo 3 |
| 21 | + dd if=/dev/zero of=test.dat bs=1048576 count=10240 |
| 22 | 10240+0 records in |
| 23 | 10240+0 records out |
| 24 | 10737418240 bytes (11 GB) copied, 151.435 s, 70.9 MB/s |
| 25 | + sync |
| 26 | + echo 3 |
| 27 | + dd if=/dev/zero of=test.dat bs=1048576 count=10240 |
| 28 | 10240+0 records in |
| 29 | 10240+0 records out |
| 30 | 10737418240 bytes (11 GB) copied, 170.606 s, 62.9 MB/s |
| 31 | ++ seq 7 |
| 32 | + for cycle in '$(seq $NUM_CYCLES)' |
| 33 | + for conc in 1 4 8 |
| 34 | + sync |
| 35 | + echo 3 |
| 36 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 1 |
| 37 | {'__meta__': {'action': 'randwrite', |
| 38 | 'blocksize': 4, |
| 39 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 40 | 'concurence': 1, |
| 41 | 'direct_io': True, |
| 42 | 'iodepth': 1, |
| 43 | 'size': 10485760, |
| 44 | 'sync': False, |
| 45 | 'use_hight_io_priority': True}, |
| 46 | 'bw_mean': 234.12, |
| 47 | 'clat': 17086.77, |
| 48 | 'iops': 58, |
| 49 | 'lat': 17087.26, |
| 50 | 'slat': 0.0} |
| 51 | + for conc in 1 4 8 |
| 52 | + sync |
| 53 | + echo 3 |
| 54 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 4 |
| 55 | {'__meta__': {'action': 'randwrite', |
| 56 | 'blocksize': 4, |
| 57 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 58 | 'concurence': 4, |
| 59 | 'direct_io': True, |
| 60 | 'iodepth': 1, |
| 61 | 'size': 10485760, |
| 62 | 'sync': False, |
| 63 | 'use_hight_io_priority': True}, |
| 64 | 'bw_mean': 229.95, |
| 65 | 'clat': 24065.52, |
| 66 | 'iops': 41, |
| 67 | 'lat': 24066.01, |
| 68 | 'slat': 0.0} |
| 69 | + for conc in 1 4 8 |
| 70 | + sync |
| 71 | + echo 3 |
| 72 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 8 |
| 73 | {'__meta__': {'action': 'randwrite', |
| 74 | 'blocksize': 4, |
| 75 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 76 | 'concurence': 8, |
| 77 | 'direct_io': True, |
| 78 | 'iodepth': 1, |
| 79 | 'size': 10485760, |
| 80 | 'sync': False, |
| 81 | 'use_hight_io_priority': True}, |
| 82 | 'bw_mean': 228.49, |
| 83 | 'clat': 41681.2, |
| 84 | 'iops': 23, |
| 85 | 'lat': 41681.66, |
| 86 | 'slat': 0.0} |
| 87 | + for conc in 1 4 8 |
| 88 | + sync |
| 89 | + echo 3 |
| 90 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 1 |
| 91 | {'__meta__': {'action': 'randread', |
| 92 | 'blocksize': 4, |
| 93 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 94 | 'concurence': 1, |
| 95 | 'direct_io': True, |
| 96 | 'iodepth': 1, |
| 97 | 'size': 10485760, |
| 98 | 'sync': False, |
| 99 | 'use_hight_io_priority': True}, |
| 100 | 'bw_mean': 598.8, |
| 101 | 'clat': 6674.7, |
| 102 | 'iops': 149, |
| 103 | 'lat': 6675.12, |
| 104 | 'slat': 0.0} |
| 105 | + for conc in 1 4 8 |
| 106 | + sync |
| 107 | + echo 3 |
| 108 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 4 |
| 109 | {'__meta__': {'action': 'randread', |
| 110 | 'blocksize': 4, |
| 111 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 112 | 'concurence': 4, |
| 113 | 'direct_io': True, |
| 114 | 'iodepth': 1, |
| 115 | 'size': 10485760, |
| 116 | 'sync': False, |
| 117 | 'use_hight_io_priority': True}, |
| 118 | 'bw_mean': 254.71, |
| 119 | 'clat': 15693.98, |
| 120 | 'iops': 63, |
| 121 | 'lat': 15694.38, |
| 122 | 'slat': 0.0} |
| 123 | + for conc in 1 4 8 |
| 124 | + sync |
| 125 | + echo 3 |
| 126 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 8 |
| 127 | {'__meta__': {'action': 'randread', |
| 128 | 'blocksize': 4, |
| 129 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 130 | 'concurence': 8, |
| 131 | 'direct_io': True, |
| 132 | 'iodepth': 1, |
| 133 | 'size': 10485760, |
| 134 | 'sync': False, |
| 135 | 'use_hight_io_priority': True}, |
| 136 | 'bw_mean': 159.62, |
| 137 | 'clat': 24995.67, |
| 138 | 'iops': 39, |
| 139 | 'lat': 24996.09, |
| 140 | 'slat': 0.0} |
| 141 | + sync |
| 142 | + echo 3 |
| 143 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -s --concurrency 1 |
| 144 | {'__meta__': {'action': 'randwrite', |
| 145 | 'blocksize': 4, |
| 146 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=1 --timeout=60 --runtime=60 --prio=0', |
| 147 | 'concurence': 1, |
| 148 | 'direct_io': False, |
| 149 | 'iodepth': 1, |
| 150 | 'size': 10485760, |
| 151 | 'sync': True, |
| 152 | 'use_hight_io_priority': True}, |
| 153 | 'bw_mean': 81.62, |
| 154 | 'clat': 48944.95, |
| 155 | 'iops': 20, |
| 156 | 'lat': 48945.46, |
| 157 | 'slat': 0.0} |
| 158 | + sync |
| 159 | + echo 3 |
| 160 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a read --blocksize 2m -d --concurrency 1 |
| 161 | {'__meta__': {'action': 'read', |
| 162 | 'blocksize': 2048, |
| 163 | 'cmdline': '/usr/bin/fio --name=read --rw=read --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 164 | 'concurence': 1, |
| 165 | 'direct_io': True, |
| 166 | 'iodepth': 1, |
| 167 | 'size': 10485760, |
| 168 | 'sync': False, |
| 169 | 'use_hight_io_priority': True}, |
| 170 | 'bw_mean': 79530.78, |
| 171 | 'clat': 25981.77, |
| 172 | 'iops': 38, |
| 173 | 'lat': 25982.19, |
| 174 | 'slat': 0.0} |
| 175 | + sync |
| 176 | + echo 3 |
| 177 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a write --blocksize 2m -d --concurrency 1 |
| 178 | {'__meta__': {'action': 'write', |
| 179 | 'blocksize': 2048, |
| 180 | 'cmdline': '/usr/bin/fio --name=write --rw=write --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 181 | 'concurence': 1, |
| 182 | 'direct_io': True, |
| 183 | 'iodepth': 1, |
| 184 | 'size': 10485760, |
| 185 | 'sync': False, |
| 186 | 'use_hight_io_priority': True}, |
| 187 | 'bw_mean': 51468.56, |
| 188 | 'clat': 40278.67, |
| 189 | 'iops': 24, |
| 190 | 'lat': 40314.27, |
| 191 | 'slat': 0.0} |
| 192 | + for cycle in '$(seq $NUM_CYCLES)' |
| 193 | + for conc in 1 4 8 |
| 194 | + sync |
| 195 | + echo 3 |
| 196 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 1 |
| 197 | {'__meta__': {'action': 'randwrite', |
| 198 | 'blocksize': 4, |
| 199 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 200 | 'concurence': 1, |
| 201 | 'direct_io': True, |
| 202 | 'iodepth': 1, |
| 203 | 'size': 10485760, |
| 204 | 'sync': False, |
| 205 | 'use_hight_io_priority': True}, |
| 206 | 'bw_mean': 497.38, |
| 207 | 'clat': 8038.73, |
| 208 | 'iops': 124, |
| 209 | 'lat': 8039.22, |
| 210 | 'slat': 0.0} |
| 211 | + for conc in 1 4 8 |
| 212 | + sync |
| 213 | + echo 3 |
| 214 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 4 |
| 215 | {'__meta__': {'action': 'randwrite', |
| 216 | 'blocksize': 4, |
| 217 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 218 | 'concurence': 4, |
| 219 | 'direct_io': True, |
| 220 | 'iodepth': 1, |
| 221 | 'size': 10485760, |
| 222 | 'sync': False, |
| 223 | 'use_hight_io_priority': True}, |
| 224 | 'bw_mean': 137.22, |
| 225 | 'clat': 31151.07, |
| 226 | 'iops': 32, |
| 227 | 'lat': 31151.59, |
| 228 | 'slat': 0.0} |
| 229 | + for conc in 1 4 8 |
| 230 | + sync |
| 231 | + echo 3 |
| 232 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 8 |
| 233 | {'__meta__': {'action': 'randwrite', |
| 234 | 'blocksize': 4, |
| 235 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 236 | 'concurence': 8, |
| 237 | 'direct_io': True, |
| 238 | 'iodepth': 1, |
| 239 | 'size': 10485760, |
| 240 | 'sync': False, |
| 241 | 'use_hight_io_priority': True}, |
| 242 | 'bw_mean': 77.09, |
| 243 | 'clat': 61547.91, |
| 244 | 'iops': 16, |
| 245 | 'lat': 61548.42, |
| 246 | 'slat': 0.0} |
| 247 | + for conc in 1 4 8 |
| 248 | + sync |
| 249 | + echo 3 |
| 250 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 1 |
| 251 | {'__meta__': {'action': 'randread', |
| 252 | 'blocksize': 4, |
| 253 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 254 | 'concurence': 1, |
| 255 | 'direct_io': True, |
| 256 | 'iodepth': 1, |
| 257 | 'size': 10485760, |
| 258 | 'sync': False, |
| 259 | 'use_hight_io_priority': True}, |
| 260 | 'bw_mean': 621.56, |
| 261 | 'clat': 6431.89, |
| 262 | 'iops': 155, |
| 263 | 'lat': 6432.31, |
| 264 | 'slat': 0.0} |
| 265 | + for conc in 1 4 8 |
| 266 | + sync |
| 267 | + echo 3 |
| 268 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 4 |
| 269 | {'__meta__': {'action': 'randread', |
| 270 | 'blocksize': 4, |
| 271 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 272 | 'concurence': 4, |
| 273 | 'direct_io': True, |
| 274 | 'iodepth': 1, |
| 275 | 'size': 10485760, |
| 276 | 'sync': False, |
| 277 | 'use_hight_io_priority': True}, |
| 278 | 'bw_mean': 159.83, |
| 279 | 'clat': 25951.66, |
| 280 | 'iops': 38, |
| 281 | 'lat': 25952.08, |
| 282 | 'slat': 0.0} |
| 283 | + for conc in 1 4 8 |
| 284 | + sync |
| 285 | + echo 3 |
| 286 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 8 |
| 287 | {'__meta__': {'action': 'randread', |
| 288 | 'blocksize': 4, |
| 289 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 290 | 'concurence': 8, |
| 291 | 'direct_io': True, |
| 292 | 'iodepth': 1, |
| 293 | 'size': 10485760, |
| 294 | 'sync': False, |
| 295 | 'use_hight_io_priority': True}, |
| 296 | 'bw_mean': 108.38, |
| 297 | 'clat': 49289.63, |
| 298 | 'iops': 20, |
| 299 | 'lat': 49290.09, |
| 300 | 'slat': 0.0} |
| 301 | + sync |
| 302 | + echo 3 |
| 303 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -s --concurrency 1 |
| 304 | {'__meta__': {'action': 'randwrite', |
| 305 | 'blocksize': 4, |
| 306 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=1 --timeout=60 --runtime=60 --prio=0', |
| 307 | 'concurence': 1, |
| 308 | 'direct_io': False, |
| 309 | 'iodepth': 1, |
| 310 | 'size': 10485760, |
| 311 | 'sync': True, |
| 312 | 'use_hight_io_priority': True}, |
| 313 | 'bw_mean': 156.03, |
| 314 | 'clat': 25577.87, |
| 315 | 'iops': 39, |
| 316 | 'lat': 25578.37, |
| 317 | 'slat': 0.0} |
| 318 | + sync |
| 319 | + echo 3 |
| 320 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a read --blocksize 2m -d --concurrency 1 |
| 321 | {'__meta__': {'action': 'read', |
| 322 | 'blocksize': 2048, |
| 323 | 'cmdline': '/usr/bin/fio --name=read --rw=read --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 324 | 'concurence': 1, |
| 325 | 'direct_io': True, |
| 326 | 'iodepth': 1, |
| 327 | 'size': 10485760, |
| 328 | 'sync': False, |
| 329 | 'use_hight_io_priority': True}, |
| 330 | 'bw_mean': 80551.32, |
| 331 | 'clat': 25550.82, |
| 332 | 'iops': 39, |
| 333 | 'lat': 25551.22, |
| 334 | 'slat': 0.0} |
| 335 | + sync |
| 336 | + echo 3 |
| 337 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a write --blocksize 2m -d --concurrency 1 |
| 338 | {'__meta__': {'action': 'write', |
| 339 | 'blocksize': 2048, |
| 340 | 'cmdline': '/usr/bin/fio --name=write --rw=write --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 341 | 'concurence': 1, |
| 342 | 'direct_io': True, |
| 343 | 'iodepth': 1, |
| 344 | 'size': 10485760, |
| 345 | 'sync': False, |
| 346 | 'use_hight_io_priority': True}, |
| 347 | 'bw_mean': 51020.79, |
| 348 | 'clat': 40457.16, |
| 349 | 'iops': 24, |
| 350 | 'lat': 40493.62, |
| 351 | 'slat': 0.0} |
| 352 | + for cycle in '$(seq $NUM_CYCLES)' |
| 353 | + for conc in 1 4 8 |
| 354 | + sync |
| 355 | + echo 3 |
| 356 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 1 |
| 357 | {'__meta__': {'action': 'randwrite', |
| 358 | 'blocksize': 4, |
| 359 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 360 | 'concurence': 1, |
| 361 | 'direct_io': True, |
| 362 | 'iodepth': 1, |
| 363 | 'size': 10485760, |
| 364 | 'sync': False, |
| 365 | 'use_hight_io_priority': True}, |
| 366 | 'bw_mean': 499.13, |
| 367 | 'clat': 8009.43, |
| 368 | 'iops': 124, |
| 369 | 'lat': 8009.92, |
| 370 | 'slat': 0.0} |
| 371 | + for conc in 1 4 8 |
| 372 | + sync |
| 373 | + echo 3 |
| 374 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 4 |
| 375 | {'__meta__': {'action': 'randwrite', |
| 376 | 'blocksize': 4, |
| 377 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 378 | 'concurence': 4, |
| 379 | 'direct_io': True, |
| 380 | 'iodepth': 1, |
| 381 | 'size': 10485760, |
| 382 | 'sync': False, |
| 383 | 'use_hight_io_priority': True}, |
| 384 | 'bw_mean': 128.93, |
| 385 | 'clat': 31226.8, |
| 386 | 'iops': 32, |
| 387 | 'lat': 31227.29, |
| 388 | 'slat': 0.0} |
| 389 | + for conc in 1 4 8 |
| 390 | + sync |
| 391 | + echo 3 |
| 392 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 8 |
| 393 | {'__meta__': {'action': 'randwrite', |
| 394 | 'blocksize': 4, |
| 395 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 396 | 'concurence': 8, |
| 397 | 'direct_io': True, |
| 398 | 'iodepth': 1, |
| 399 | 'size': 10485760, |
| 400 | 'sync': False, |
| 401 | 'use_hight_io_priority': True}, |
| 402 | 'bw_mean': 84.75, |
| 403 | 'clat': 61054.43, |
| 404 | 'iops': 16, |
| 405 | 'lat': 61054.92, |
| 406 | 'slat': 0.0} |
| 407 | + for conc in 1 4 8 |
| 408 | + sync |
| 409 | + echo 3 |
| 410 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 1 |
| 411 | {'__meta__': {'action': 'randread', |
| 412 | 'blocksize': 4, |
| 413 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 414 | 'concurence': 1, |
| 415 | 'direct_io': True, |
| 416 | 'iodepth': 1, |
| 417 | 'size': 10485760, |
| 418 | 'sync': False, |
| 419 | 'use_hight_io_priority': True}, |
| 420 | 'bw_mean': 627.67, |
| 421 | 'clat': 6369.57, |
| 422 | 'iops': 156, |
| 423 | 'lat': 6369.99, |
| 424 | 'slat': 0.0} |
| 425 | + for conc in 1 4 8 |
| 426 | + sync |
| 427 | + echo 3 |
| 428 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 4 |
| 429 | {'__meta__': {'action': 'randread', |
| 430 | 'blocksize': 4, |
| 431 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 432 | 'concurence': 4, |
| 433 | 'direct_io': True, |
| 434 | 'iodepth': 1, |
| 435 | 'size': 10485760, |
| 436 | 'sync': False, |
| 437 | 'use_hight_io_priority': True}, |
| 438 | 'bw_mean': 158.23, |
| 439 | 'clat': 25992.5, |
| 440 | 'iops': 38, |
| 441 | 'lat': 25992.91, |
| 442 | 'slat': 0.0} |
| 443 | + for conc in 1 4 8 |
| 444 | + sync |
| 445 | + echo 3 |
| 446 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 8 |
| 447 | {'__meta__': {'action': 'randread', |
| 448 | 'blocksize': 4, |
| 449 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 450 | 'concurence': 8, |
| 451 | 'direct_io': True, |
| 452 | 'iodepth': 1, |
| 453 | 'size': 10485760, |
| 454 | 'sync': False, |
| 455 | 'use_hight_io_priority': True}, |
| 456 | 'bw_mean': 86.82, |
| 457 | 'clat': 55008.88, |
| 458 | 'iops': 18, |
| 459 | 'lat': 55009.3, |
| 460 | 'slat': 0.0} |
| 461 | + sync |
| 462 | + echo 3 |
| 463 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -s --concurrency 1 |
| 464 | {'__meta__': {'action': 'randwrite', |
| 465 | 'blocksize': 4, |
| 466 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=1 --timeout=60 --runtime=60 --prio=0', |
| 467 | 'concurence': 1, |
| 468 | 'direct_io': False, |
| 469 | 'iodepth': 1, |
| 470 | 'size': 10485760, |
| 471 | 'sync': True, |
| 472 | 'use_hight_io_priority': True}, |
| 473 | 'bw_mean': 155.68, |
| 474 | 'clat': 25626.73, |
| 475 | 'iops': 39, |
| 476 | 'lat': 25627.24, |
| 477 | 'slat': 0.0} |
| 478 | + sync |
| 479 | + echo 3 |
| 480 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a read --blocksize 2m -d --concurrency 1 |
| 481 | {'__meta__': {'action': 'read', |
| 482 | 'blocksize': 2048, |
| 483 | 'cmdline': '/usr/bin/fio --name=read --rw=read --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 484 | 'concurence': 1, |
| 485 | 'direct_io': True, |
| 486 | 'iodepth': 1, |
| 487 | 'size': 10485760, |
| 488 | 'sync': False, |
| 489 | 'use_hight_io_priority': True}, |
| 490 | 'bw_mean': 80327.23, |
| 491 | 'clat': 25559.18, |
| 492 | 'iops': 39, |
| 493 | 'lat': 25559.6, |
| 494 | 'slat': 0.0} |
| 495 | + sync |
| 496 | + echo 3 |
| 497 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a write --blocksize 2m -d --concurrency 1 |
| 498 | {'__meta__': {'action': 'write', |
| 499 | 'blocksize': 2048, |
| 500 | 'cmdline': '/usr/bin/fio --name=write --rw=write --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 501 | 'concurence': 1, |
| 502 | 'direct_io': True, |
| 503 | 'iodepth': 1, |
| 504 | 'size': 10485760, |
| 505 | 'sync': False, |
| 506 | 'use_hight_io_priority': True}, |
| 507 | 'bw_mean': 51211.0, |
| 508 | 'clat': 40463.77, |
| 509 | 'iops': 24, |
| 510 | 'lat': 40499.93, |
| 511 | 'slat': 0.0} |
| 512 | + for cycle in '$(seq $NUM_CYCLES)' |
| 513 | + for conc in 1 4 8 |
| 514 | + sync |
| 515 | + echo 3 |
| 516 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 1 |
| 517 | {'__meta__': {'action': 'randwrite', |
| 518 | 'blocksize': 4, |
| 519 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 520 | 'concurence': 1, |
| 521 | 'direct_io': True, |
| 522 | 'iodepth': 1, |
| 523 | 'size': 10485760, |
| 524 | 'sync': False, |
| 525 | 'use_hight_io_priority': True}, |
| 526 | 'bw_mean': 498.4, |
| 527 | 'clat': 8021.34, |
| 528 | 'iops': 124, |
| 529 | 'lat': 8021.84, |
| 530 | 'slat': 0.0} |
| 531 | + for conc in 1 4 8 |
| 532 | + sync |
| 533 | + echo 3 |
| 534 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 4 |
| 535 | {'__meta__': {'action': 'randwrite', |
| 536 | 'blocksize': 4, |
| 537 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 538 | 'concurence': 4, |
| 539 | 'direct_io': True, |
| 540 | 'iodepth': 1, |
| 541 | 'size': 10485760, |
| 542 | 'sync': False, |
| 543 | 'use_hight_io_priority': True}, |
| 544 | 'bw_mean': 124.47, |
| 545 | 'clat': 31603.16, |
| 546 | 'iops': 31, |
| 547 | 'lat': 31603.63, |
| 548 | 'slat': 0.0} |
| 549 | + for conc in 1 4 8 |
| 550 | + sync |
| 551 | + echo 3 |
| 552 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 8 |
| 553 | {'__meta__': {'action': 'randwrite', |
| 554 | 'blocksize': 4, |
| 555 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 556 | 'concurence': 8, |
| 557 | 'direct_io': True, |
| 558 | 'iodepth': 1, |
| 559 | 'size': 10485760, |
| 560 | 'sync': False, |
| 561 | 'use_hight_io_priority': True}, |
| 562 | 'bw_mean': 72.0, |
| 563 | 'clat': 62822.1, |
| 564 | 'iops': 15, |
| 565 | 'lat': 62822.57, |
| 566 | 'slat': 0.0} |
| 567 | + for conc in 1 4 8 |
| 568 | + sync |
| 569 | + echo 3 |
| 570 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 1 |
| 571 | {'__meta__': {'action': 'randread', |
| 572 | 'blocksize': 4, |
| 573 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 574 | 'concurence': 1, |
| 575 | 'direct_io': True, |
| 576 | 'iodepth': 1, |
| 577 | 'size': 10485760, |
| 578 | 'sync': False, |
| 579 | 'use_hight_io_priority': True}, |
| 580 | 'bw_mean': 627.96, |
| 581 | 'clat': 6365.9, |
| 582 | 'iops': 156, |
| 583 | 'lat': 6366.32, |
| 584 | 'slat': 0.0} |
| 585 | + for conc in 1 4 8 |
| 586 | + sync |
| 587 | + echo 3 |
| 588 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 4 |
| 589 | {'__meta__': {'action': 'randread', |
| 590 | 'blocksize': 4, |
| 591 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 592 | 'concurence': 4, |
| 593 | 'direct_io': True, |
| 594 | 'iodepth': 1, |
| 595 | 'size': 10485760, |
| 596 | 'sync': False, |
| 597 | 'use_hight_io_priority': True}, |
| 598 | 'bw_mean': 161.79, |
| 599 | 'clat': 25831.52, |
| 600 | 'iops': 38, |
| 601 | 'lat': 25831.95, |
| 602 | 'slat': 0.0} |
| 603 | + for conc in 1 4 8 |
| 604 | + sync |
| 605 | + echo 3 |
| 606 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 8 |
| 607 | {'__meta__': {'action': 'randread', |
| 608 | 'blocksize': 4, |
| 609 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 610 | 'concurence': 8, |
| 611 | 'direct_io': True, |
| 612 | 'iodepth': 1, |
| 613 | 'size': 10485760, |
| 614 | 'sync': False, |
| 615 | 'use_hight_io_priority': True}, |
| 616 | 'bw_mean': 102.27, |
| 617 | 'clat': 50895.58, |
| 618 | 'iops': 19, |
| 619 | 'lat': 50896.03, |
| 620 | 'slat': 0.0} |
| 621 | + sync |
| 622 | + echo 3 |
| 623 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -s --concurrency 1 |
| 624 | {'__meta__': {'action': 'randwrite', |
| 625 | 'blocksize': 4, |
| 626 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=1 --timeout=60 --runtime=60 --prio=0', |
| 627 | 'concurence': 1, |
| 628 | 'direct_io': False, |
| 629 | 'iodepth': 1, |
| 630 | 'size': 10485760, |
| 631 | 'sync': True, |
| 632 | 'use_hight_io_priority': True}, |
| 633 | 'bw_mean': 155.84, |
| 634 | 'clat': 25599.24, |
| 635 | 'iops': 39, |
| 636 | 'lat': 25599.74, |
| 637 | 'slat': 0.0} |
| 638 | + sync |
| 639 | + echo 3 |
| 640 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a read --blocksize 2m -d --concurrency 1 |
| 641 | {'__meta__': {'action': 'read', |
| 642 | 'blocksize': 2048, |
| 643 | 'cmdline': '/usr/bin/fio --name=read --rw=read --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 644 | 'concurence': 1, |
| 645 | 'direct_io': True, |
| 646 | 'iodepth': 1, |
| 647 | 'size': 10485760, |
| 648 | 'sync': False, |
| 649 | 'use_hight_io_priority': True}, |
| 650 | 'bw_mean': 79250.65, |
| 651 | 'clat': 25956.41, |
| 652 | 'iops': 38, |
| 653 | 'lat': 25956.86, |
| 654 | 'slat': 0.0} |
| 655 | + sync |
| 656 | + echo 3 |
| 657 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a write --blocksize 2m -d --concurrency 1 |
| 658 | {'__meta__': {'action': 'write', |
| 659 | 'blocksize': 2048, |
| 660 | 'cmdline': '/usr/bin/fio --name=write --rw=write --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 661 | 'concurence': 1, |
| 662 | 'direct_io': True, |
| 663 | 'iodepth': 1, |
| 664 | 'size': 10485760, |
| 665 | 'sync': False, |
| 666 | 'use_hight_io_priority': True}, |
| 667 | 'bw_mean': 51255.74, |
| 668 | 'clat': 40341.22, |
| 669 | 'iops': 24, |
| 670 | 'lat': 40377.95, |
| 671 | 'slat': 0.0} |
| 672 | + for cycle in '$(seq $NUM_CYCLES)' |
| 673 | + for conc in 1 4 8 |
| 674 | + sync |
| 675 | + echo 3 |
| 676 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 1 |
| 677 | {'__meta__': {'action': 'randwrite', |
| 678 | 'blocksize': 4, |
| 679 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 680 | 'concurence': 1, |
| 681 | 'direct_io': True, |
| 682 | 'iodepth': 1, |
| 683 | 'size': 10485760, |
| 684 | 'sync': False, |
| 685 | 'use_hight_io_priority': True}, |
| 686 | 'bw_mean': 498.45, |
| 687 | 'clat': 8020.69, |
| 688 | 'iops': 124, |
| 689 | 'lat': 8021.19, |
| 690 | 'slat': 0.0} |
| 691 | + for conc in 1 4 8 |
| 692 | + sync |
| 693 | + echo 3 |
| 694 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 4 |
| 695 | {'__meta__': {'action': 'randwrite', |
| 696 | 'blocksize': 4, |
| 697 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 698 | 'concurence': 4, |
| 699 | 'direct_io': True, |
| 700 | 'iodepth': 1, |
| 701 | 'size': 10485760, |
| 702 | 'sync': False, |
| 703 | 'use_hight_io_priority': True}, |
| 704 | 'bw_mean': 127.57, |
| 705 | 'clat': 32170.94, |
| 706 | 'iops': 31, |
| 707 | 'lat': 32171.41, |
| 708 | 'slat': 0.0} |
| 709 | + for conc in 1 4 8 |
| 710 | + sync |
| 711 | + echo 3 |
| 712 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 8 |
| 713 | {'__meta__': {'action': 'randwrite', |
| 714 | 'blocksize': 4, |
| 715 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 716 | 'concurence': 8, |
| 717 | 'direct_io': True, |
| 718 | 'iodepth': 1, |
| 719 | 'size': 10485760, |
| 720 | 'sync': False, |
| 721 | 'use_hight_io_priority': True}, |
| 722 | 'bw_mean': 70.74, |
| 723 | 'clat': 61223.13, |
| 724 | 'iops': 16, |
| 725 | 'lat': 61223.62, |
| 726 | 'slat': 0.0} |
| 727 | + for conc in 1 4 8 |
| 728 | + sync |
| 729 | + echo 3 |
| 730 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 1 |
| 731 | {'__meta__': {'action': 'randread', |
| 732 | 'blocksize': 4, |
| 733 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 734 | 'concurence': 1, |
| 735 | 'direct_io': True, |
| 736 | 'iodepth': 1, |
| 737 | 'size': 10485760, |
| 738 | 'sync': False, |
| 739 | 'use_hight_io_priority': True}, |
| 740 | 'bw_mean': 629.39, |
| 741 | 'clat': 6351.32, |
| 742 | 'iops': 157, |
| 743 | 'lat': 6351.74, |
| 744 | 'slat': 0.0} |
| 745 | + for conc in 1 4 8 |
| 746 | + sync |
| 747 | + echo 3 |
| 748 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 4 |
| 749 | {'__meta__': {'action': 'randread', |
| 750 | 'blocksize': 4, |
| 751 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 752 | 'concurence': 4, |
| 753 | 'direct_io': True, |
| 754 | 'iodepth': 1, |
| 755 | 'size': 10485760, |
| 756 | 'sync': False, |
| 757 | 'use_hight_io_priority': True}, |
| 758 | 'bw_mean': 160.72, |
| 759 | 'clat': 25168.44, |
| 760 | 'iops': 39, |
| 761 | 'lat': 25168.87, |
| 762 | 'slat': 0.0} |
| 763 | + for conc in 1 4 8 |
| 764 | + sync |
| 765 | + echo 3 |
| 766 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 8 |
| 767 | {'__meta__': {'action': 'randread', |
| 768 | 'blocksize': 4, |
| 769 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 770 | 'concurence': 8, |
| 771 | 'direct_io': True, |
| 772 | 'iodepth': 1, |
| 773 | 'size': 10485760, |
| 774 | 'sync': False, |
| 775 | 'use_hight_io_priority': True}, |
| 776 | 'bw_mean': 88.43, |
| 777 | 'clat': 56337.47, |
| 778 | 'iops': 17, |
| 779 | 'lat': 56337.91, |
| 780 | 'slat': 0.0} |
| 781 | + sync |
| 782 | + echo 3 |
| 783 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -s --concurrency 1 |
| 784 | {'__meta__': {'action': 'randwrite', |
| 785 | 'blocksize': 4, |
| 786 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=1 --timeout=60 --runtime=60 --prio=0', |
| 787 | 'concurence': 1, |
| 788 | 'direct_io': False, |
| 789 | 'iodepth': 1, |
| 790 | 'size': 10485760, |
| 791 | 'sync': True, |
| 792 | 'use_hight_io_priority': True}, |
| 793 | 'bw_mean': 156.08, |
| 794 | 'clat': 25570.67, |
| 795 | 'iops': 39, |
| 796 | 'lat': 25571.16, |
| 797 | 'slat': 0.0} |
| 798 | + sync |
| 799 | + echo 3 |
| 800 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a read --blocksize 2m -d --concurrency 1 |
| 801 | {'__meta__': {'action': 'read', |
| 802 | 'blocksize': 2048, |
| 803 | 'cmdline': '/usr/bin/fio --name=read --rw=read --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 804 | 'concurence': 1, |
| 805 | 'direct_io': True, |
| 806 | 'iodepth': 1, |
| 807 | 'size': 10485760, |
| 808 | 'sync': False, |
| 809 | 'use_hight_io_priority': True}, |
| 810 | 'bw_mean': 79581.26, |
| 811 | 'clat': 25857.05, |
| 812 | 'iops': 38, |
| 813 | 'lat': 25857.48, |
| 814 | 'slat': 0.0} |
| 815 | + sync |
| 816 | + echo 3 |
| 817 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a write --blocksize 2m -d --concurrency 1 |
| 818 | {'__meta__': {'action': 'write', |
| 819 | 'blocksize': 2048, |
| 820 | 'cmdline': '/usr/bin/fio --name=write --rw=write --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 821 | 'concurence': 1, |
| 822 | 'direct_io': True, |
| 823 | 'iodepth': 1, |
| 824 | 'size': 10485760, |
| 825 | 'sync': False, |
| 826 | 'use_hight_io_priority': True}, |
| 827 | 'bw_mean': 51549.72, |
| 828 | 'clat': 40503.8, |
| 829 | 'iops': 24, |
| 830 | 'lat': 40539.49, |
| 831 | 'slat': 0.0} |
| 832 | + for cycle in '$(seq $NUM_CYCLES)' |
| 833 | + for conc in 1 4 8 |
| 834 | + sync |
| 835 | + echo 3 |
| 836 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 1 |
| 837 | {'__meta__': {'action': 'randwrite', |
| 838 | 'blocksize': 4, |
| 839 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 840 | 'concurence': 1, |
| 841 | 'direct_io': True, |
| 842 | 'iodepth': 1, |
| 843 | 'size': 10485760, |
| 844 | 'sync': False, |
| 845 | 'use_hight_io_priority': True}, |
| 846 | 'bw_mean': 497.49, |
| 847 | 'clat': 8035.46, |
| 848 | 'iops': 124, |
| 849 | 'lat': 8035.96, |
| 850 | 'slat': 0.0} |
| 851 | + for conc in 1 4 8 |
| 852 | + sync |
| 853 | + echo 3 |
| 854 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 4 |
| 855 | {'__meta__': {'action': 'randwrite', |
| 856 | 'blocksize': 4, |
| 857 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 858 | 'concurence': 4, |
| 859 | 'direct_io': True, |
| 860 | 'iodepth': 1, |
| 861 | 'size': 10485760, |
| 862 | 'sync': False, |
| 863 | 'use_hight_io_priority': True}, |
| 864 | 'bw_mean': 122.36, |
| 865 | 'clat': 32610.11, |
| 866 | 'iops': 30, |
| 867 | 'lat': 32610.61, |
| 868 | 'slat': 0.0} |
| 869 | + for conc in 1 4 8 |
| 870 | + sync |
| 871 | + echo 3 |
| 872 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 8 |
| 873 | {'__meta__': {'action': 'randwrite', |
| 874 | 'blocksize': 4, |
| 875 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 876 | 'concurence': 8, |
| 877 | 'direct_io': True, |
| 878 | 'iodepth': 1, |
| 879 | 'size': 10485760, |
| 880 | 'sync': False, |
| 881 | 'use_hight_io_priority': True}, |
| 882 | 'bw_mean': 59.82, |
| 883 | 'clat': 66177.4, |
| 884 | 'iops': 15, |
| 885 | 'lat': 66177.89, |
| 886 | 'slat': 0.0} |
| 887 | + for conc in 1 4 8 |
| 888 | + sync |
| 889 | + echo 3 |
| 890 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 1 |
| 891 | {'__meta__': {'action': 'randread', |
| 892 | 'blocksize': 4, |
| 893 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 894 | 'concurence': 1, |
| 895 | 'direct_io': True, |
| 896 | 'iodepth': 1, |
| 897 | 'size': 10485760, |
| 898 | 'sync': False, |
| 899 | 'use_hight_io_priority': True}, |
| 900 | 'bw_mean': 624.42, |
| 901 | 'clat': 6402.32, |
| 902 | 'iops': 156, |
| 903 | 'lat': 6402.73, |
| 904 | 'slat': 0.0} |
| 905 | + for conc in 1 4 8 |
| 906 | + sync |
| 907 | + echo 3 |
| 908 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 4 |
| 909 | {'__meta__': {'action': 'randread', |
| 910 | 'blocksize': 4, |
| 911 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 912 | 'concurence': 4, |
| 913 | 'direct_io': True, |
| 914 | 'iodepth': 1, |
| 915 | 'size': 10485760, |
| 916 | 'sync': False, |
| 917 | 'use_hight_io_priority': True}, |
| 918 | 'bw_mean': 162.42, |
| 919 | 'clat': 25288.01, |
| 920 | 'iops': 39, |
| 921 | 'lat': 25288.43, |
| 922 | 'slat': 0.0} |
| 923 | + for conc in 1 4 8 |
| 924 | + sync |
| 925 | + echo 3 |
| 926 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 8 |
| 927 | {'__meta__': {'action': 'randread', |
| 928 | 'blocksize': 4, |
| 929 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 930 | 'concurence': 8, |
| 931 | 'direct_io': True, |
| 932 | 'iodepth': 1, |
| 933 | 'size': 10485760, |
| 934 | 'sync': False, |
| 935 | 'use_hight_io_priority': True}, |
| 936 | 'bw_mean': 112.64, |
| 937 | 'clat': 40922.66, |
| 938 | 'iops': 24, |
| 939 | 'lat': 40923.12, |
| 940 | 'slat': 0.0} |
| 941 | + sync |
| 942 | + echo 3 |
| 943 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -s --concurrency 1 |
| 944 | {'__meta__': {'action': 'randwrite', |
| 945 | 'blocksize': 4, |
| 946 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=1 --timeout=60 --runtime=60 --prio=0', |
| 947 | 'concurence': 1, |
| 948 | 'direct_io': False, |
| 949 | 'iodepth': 1, |
| 950 | 'size': 10485760, |
| 951 | 'sync': True, |
| 952 | 'use_hight_io_priority': True}, |
| 953 | 'bw_mean': 156.28, |
| 954 | 'clat': 25534.35, |
| 955 | 'iops': 39, |
| 956 | 'lat': 25534.84, |
| 957 | 'slat': 0.0} |
| 958 | + sync |
| 959 | + echo 3 |
| 960 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a read --blocksize 2m -d --concurrency 1 |
| 961 | {'__meta__': {'action': 'read', |
| 962 | 'blocksize': 2048, |
| 963 | 'cmdline': '/usr/bin/fio --name=read --rw=read --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 964 | 'concurence': 1, |
| 965 | 'direct_io': True, |
| 966 | 'iodepth': 1, |
| 967 | 'size': 10485760, |
| 968 | 'sync': False, |
| 969 | 'use_hight_io_priority': True}, |
| 970 | 'bw_mean': 80603.2, |
| 971 | 'clat': 25488.54, |
| 972 | 'iops': 39, |
| 973 | 'lat': 25488.96, |
| 974 | 'slat': 0.0} |
| 975 | + sync |
| 976 | + echo 3 |
| 977 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a write --blocksize 2m -d --concurrency 1 |
| 978 | {'__meta__': {'action': 'write', |
| 979 | 'blocksize': 2048, |
| 980 | 'cmdline': '/usr/bin/fio --name=write --rw=write --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 981 | 'concurence': 1, |
| 982 | 'direct_io': True, |
| 983 | 'iodepth': 1, |
| 984 | 'size': 10485760, |
| 985 | 'sync': False, |
| 986 | 'use_hight_io_priority': True}, |
| 987 | 'bw_mean': 51418.53, |
| 988 | 'clat': 40292.41, |
| 989 | 'iops': 24, |
| 990 | 'lat': 40328.28, |
| 991 | 'slat': 0.0} |
| 992 | + for cycle in '$(seq $NUM_CYCLES)' |
| 993 | + for conc in 1 4 8 |
| 994 | + sync |
| 995 | + echo 3 |
| 996 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 1 |
| 997 | {'__meta__': {'action': 'randwrite', |
| 998 | 'blocksize': 4, |
| 999 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 1000 | 'concurence': 1, |
| 1001 | 'direct_io': True, |
| 1002 | 'iodepth': 1, |
| 1003 | 'size': 10485760, |
| 1004 | 'sync': False, |
| 1005 | 'use_hight_io_priority': True}, |
| 1006 | 'bw_mean': 497.92, |
| 1007 | 'clat': 8028.65, |
| 1008 | 'iops': 124, |
| 1009 | 'lat': 8029.16, |
| 1010 | 'slat': 0.0} |
| 1011 | + for conc in 1 4 8 |
| 1012 | + sync |
| 1013 | + echo 3 |
| 1014 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 4 |
| 1015 | {'__meta__': {'action': 'randwrite', |
| 1016 | 'blocksize': 4, |
| 1017 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 1018 | 'concurence': 4, |
| 1019 | 'direct_io': True, |
| 1020 | 'iodepth': 1, |
| 1021 | 'size': 10485760, |
| 1022 | 'sync': False, |
| 1023 | 'use_hight_io_priority': True}, |
| 1024 | 'bw_mean': 124.65, |
| 1025 | 'clat': 32127.1, |
| 1026 | 'iops': 31, |
| 1027 | 'lat': 32127.59, |
| 1028 | 'slat': 0.0} |
| 1029 | + for conc in 1 4 8 |
| 1030 | + sync |
| 1031 | + echo 3 |
| 1032 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -d --concurrency 8 |
| 1033 | {'__meta__': {'action': 'randwrite', |
| 1034 | 'blocksize': 4, |
| 1035 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 1036 | 'concurence': 8, |
| 1037 | 'direct_io': True, |
| 1038 | 'iodepth': 1, |
| 1039 | 'size': 10485760, |
| 1040 | 'sync': False, |
| 1041 | 'use_hight_io_priority': True}, |
| 1042 | 'bw_mean': 63.18, |
| 1043 | 'clat': 63452.55, |
| 1044 | 'iops': 15, |
| 1045 | 'lat': 63453.09, |
| 1046 | 'slat': 0.0} |
| 1047 | + for conc in 1 4 8 |
| 1048 | + sync |
| 1049 | + echo 3 |
| 1050 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 1 |
| 1051 | {'__meta__': {'action': 'randread', |
| 1052 | 'blocksize': 4, |
| 1053 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 1054 | 'concurence': 1, |
| 1055 | 'direct_io': True, |
| 1056 | 'iodepth': 1, |
| 1057 | 'size': 10485760, |
| 1058 | 'sync': False, |
| 1059 | 'use_hight_io_priority': True}, |
| 1060 | 'bw_mean': 625.42, |
| 1061 | 'clat': 6392.28, |
| 1062 | 'iops': 156, |
| 1063 | 'lat': 6392.68, |
| 1064 | 'slat': 0.0} |
| 1065 | + for conc in 1 4 8 |
| 1066 | + sync |
| 1067 | + echo 3 |
| 1068 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 4 |
| 1069 | {'__meta__': {'action': 'randread', |
| 1070 | 'blocksize': 4, |
| 1071 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=4 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 1072 | 'concurence': 4, |
| 1073 | 'direct_io': True, |
| 1074 | 'iodepth': 1, |
| 1075 | 'size': 10485760, |
| 1076 | 'sync': False, |
| 1077 | 'use_hight_io_priority': True}, |
| 1078 | 'bw_mean': 156.09, |
| 1079 | 'clat': 26449.72, |
| 1080 | 'iops': 37, |
| 1081 | 'lat': 26450.12, |
| 1082 | 'slat': 0.0} |
| 1083 | + for conc in 1 4 8 |
| 1084 | + sync |
| 1085 | + echo 3 |
| 1086 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randread --blocksize 4k -d --concurrency 8 |
| 1087 | {'__meta__': {'action': 'randread', |
| 1088 | 'blocksize': 4, |
| 1089 | 'cmdline': '/usr/bin/fio --name=randread --rw=randread --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=8 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 1090 | 'concurence': 8, |
| 1091 | 'direct_io': True, |
| 1092 | 'iodepth': 1, |
| 1093 | 'size': 10485760, |
| 1094 | 'sync': False, |
| 1095 | 'use_hight_io_priority': True}, |
| 1096 | 'bw_mean': 74.44, |
| 1097 | 'clat': 62910.93, |
| 1098 | 'iops': 15, |
| 1099 | 'lat': 62911.33, |
| 1100 | 'slat': 0.0} |
| 1101 | + sync |
| 1102 | + echo 3 |
| 1103 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a randwrite --blocksize 4k -s --concurrency 1 |
| 1104 | {'__meta__': {'action': 'randwrite', |
| 1105 | 'blocksize': 4, |
| 1106 | 'cmdline': '/usr/bin/fio --name=randwrite --rw=randwrite --blocksize=4k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=1 --timeout=60 --runtime=60 --prio=0', |
| 1107 | 'concurence': 1, |
| 1108 | 'direct_io': False, |
| 1109 | 'iodepth': 1, |
| 1110 | 'size': 10485760, |
| 1111 | 'sync': True, |
| 1112 | 'use_hight_io_priority': True}, |
| 1113 | 'bw_mean': 155.43, |
| 1114 | 'clat': 25667.01, |
| 1115 | 'iops': 38, |
| 1116 | 'lat': 25667.48, |
| 1117 | 'slat': 0.0} |
| 1118 | + sync |
| 1119 | + echo 3 |
| 1120 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a read --blocksize 2m -d --concurrency 1 |
| 1121 | {'__meta__': {'action': 'read', |
| 1122 | 'blocksize': 2048, |
| 1123 | 'cmdline': '/usr/bin/fio --name=read --rw=read --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 1124 | 'concurence': 1, |
| 1125 | 'direct_io': True, |
| 1126 | 'iodepth': 1, |
| 1127 | 'size': 10485760, |
| 1128 | 'sync': False, |
| 1129 | 'use_hight_io_priority': True}, |
| 1130 | 'bw_mean': 79581.78, |
| 1131 | 'clat': 25803.25, |
| 1132 | 'iops': 38, |
| 1133 | 'lat': 25803.7, |
| 1134 | 'slat': 0.0} |
| 1135 | + sync |
| 1136 | + echo 3 |
| 1137 | + python io.py --test-file test.dat --type fio --iodepth 1 --iosize 10G --timeout 60 -a write --blocksize 2m -d --concurrency 1 |
| 1138 | {'__meta__': {'action': 'write', |
| 1139 | 'blocksize': 2048, |
| 1140 | 'cmdline': '/usr/bin/fio --name=write --rw=write --blocksize=2048k --iodepth=1 --filename=test.dat --size=10485760k --numjobs=1 --output-format=json --sync=0 --timeout=60 --runtime=60 --direct=1 --prio=0', |
| 1141 | 'concurence': 1, |
| 1142 | 'direct_io': True, |
| 1143 | 'iodepth': 1, |
| 1144 | 'size': 10485760, |
| 1145 | 'sync': False, |
| 1146 | 'use_hight_io_priority': True}, |
| 1147 | 'bw_mean': 51324.5, |
| 1148 | 'clat': 40350.96, |
| 1149 | 'iops': 24, |
| 1150 | 'lat': 40386.39, |
| 1151 | 'slat': 0.0} |