blob: 5b2aa7af2659140b6c508e90170c3d3005577f9d [file] [log] [blame]
gstepanova2d37602015-04-02 19:23:49 +03001+ OPTS='--test-file /dev/vdb --type fio --iodepth 1 --iosize 10G --timeout 60'
2+ sync
3+ echo 3
4+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 1715.08,
15 'clat': 2330.44,
16 'iops': 428,
17 'lat': 2330.94,
18 'slat': 0.0}
19+ sync
20+ echo 3
21+ dd if=/dev/zero of=/dev/vdb bs=1048576 count=10240
2210240+0 records in
2310240+0 records out
2410737418240 bytes (11 GB) copied, 92.8885 s, 116 MB/s
25+ sync
26+ echo 3
27+ dd if=/dev/zero of=/dev/vdb bs=1048576 count=10240
2810240+0 records in
2910240+0 records out
3010737418240 bytes (11 GB) copied, 92.7289 s, 116 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 /dev/vdb --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=/dev/vdb --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': 1708.29,
47 'clat': 2337.35,
48 'iops': 426,
49 'lat': 2337.83,
50 'slat': 0.0}
51+ for conc in 1 4 8
52+ sync
53+ echo 3
54+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 427.78,
65 'clat': 9347.24,
66 'iops': 106,
67 'lat': 9347.73,
68 'slat': 0.0}
69+ for conc in 1 4 8
70+ sync
71+ echo 3
72+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 212.46,
83 'clat': 18814.56,
84 'iops': 53,
85 'lat': 18815.04,
86 'slat': 0.0}
87+ for conc in 1 4 8
88+ sync
89+ echo 3
90+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 509.54,
101 'clat': 7854.41,
102 'iops': 127,
103 'lat': 7854.83,
104 'slat': 0.0}
105+ for conc in 1 4 8
106+ sync
107+ echo 3
108+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 247.94,
119 'clat': 16140.04,
120 'iops': 61,
121 'lat': 16140.44,
122 'slat': 0.0}
123+ for conc in 1 4 8
124+ sync
125+ echo 3
126+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 163.43,
137 'clat': 24437.13,
138 'iops': 40,
139 'lat': 24437.5,
140 'slat': 0.0}
141+ sync
142+ echo 3
143+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 484.71,
154 'clat': 8245.56,
155 'iops': 121,
156 'lat': 8246.06,
157 'slat': 0.0}
158+ sync
159+ echo 3
160+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 129284.55,
171 'clat': 15857.9,
172 'iops': 63,
173 'lat': 15858.32,
174 'slat': 0.0}
175+ sync
176+ echo 3
177+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 164229.34,
188 'clat': 12471.67,
189 'iops': 79,
190 'lat': 12516.42,
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 /dev/vdb --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=/dev/vdb --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': 1719.05,
207 'clat': 2323.45,
208 'iops': 429,
209 'lat': 2323.92,
210 'slat': 0.0}
211+ for conc in 1 4 8
212+ sync
213+ echo 3
214+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 427.33,
225 'clat': 9356.01,
226 'iops': 106,
227 'lat': 9356.48,
228 'slat': 0.0}
229+ for conc in 1 4 8
230+ sync
231+ echo 3
232+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 211.25,
243 'clat': 18902.35,
244 'iops': 52,
245 'lat': 18902.81,
246 'slat': 0.0}
247+ for conc in 1 4 8
248+ sync
249+ echo 3
250+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 543.89,
261 'clat': 7352.37,
262 'iops': 135,
263 'lat': 7352.8,
264 'slat': 0.0}
265+ for conc in 1 4 8
266+ sync
267+ echo 3
268+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 242.57,
279 'clat': 16498.24,
280 'iops': 60,
281 'lat': 16498.65,
282 'slat': 0.0}
283+ for conc in 1 4 8
284+ sync
285+ echo 3
286+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 161.85,
297 'clat': 24750.55,
298 'iops': 40,
299 'lat': 24750.96,
300 'slat': 0.0}
301+ sync
302+ echo 3
303+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 486.79,
314 'clat': 8211.45,
315 'iops': 121,
316 'lat': 8211.93,
317 'slat': 0.0}
318+ sync
319+ echo 3
320+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 131506.31,
331 'clat': 15548.48,
332 'iops': 64,
333 'lat': 15548.9,
334 'slat': 0.0}
335+ sync
336+ echo 3
337+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 165079.14,
348 'clat': 12382.36,
349 'iops': 80,
350 'lat': 12427.17,
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 /dev/vdb --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=/dev/vdb --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': 1716.45,
367 'clat': 2327.79,
368 'iops': 428,
369 'lat': 2328.26,
370 'slat': 0.0}
371+ for conc in 1 4 8
372+ sync
373+ echo 3
374+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 423.56,
385 'clat': 9439.88,
386 'iops': 105,
387 'lat': 9440.32,
388 'slat': 0.0}
389+ for conc in 1 4 8
390+ sync
391+ echo 3
392+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 211.58,
403 'clat': 18883.78,
404 'iops': 52,
405 'lat': 18884.23,
406 'slat': 0.0}
407+ for conc in 1 4 8
408+ sync
409+ echo 3
410+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 540.6,
421 'clat': 7401.15,
422 'iops': 135,
423 'lat': 7401.57,
424 'slat': 0.0}
425+ for conc in 1 4 8
426+ sync
427+ echo 3
428+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 250.55,
439 'clat': 15998.73,
440 'iops': 62,
441 'lat': 15999.15,
442 'slat': 0.0}
443+ for conc in 1 4 8
444+ sync
445+ echo 3
446+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 168.29,
457 'clat': 23748.44,
458 'iops': 42,
459 'lat': 23748.86,
460 'slat': 0.0}
461+ sync
462+ echo 3
463+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 486.5,
474 'clat': 8214.58,
475 'iops': 121,
476 'lat': 8215.07,
477 'slat': 0.0}
478+ sync
479+ echo 3
480+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 130180.52,
491 'clat': 15736.63,
492 'iops': 63,
493 'lat': 15737.06,
494 'slat': 0.0}
495+ sync
496+ echo 3
497+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 164710.95,
508 'clat': 12417.68,
509 'iops': 80,
510 'lat': 12461.57,
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 /dev/vdb --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=/dev/vdb --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': 1725.18,
527 'clat': 2315.15,
528 'iops': 431,
529 'lat': 2315.59,
530 'slat': 0.0}
531+ for conc in 1 4 8
532+ sync
533+ echo 3
534+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 429.03,
545 'clat': 9319.55,
546 'iops': 107,
547 'lat': 9320.02,
548 'slat': 0.0}
549+ for conc in 1 4 8
550+ sync
551+ echo 3
552+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 214.88,
563 'clat': 18593.14,
564 'iops': 53,
565 'lat': 18593.62,
566 'slat': 0.0}
567+ for conc in 1 4 8
568+ sync
569+ echo 3
570+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 586.5,
581 'clat': 6816.13,
582 'iops': 146,
583 'lat': 6816.55,
584 'slat': 0.0}
585+ for conc in 1 4 8
586+ sync
587+ echo 3
588+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 242.06,
599 'clat': 16514.72,
600 'iops': 60,
601 'lat': 16515.11,
602 'slat': 0.0}
603+ for conc in 1 4 8
604+ sync
605+ echo 3
606+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 156.16,
617 'clat': 25718.43,
618 'iops': 38,
619 'lat': 25718.82,
620 'slat': 0.0}
621+ sync
622+ echo 3
623+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 491.47,
634 'clat': 8143.33,
635 'iops': 122,
636 'lat': 8143.82,
637 'slat': 0.0}
638+ sync
639+ echo 3
640+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 133207.86,
651 'clat': 15402.22,
652 'iops': 64,
653 'lat': 15402.66,
654 'slat': 0.0}
655+ sync
656+ echo 3
657+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 163688.36,
668 'clat': 12499.58,
669 'iops': 79,
670 'lat': 12543.46,
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 /dev/vdb --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=/dev/vdb --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': 1727.12,
687 'clat': 2313.93,
688 'iops': 431,
689 'lat': 2314.4,
690 'slat': 0.0}
691+ for conc in 1 4 8
692+ sync
693+ echo 3
694+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 424.47,
705 'clat': 9418.07,
706 'iops': 106,
707 'lat': 9418.53,
708 'slat': 0.0}
709+ for conc in 1 4 8
710+ sync
711+ echo 3
712+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 212.56,
723 'clat': 18794.01,
724 'iops': 53,
725 'lat': 18794.51,
726 'slat': 0.0}
727+ for conc in 1 4 8
728+ sync
729+ echo 3
730+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 600.39,
741 'clat': 6658.98,
742 'iops': 150,
743 'lat': 6659.4,
744 'slat': 0.0}
745+ for conc in 1 4 8
746+ sync
747+ echo 3
748+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 248.61,
759 'clat': 16035.18,
760 'iops': 62,
761 'lat': 16035.58,
762 'slat': 0.0}
763+ for conc in 1 4 8
764+ sync
765+ echo 3
766+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 157.64,
777 'clat': 25462.07,
778 'iops': 39,
779 'lat': 25462.46,
780 'slat': 0.0}
781+ sync
782+ echo 3
783+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 490.62,
794 'clat': 8152.0,
795 'iops': 122,
796 'lat': 8152.49,
797 'slat': 0.0}
798+ sync
799+ echo 3
800+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 134858.62,
811 'clat': 15215.95,
812 'iops': 65,
813 'lat': 15216.37,
814 'slat': 0.0}
815+ sync
816+ echo 3
817+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 164413.36,
828 'clat': 12433.56,
829 'iops': 80,
830 'lat': 12478.59,
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 /dev/vdb --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=/dev/vdb --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': 1706.63,
847 'clat': 2341.15,
848 'iops': 426,
849 'lat': 2341.62,
850 'slat': 0.0}
851+ for conc in 1 4 8
852+ sync
853+ echo 3
854+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 423.25,
865 'clat': 9452.58,
866 'iops': 105,
867 'lat': 9453.07,
868 'slat': 0.0}
869+ for conc in 1 4 8
870+ sync
871+ echo 3
872+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 212.07,
883 'clat': 18837.33,
884 'iops': 53,
885 'lat': 18837.8,
886 'slat': 0.0}
887+ for conc in 1 4 8
888+ sync
889+ echo 3
890+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 518.16,
901 'clat': 7750.29,
902 'iops': 128,
903 'lat': 7750.71,
904 'slat': 0.0}
905+ for conc in 1 4 8
906+ sync
907+ echo 3
908+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 260.48,
919 'clat': 15351.67,
920 'iops': 65,
921 'lat': 15352.09,
922 'slat': 0.0}
923+ for conc in 1 4 8
924+ sync
925+ echo 3
926+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 167.23,
937 'clat': 23852.25,
938 'iops': 41,
939 'lat': 23852.66,
940 'slat': 0.0}
941+ sync
942+ echo 3
943+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 486.36,
954 'clat': 8215.1,
955 'iops': 121,
956 'lat': 8215.59,
957 'slat': 0.0}
958+ sync
959+ echo 3
960+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 125998.66,
971 'clat': 16305.02,
972 'iops': 61,
973 'lat': 16305.46,
974 'slat': 0.0}
975+ sync
976+ echo 3
977+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 165007.88,
988 'clat': 12398.54,
989 'iops': 80,
990 'lat': 12444.16,
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 /dev/vdb --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=/dev/vdb --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': 1716.92,
1007 'clat': 2327.39,
1008 'iops': 428,
1009 'lat': 2327.87,
1010 'slat': 0.0}
1011+ for conc in 1 4 8
1012+ sync
1013+ echo 3
1014+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 426.71,
1025 'clat': 9368.48,
1026 'iops': 106,
1027 'lat': 9368.95,
1028 'slat': 0.0}
1029+ for conc in 1 4 8
1030+ sync
1031+ echo 3
1032+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 213.62,
1043 'clat': 18707.89,
1044 'iops': 53,
1045 'lat': 18708.37,
1046 'slat': 0.0}
1047+ for conc in 1 4 8
1048+ sync
1049+ echo 3
1050+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 570.75,
1061 'clat': 7005.1,
1062 'iops': 142,
1063 'lat': 7005.53,
1064 'slat': 0.0}
1065+ for conc in 1 4 8
1066+ sync
1067+ echo 3
1068+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 246.7,
1079 'clat': 16209.28,
1080 'iops': 61,
1081 'lat': 16209.69,
1082 'slat': 0.0}
1083+ for conc in 1 4 8
1084+ sync
1085+ echo 3
1086+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 157.9,
1097 'clat': 25408.06,
1098 'iops': 39,
1099 'lat': 25408.47,
1100 'slat': 0.0}
1101+ sync
1102+ echo 3
1103+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 491.0,
1114 'clat': 8147.57,
1115 'iops': 122,
1116 'lat': 8148.05,
1117 'slat': 0.0}
1118+ sync
1119+ echo 3
1120+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 131541.73,
1131 'clat': 15610.92,
1132 'iops': 64,
1133 'lat': 15611.35,
1134 'slat': 0.0}
1135+ sync
1136+ echo 3
1137+ python io.py --test-file /dev/vdb --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=/dev/vdb --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': 165116.48,
1148 'clat': 12393.12,
1149 'iops': 80,
1150 'lat': 12437.56,
1151 'slat': 0.0}