blob: c7a1cc52332fe50b45d68da2fa2fd673032789c6 [file] [log] [blame]
koder aka kdanilov4b184fd2015-02-09 12:26:14 +02001+ set -e
2+ type=fio
3+ bsizes='1k 4k 64k 256k 1m'
4+ ops='randwrite write'
5+ osync='s a'
6+ three_times='1 2 3'
7+ for bsize in '$bsizes'
8+ for op in '$ops'
9+ for sync in '$osync'
10+ for xxx in '$three_times'
11+ [[ s == \s ]]
12+ ssync=-s
13+ factor=x500
14+ io_opts='--type fio -a randwrite --iodepth 16 --blocksize 1k --iosize x500 -s'
15+ python run_rally_test.py -l -o '--type fio -a randwrite --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
1621:34:24 14925 >>>> Start rally with opts 'task start /tmp/fileRXRiP8 --deployment perf-1'
17--------------------------------------------------------------------------------
18 Preparing input task
19--------------------------------------------------------------------------------
20
21Input task is:
22VMTasks.boot_runcommand_delete:
23- args:
24 flavor: {name: ceph.512}
25 floating_network: net04_ext
26 force_delete: false
27 image: {name: ubuntu}
28 interpreter: /usr/bin/env python2
29 script: /tmp/fileenEbrb
30 username: ubuntu
31 context:
32 network: {}
33 users: {tenants: 1, users_per_tenant: 1}
34 runner: {concurrency: 3, times: 3, type: constant}
35
36--------------------------------------------------------------------------------
37 Task 148cc5ba-5f0b-4a4a-b95d-6f99c623d4ba: started
38--------------------------------------------------------------------------------
39
40Benchmarking... This can take a while...
41
42To track task status use:
43
44 rally task status
45 or
46 rally task detailed
47
4821:36:37 15162 >>>> Start io test
4921:36:37 15162 >>>> Ready and waiting on barrier. Will wait at most 166 seconds
5021:36:39 15160 >>>> Start io test
5121:36:39 15160 >>>> Ready and waiting on barrier. Will wait at most 164 seconds
5221:36:44 15161 >>>> Start io test
5321:36:44 15161 >>>> Ready and waiting on barrier. Will wait at most 160 seconds
5421:37:13 15160 >>>> Test finished
5521:37:14 15161 >>>> Test finished
5621:37:14 15162 >>>> Test finished
572015-02-07 21:37:44.198 14925 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 47c287b8-261c-4d19-9c92-ab79567c7224.
58
59--------------------------------------------------------------------------------
60Task 148cc5ba-5f0b-4a4a-b95d-6f99c623d4ba: finished
61--------------------------------------------------------------------------------
62
63test scenario VMTasks.boot_runcommand_delete
64args position 0
65args values:
66{u'args': {u'flavor': {u'name': u'ceph.512'},
67 u'floating_network': u'net04_ext',
68 u'force_delete': False,
69 u'image': {u'name': u'ubuntu'},
70 u'interpreter': u'/usr/bin/env python2',
71 u'script': u'/tmp/fileenEbrb',
72 u'username': u'ubuntu'},
73 u'context': {u'network': {u'networks_per_tenant': 1,
74 u'start_cidr': u'10.2.0.0/24'},
75 u'users': {u'project_domain': u'default',
76 u'resource_management_workers': 30,
77 u'tenants': 1,
78 u'user_domain': u'default',
79 u'users_per_tenant': 1}},
80 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
81+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
82| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
83+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
84| nova.associate_floating_ip | 1.584 | 4.905 | 6.581 | 6.575 | 6.578 | 100.0% | 3 |
85| nova.boot_server | 60.268 | 62.375 | 65.629 | 64.749 | 65.189 | 100.0% | 3 |
86| nova.delete_server | 5.078 | 6.705 | 7.566 | 7.547 | 7.556 | 100.0% | 3 |
87| nova.dissociate_floating_ip | 1.612 | 1.76 | 1.872 | 1.857 | 1.865 | 100.0% | 3 |
88| total | 131.741 | 132.466 | 133.549 | 133.261 | 133.405 | 100.0% | 3 |
89| vm.run_command | 29.638 | 30.31 | 30.971 | 30.841 | 30.906 | 100.0% | 3 |
90| vm.wait_for_ping | 0.081 | 1.416 | 2.085 | 2.084 | 2.084 | 100.0% | 3 |
91| vm.wait_for_ssh | 9.021 | 10.63 | 11.98 | 11.761 | 11.87 | 100.0% | 3 |
92+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
93Load duration: 133.605489969
94Full duration: 195.356240988
95
96Scenario Specific Results
97
98+-------+-----+-----+-----+--------------+--------------+
99| key | max | avg | min | 90 pecentile | 95 pecentile |
100+-------+-----+-----+-----+--------------+--------------+
101| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
102+-------+-----+-----+-----+--------------+--------------+
103
104HINTS:
105* To plot HTML graphics with this data, run:
106 rally task report 148cc5ba-5f0b-4a4a-b95d-6f99c623d4ba --out output.html
107
108* To get raw JSON output of task results, run:
109 rally task results 148cc5ba-5f0b-4a4a-b95d-6f99c623d4ba
110
111Using task: 148cc5ba-5f0b-4a4a-b95d-6f99c623d4ba
112================================================================================
113[{u'__meta__': {u'action': u'randwrite',
114 u'blocksize': 1,
115 u'concurence': 1,
116 u'direct_io': False,
117 u'iodepth': 16,
118 u'size': 500,
119 u'sync': True,
120 u'use_hight_io_priority': True},
121 u'bw_mean': 21.55},
122 {u'__meta__': {u'action': u'randwrite',
123 u'blocksize': 1,
124 u'concurence': 1,
125 u'direct_io': False,
126 u'iodepth': 16,
127 u'size': 500,
128 u'sync': True,
129 u'use_hight_io_priority': True},
130 u'bw_mean': 20.69},
131 {u'__meta__': {u'action': u'randwrite',
132 u'blocksize': 1,
133 u'concurence': 1,
134 u'direct_io': False,
135 u'iodepth': 16,
136 u'size': 500,
137 u'sync': True,
138 u'use_hight_io_priority': True},
139 u'bw_mean': 20.2}]
140================================================================================
141
142====> {"randwrite s 1k": [20, 0]}
143
144================================================================================
145+ for xxx in '$three_times'
146+ [[ s == \s ]]
147+ ssync=-s
148+ factor=x500
149+ io_opts='--type fio -a randwrite --iodepth 16 --blocksize 1k --iosize x500 -s'
150+ python run_rally_test.py -l -o '--type fio -a randwrite --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
15121:37:47 15967 >>>> Start rally with opts 'task start /tmp/fileNuBx7g --deployment perf-1'
152--------------------------------------------------------------------------------
153 Preparing input task
154--------------------------------------------------------------------------------
155
156Input task is:
157VMTasks.boot_runcommand_delete:
158- args:
159 flavor: {name: ceph.512}
160 floating_network: net04_ext
161 force_delete: false
162 image: {name: ubuntu}
163 interpreter: /usr/bin/env python2
164 script: /tmp/fileOWN5ea
165 username: ubuntu
166 context:
167 network: {}
168 users: {tenants: 1, users_per_tenant: 1}
169 runner: {concurrency: 3, times: 3, type: constant}
170
171--------------------------------------------------------------------------------
172 Task 7a8e2b2f-dfab-4cab-b34f-693092c03817: started
173--------------------------------------------------------------------------------
174
175Benchmarking... This can take a while...
176
177To track task status use:
178
179 rally task status
180 or
181 rally task detailed
182
18321:39:34 16175 >>>> Start io test
18421:39:34 16175 >>>> Ready and waiting on barrier. Will wait at most 193 seconds
18521:39:34 16177 >>>> Start io test
18621:39:34 16177 >>>> Ready and waiting on barrier. Will wait at most 193 seconds
18721:39:34 16176 >>>> Start io test
18821:39:34 16176 >>>> Ready and waiting on barrier. Will wait at most 193 seconds
18921:40:03 16177 >>>> Test finished
19021:40:03 16175 >>>> Test finished
19121:40:04 16176 >>>> Test finished
1922015-02-07 21:40:40.439 15967 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 61c38f2e-d949-471c-9624-d02c3bf112f5.
193
194--------------------------------------------------------------------------------
195Task 7a8e2b2f-dfab-4cab-b34f-693092c03817: finished
196--------------------------------------------------------------------------------
197
198test scenario VMTasks.boot_runcommand_delete
199args position 0
200args values:
201{u'args': {u'flavor': {u'name': u'ceph.512'},
202 u'floating_network': u'net04_ext',
203 u'force_delete': False,
204 u'image': {u'name': u'ubuntu'},
205 u'interpreter': u'/usr/bin/env python2',
206 u'script': u'/tmp/fileOWN5ea',
207 u'username': u'ubuntu'},
208 u'context': {u'network': {u'networks_per_tenant': 1,
209 u'start_cidr': u'10.2.0.0/24'},
210 u'users': {u'project_domain': u'default',
211 u'resource_management_workers': 30,
212 u'tenants': 1,
213 u'user_domain': u'default',
214 u'users_per_tenant': 1}},
215 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
216+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
217| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
218+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
219| nova.associate_floating_ip | 1.6 | 1.855 | 2.258 | 2.148 | 2.203 | 100.0% | 3 |
220| nova.boot_server | 61.114 | 61.937 | 62.993 | 62.736 | 62.864 | 100.0% | 3 |
221| nova.delete_server | 5.277 | 5.378 | 5.447 | 5.439 | 5.443 | 100.0% | 3 |
222| nova.dissociate_floating_ip | 2.791 | 3.103 | 3.415 | 3.353 | 3.384 | 100.0% | 3 |
223| total | 125.169 | 126.836 | 130.125 | 129.143 | 129.634 | 100.0% | 3 |
224| vm.run_command | 28.84 | 29.108 | 29.457 | 29.371 | 29.414 | 100.0% | 3 |
225| vm.wait_for_ping | 6.105 | 6.117 | 6.133 | 6.128 | 6.13 | 100.0% | 3 |
226| vm.wait_for_ssh | 11.234 | 12.497 | 13.291 | 13.226 | 13.258 | 100.0% | 3 |
227+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
228Load duration: 130.190545082
229Full duration: 169.814476013
230
231Scenario Specific Results
232
233+-------+-----+-----+-----+--------------+--------------+
234| key | max | avg | min | 90 pecentile | 95 pecentile |
235+-------+-----+-----+-----+--------------+--------------+
236| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
237+-------+-----+-----+-----+--------------+--------------+
238
239HINTS:
240* To plot HTML graphics with this data, run:
241 rally task report 7a8e2b2f-dfab-4cab-b34f-693092c03817 --out output.html
242
243* To get raw JSON output of task results, run:
244 rally task results 7a8e2b2f-dfab-4cab-b34f-693092c03817
245
246Using task: 7a8e2b2f-dfab-4cab-b34f-693092c03817
247================================================================================
248[{u'__meta__': {u'action': u'randwrite',
249 u'blocksize': 1,
250 u'concurence': 1,
251 u'direct_io': False,
252 u'iodepth': 16,
253 u'size': 500,
254 u'sync': True,
255 u'use_hight_io_priority': True},
256 u'bw_mean': 22.12},
257 {u'__meta__': {u'action': u'randwrite',
258 u'blocksize': 1,
259 u'concurence': 1,
260 u'direct_io': False,
261 u'iodepth': 16,
262 u'size': 500,
263 u'sync': True,
264 u'use_hight_io_priority': True},
265 u'bw_mean': 21.88},
266 {u'__meta__': {u'action': u'randwrite',
267 u'blocksize': 1,
268 u'concurence': 1,
269 u'direct_io': False,
270 u'iodepth': 16,
271 u'size': 500,
272 u'sync': True,
273 u'use_hight_io_priority': True},
274 u'bw_mean': 21.43}]
275================================================================================
276
277====> {"randwrite s 1k": [21, 0]}
278
279================================================================================
280+ for xxx in '$three_times'
281+ [[ s == \s ]]
282+ ssync=-s
283+ factor=x500
284+ io_opts='--type fio -a randwrite --iodepth 16 --blocksize 1k --iosize x500 -s'
285+ python run_rally_test.py -l -o '--type fio -a randwrite --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
28621:40:44 17019 >>>> Start rally with opts 'task start /tmp/filezvOuYi --deployment perf-1'
287--------------------------------------------------------------------------------
288 Preparing input task
289--------------------------------------------------------------------------------
290
291Input task is:
292VMTasks.boot_runcommand_delete:
293- args:
294 flavor: {name: ceph.512}
295 floating_network: net04_ext
296 force_delete: false
297 image: {name: ubuntu}
298 interpreter: /usr/bin/env python2
299 script: /tmp/file6x6Af0
300 username: ubuntu
301 context:
302 network: {}
303 users: {tenants: 1, users_per_tenant: 1}
304 runner: {concurrency: 3, times: 3, type: constant}
305
306--------------------------------------------------------------------------------
307 Task 1c9c2044-d1a0-4419-8249-94bea0334a55: started
308--------------------------------------------------------------------------------
309
310Benchmarking... This can take a while...
311
312To track task status use:
313
314 rally task status
315 or
316 rally task detailed
317
31821:42:26 17250 >>>> Start io test
31921:42:26 17250 >>>> Ready and waiting on barrier. Will wait at most 197 seconds
32021:42:26 17251 >>>> Start io test
32121:42:26 17251 >>>> Ready and waiting on barrier. Will wait at most 197 seconds
32221:42:27 17249 >>>> Start io test
32321:42:27 17249 >>>> Ready and waiting on barrier. Will wait at most 196 seconds
32421:42:57 17250 >>>> Test finished
32521:42:57 17251 >>>> Test finished
32621:42:58 17249 >>>> Test finished
3272015-02-07 21:43:28.359 17019 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 90a519f2-d8eb-4795-bee6-d52fe7e7caef.
328
329--------------------------------------------------------------------------------
330Task 1c9c2044-d1a0-4419-8249-94bea0334a55: finished
331--------------------------------------------------------------------------------
332
333test scenario VMTasks.boot_runcommand_delete
334args position 0
335args values:
336{u'args': {u'flavor': {u'name': u'ceph.512'},
337 u'floating_network': u'net04_ext',
338 u'force_delete': False,
339 u'image': {u'name': u'ubuntu'},
340 u'interpreter': u'/usr/bin/env python2',
341 u'script': u'/tmp/file6x6Af0',
342 u'username': u'ubuntu'},
343 u'context': {u'network': {u'networks_per_tenant': 1,
344 u'start_cidr': u'10.2.0.0/24'},
345 u'users': {u'project_domain': u'default',
346 u'resource_management_workers': 30,
347 u'tenants': 1,
348 u'user_domain': u'default',
349 u'users_per_tenant': 1}},
350 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
351+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
352| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
353+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
354| nova.associate_floating_ip | 1.346 | 1.538 | 1.694 | 1.67 | 1.682 | 100.0% | 3 |
355| nova.boot_server | 60.485 | 61.536 | 62.627 | 62.401 | 62.514 | 100.0% | 3 |
356| nova.delete_server | 5.506 | 6.81 | 7.503 | 7.487 | 7.495 | 100.0% | 3 |
357| nova.dissociate_floating_ip | 1.543 | 1.696 | 1.907 | 1.853 | 1.88 | 100.0% | 3 |
358| total | 126.116 | 127.101 | 127.711 | 127.664 | 127.687 | 100.0% | 3 |
359| vm.run_command | 30.124 | 30.43 | 30.665 | 30.632 | 30.649 | 100.0% | 3 |
360| vm.wait_for_ping | 6.976 | 7.733 | 8.112 | 8.111 | 8.112 | 100.0% | 3 |
361| vm.wait_for_ssh | 6.581 | 10.612 | 13.424 | 13.105 | 13.264 | 100.0% | 3 |
362+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
363Load duration: 127.770636797
364Full duration: 161.008528948
365
366Scenario Specific Results
367
368+-------+-----+-----+-----+--------------+--------------+
369| key | max | avg | min | 90 pecentile | 95 pecentile |
370+-------+-----+-----+-----+--------------+--------------+
371| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
372+-------+-----+-----+-----+--------------+--------------+
373
374HINTS:
375* To plot HTML graphics with this data, run:
376 rally task report 1c9c2044-d1a0-4419-8249-94bea0334a55 --out output.html
377
378* To get raw JSON output of task results, run:
379 rally task results 1c9c2044-d1a0-4419-8249-94bea0334a55
380
381Using task: 1c9c2044-d1a0-4419-8249-94bea0334a55
382================================================================================
383[{u'__meta__': {u'action': u'randwrite',
384 u'blocksize': 1,
385 u'concurence': 1,
386 u'direct_io': False,
387 u'iodepth': 16,
388 u'size': 500,
389 u'sync': True,
390 u'use_hight_io_priority': True},
391 u'bw_mean': 20.66},
392 {u'__meta__': {u'action': u'randwrite',
393 u'blocksize': 1,
394 u'concurence': 1,
395 u'direct_io': False,
396 u'iodepth': 16,
397 u'size': 500,
398 u'sync': True,
399 u'use_hight_io_priority': True},
400 u'bw_mean': 20.7},
401 {u'__meta__': {u'action': u'randwrite',
402 u'blocksize': 1,
403 u'concurence': 1,
404 u'direct_io': False,
405 u'iodepth': 16,
406 u'size': 500,
407 u'sync': True,
408 u'use_hight_io_priority': True},
409 u'bw_mean': 20.5}]
410================================================================================
411
412====> {"randwrite s 1k": [20, 0]}
413
414================================================================================
415+ for sync in '$osync'
416+ for xxx in '$three_times'
417+ [[ a == \s ]]
418+ [[ 1k == \1\k ]]
419+ continue
420+ for xxx in '$three_times'
421+ [[ a == \s ]]
422+ [[ 1k == \1\k ]]
423+ continue
424+ for xxx in '$three_times'
425+ [[ a == \s ]]
426+ [[ 1k == \1\k ]]
427+ continue
428+ for op in '$ops'
429+ for sync in '$osync'
430+ for xxx in '$three_times'
431+ [[ s == \s ]]
432+ ssync=-s
433+ factor=x500
434+ io_opts='--type fio -a write --iodepth 16 --blocksize 1k --iosize x500 -s'
435+ python run_rally_test.py -l -o '--type fio -a write --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
43621:43:31 18113 >>>> Start rally with opts 'task start /tmp/fileNSPpFN --deployment perf-1'
437--------------------------------------------------------------------------------
438 Preparing input task
439--------------------------------------------------------------------------------
440
441Input task is:
442VMTasks.boot_runcommand_delete:
443- args:
444 flavor: {name: ceph.512}
445 floating_network: net04_ext
446 force_delete: false
447 image: {name: ubuntu}
448 interpreter: /usr/bin/env python2
449 script: /tmp/file2DfAeB
450 username: ubuntu
451 context:
452 network: {}
453 users: {tenants: 1, users_per_tenant: 1}
454 runner: {concurrency: 3, times: 3, type: constant}
455
456--------------------------------------------------------------------------------
457 Task 39c0ffc2-9e0b-4722-bfff-28b1368aa4b0: started
458--------------------------------------------------------------------------------
459
460Benchmarking... This can take a while...
461
462To track task status use:
463
464 rally task status
465 or
466 rally task detailed
467
46821:45:18 18309 >>>> Start io test
46921:45:18 18309 >>>> Ready and waiting on barrier. Will wait at most 193 seconds
47021:45:20 18308 >>>> Start io test
47121:45:20 18308 >>>> Ready and waiting on barrier. Will wait at most 191 seconds
47221:45:21 18307 >>>> Start io test
47321:45:21 18307 >>>> Ready and waiting on barrier. Will wait at most 190 seconds
47421:45:49 18309 >>>> Test finished
47521:45:50 18308 >>>> Test finished
47621:45:50 18307 >>>> Test finished
4772015-02-07 21:46:16.141 18113 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 8b433818-9647-465a-8ad7-d57ee4251332.
478
479--------------------------------------------------------------------------------
480Task 39c0ffc2-9e0b-4722-bfff-28b1368aa4b0: finished
481--------------------------------------------------------------------------------
482
483test scenario VMTasks.boot_runcommand_delete
484args position 0
485args values:
486{u'args': {u'flavor': {u'name': u'ceph.512'},
487 u'floating_network': u'net04_ext',
488 u'force_delete': False,
489 u'image': {u'name': u'ubuntu'},
490 u'interpreter': u'/usr/bin/env python2',
491 u'script': u'/tmp/file2DfAeB',
492 u'username': u'ubuntu'},
493 u'context': {u'network': {u'networks_per_tenant': 1,
494 u'start_cidr': u'10.2.0.0/24'},
495 u'users': {u'project_domain': u'default',
496 u'resource_management_workers': 30,
497 u'tenants': 1,
498 u'user_domain': u'default',
499 u'users_per_tenant': 1}},
500 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
501+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
502| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
503+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
504| nova.associate_floating_ip | 1.353 | 1.421 | 1.458 | 1.457 | 1.458 | 100.0% | 3 |
505| nova.boot_server | 61.179 | 61.984 | 62.754 | 62.607 | 62.68 | 100.0% | 3 |
506| nova.delete_server | 5.123 | 5.164 | 5.243 | 5.22 | 5.231 | 100.0% | 3 |
507| nova.dissociate_floating_ip | 1.583 | 1.693 | 1.778 | 1.766 | 1.772 | 100.0% | 3 |
508| total | 120.317 | 120.813 | 121.148 | 121.113 | 121.131 | 100.0% | 3 |
509| vm.run_command | 28.628 | 29.123 | 29.417 | 29.399 | 29.408 | 100.0% | 3 |
510| vm.wait_for_ping | 0.344 | 4.183 | 6.105 | 6.104 | 6.104 | 100.0% | 3 |
511| vm.wait_for_ssh | 7.168 | 9.043 | 12.147 | 11.28 | 11.714 | 100.0% | 3 |
512+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
513Load duration: 121.280771017
514Full duration: 161.377776146
515
516Scenario Specific Results
517
518+-------+-----+-----+-----+--------------+--------------+
519| key | max | avg | min | 90 pecentile | 95 pecentile |
520+-------+-----+-----+-----+--------------+--------------+
521| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
522+-------+-----+-----+-----+--------------+--------------+
523
524HINTS:
525* To plot HTML graphics with this data, run:
526 rally task report 39c0ffc2-9e0b-4722-bfff-28b1368aa4b0 --out output.html
527
528* To get raw JSON output of task results, run:
529 rally task results 39c0ffc2-9e0b-4722-bfff-28b1368aa4b0
530
531Using task: 39c0ffc2-9e0b-4722-bfff-28b1368aa4b0
532================================================================================
533[{u'__meta__': {u'action': u'write',
534 u'blocksize': 1,
535 u'concurence': 1,
536 u'direct_io': False,
537 u'iodepth': 16,
538 u'size': 500,
539 u'sync': True,
540 u'use_hight_io_priority': True},
541 u'bw_mean': 22.2},
542 {u'__meta__': {u'action': u'write',
543 u'blocksize': 1,
544 u'concurence': 1,
545 u'direct_io': False,
546 u'iodepth': 16,
547 u'size': 500,
548 u'sync': True,
549 u'use_hight_io_priority': True},
550 u'bw_mean': 21.62},
551 {u'__meta__': {u'action': u'write',
552 u'blocksize': 1,
553 u'concurence': 1,
554 u'direct_io': False,
555 u'iodepth': 16,
556 u'size': 500,
557 u'sync': True,
558 u'use_hight_io_priority': True},
559 u'bw_mean': 21.4}]
560================================================================================
561
562====> {"write s 1k": [21, 0]}
563
564================================================================================
565+ for xxx in '$three_times'
566+ [[ s == \s ]]
567+ ssync=-s
568+ factor=x500
569+ io_opts='--type fio -a write --iodepth 16 --blocksize 1k --iosize x500 -s'
570+ python run_rally_test.py -l -o '--type fio -a write --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
57121:46:19 19114 >>>> Start rally with opts 'task start /tmp/fileLJVsXb --deployment perf-1'
572--------------------------------------------------------------------------------
573 Preparing input task
574--------------------------------------------------------------------------------
575
576Input task is:
577VMTasks.boot_runcommand_delete:
578- args:
579 flavor: {name: ceph.512}
580 floating_network: net04_ext
581 force_delete: false
582 image: {name: ubuntu}
583 interpreter: /usr/bin/env python2
584 script: /tmp/filejTuSX5
585 username: ubuntu
586 context:
587 network: {}
588 users: {tenants: 1, users_per_tenant: 1}
589 runner: {concurrency: 3, times: 3, type: constant}
590
591--------------------------------------------------------------------------------
592 Task 03efcc72-0e69-4060-90fb-ebbe0ff0fb56: started
593--------------------------------------------------------------------------------
594
595Benchmarking... This can take a while...
596
597To track task status use:
598
599 rally task status
600 or
601 rally task detailed
602
60321:47:53 19310 >>>> Start io test
60421:47:53 19310 >>>> Ready and waiting on barrier. Will wait at most 206 seconds
60521:47:54 19309 >>>> Start io test
60621:47:54 19309 >>>> Ready and waiting on barrier. Will wait at most 205 seconds
60721:47:58 19308 >>>> Start io test
60821:47:58 19308 >>>> Ready and waiting on barrier. Will wait at most 201 seconds
60921:48:28 19309 >>>> Test finished
61021:48:28 19310 >>>> Test finished
61121:48:28 19308 >>>> Test finished
6122015-02-07 21:48:51.221 19114 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: b10b32da-74f3-492d-8382-6b132b734395.
613
614--------------------------------------------------------------------------------
615Task 03efcc72-0e69-4060-90fb-ebbe0ff0fb56: finished
616--------------------------------------------------------------------------------
617
618test scenario VMTasks.boot_runcommand_delete
619args position 0
620args values:
621{u'args': {u'flavor': {u'name': u'ceph.512'},
622 u'floating_network': u'net04_ext',
623 u'force_delete': False,
624 u'image': {u'name': u'ubuntu'},
625 u'interpreter': u'/usr/bin/env python2',
626 u'script': u'/tmp/filejTuSX5',
627 u'username': u'ubuntu'},
628 u'context': {u'network': {u'networks_per_tenant': 1,
629 u'start_cidr': u'10.2.0.0/24'},
630 u'users': {u'project_domain': u'default',
631 u'resource_management_workers': 30,
632 u'tenants': 1,
633 u'user_domain': u'default',
634 u'users_per_tenant': 1}},
635 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
636+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
637| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
638+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
639| nova.associate_floating_ip | 1.325 | 3.041 | 6.376 | 5.385 | 5.881 | 100.0% | 3 |
640| nova.boot_server | 60.303 | 61.096 | 62.368 | 62.018 | 62.193 | 100.0% | 3 |
641| nova.delete_server | 5.164 | 6.7 | 7.52 | 7.499 | 7.509 | 100.0% | 3 |
642| nova.dissociate_floating_ip | 1.627 | 1.735 | 1.857 | 1.83 | 1.844 | 100.0% | 3 |
643| total | 122.116 | 123.485 | 124.399 | 124.307 | 124.353 | 100.0% | 3 |
644| vm.run_command | 30.115 | 30.418 | 30.596 | 30.585 | 30.59 | 100.0% | 3 |
645| vm.wait_for_ping | 2.08 | 5.429 | 8.107 | 7.706 | 7.906 | 100.0% | 3 |
646| vm.wait_for_ssh | 5.654 | 6.726 | 7.736 | 7.546 | 7.641 | 100.0% | 3 |
647+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
648Load duration: 124.490378141
649Full duration: 148.764094114
650
651Scenario Specific Results
652
653+-------+-----+-----+-----+--------------+--------------+
654| key | max | avg | min | 90 pecentile | 95 pecentile |
655+-------+-----+-----+-----+--------------+--------------+
656| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
657+-------+-----+-----+-----+--------------+--------------+
658
659HINTS:
660* To plot HTML graphics with this data, run:
661 rally task report 03efcc72-0e69-4060-90fb-ebbe0ff0fb56 --out output.html
662
663* To get raw JSON output of task results, run:
664 rally task results 03efcc72-0e69-4060-90fb-ebbe0ff0fb56
665
666Using task: 03efcc72-0e69-4060-90fb-ebbe0ff0fb56
667================================================================================
668[{u'__meta__': {u'action': u'write',
669 u'blocksize': 1,
670 u'concurence': 1,
671 u'direct_io': False,
672 u'iodepth': 16,
673 u'size': 500,
674 u'sync': True,
675 u'use_hight_io_priority': True},
676 u'bw_mean': 20.91},
677 {u'__meta__': {u'action': u'write',
678 u'blocksize': 1,
679 u'concurence': 1,
680 u'direct_io': False,
681 u'iodepth': 16,
682 u'size': 500,
683 u'sync': True,
684 u'use_hight_io_priority': True},
685 u'bw_mean': 20.34},
686 {u'__meta__': {u'action': u'write',
687 u'blocksize': 1,
688 u'concurence': 1,
689 u'direct_io': False,
690 u'iodepth': 16,
691 u'size': 500,
692 u'sync': True,
693 u'use_hight_io_priority': True},
694 u'bw_mean': 20.34}]
695================================================================================
696
697====> {"write s 1k": [20, 0]}
698
699================================================================================
700+ for xxx in '$three_times'
701+ [[ s == \s ]]
702+ ssync=-s
703+ factor=x500
704+ io_opts='--type fio -a write --iodepth 16 --blocksize 1k --iosize x500 -s'
705+ python run_rally_test.py -l -o '--type fio -a write --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
70621:48:54 20081 >>>> Start rally with opts 'task start /tmp/filee8bxe1 --deployment perf-1'
707--------------------------------------------------------------------------------
708 Preparing input task
709--------------------------------------------------------------------------------
710
711Input task is:
712VMTasks.boot_runcommand_delete:
713- args:
714 flavor: {name: ceph.512}
715 floating_network: net04_ext
716 force_delete: false
717 image: {name: ubuntu}
718 interpreter: /usr/bin/env python2
719 script: /tmp/fileZyCiAt
720 username: ubuntu
721 context:
722 network: {}
723 users: {tenants: 1, users_per_tenant: 1}
724 runner: {concurrency: 3, times: 3, type: constant}
725
726--------------------------------------------------------------------------------
727 Task adfc2762-ca15-48bd-a1e9-c72498fbeed3: started
728--------------------------------------------------------------------------------
729
730Benchmarking... This can take a while...
731
732To track task status use:
733
734 rally task status
735 or
736 rally task detailed
737
73821:50:39 20304 >>>> Start io test
73921:50:39 20304 >>>> Ready and waiting on barrier. Will wait at most 195 seconds
74021:50:44 20303 >>>> Start io test
74121:50:44 20303 >>>> Ready and waiting on barrier. Will wait at most 190 seconds
74221:50:47 20302 >>>> Start io test
74321:50:47 20302 >>>> Ready and waiting on barrier. Will wait at most 187 seconds
74421:51:16 20304 >>>> Test finished
74521:51:16 20303 >>>> Test finished
74621:51:16 20302 >>>> Test finished
7472015-02-07 21:51:46.170 20081 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 6c0a80b0-2756-43b7-b6cc-a9951931ffba.
748
749--------------------------------------------------------------------------------
750Task adfc2762-ca15-48bd-a1e9-c72498fbeed3: finished
751--------------------------------------------------------------------------------
752
753test scenario VMTasks.boot_runcommand_delete
754args position 0
755args values:
756{u'args': {u'flavor': {u'name': u'ceph.512'},
757 u'floating_network': u'net04_ext',
758 u'force_delete': False,
759 u'image': {u'name': u'ubuntu'},
760 u'interpreter': u'/usr/bin/env python2',
761 u'script': u'/tmp/fileZyCiAt',
762 u'username': u'ubuntu'},
763 u'context': {u'network': {u'networks_per_tenant': 1,
764 u'start_cidr': u'10.2.0.0/24'},
765 u'users': {u'project_domain': u'default',
766 u'resource_management_workers': 30,
767 u'tenants': 1,
768 u'user_domain': u'default',
769 u'users_per_tenant': 1}},
770 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
771+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
772| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
773+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
774| nova.associate_floating_ip | 1.287 | 1.387 | 1.459 | 1.45 | 1.454 | 100.0% | 3 |
775| nova.boot_server | 64.106 | 64.875 | 65.433 | 65.363 | 65.398 | 100.0% | 3 |
776| nova.delete_server | 5.124 | 5.199 | 5.342 | 5.3 | 5.321 | 100.0% | 3 |
777| nova.dissociate_floating_ip | 1.617 | 1.665 | 1.746 | 1.724 | 1.735 | 100.0% | 3 |
778| total | 128.415 | 130.096 | 133.247 | 132.323 | 132.785 | 100.0% | 3 |
779| vm.run_command | 28.912 | 29.278 | 29.559 | 29.52 | 29.54 | 100.0% | 3 |
780| vm.wait_for_ping | 6.097 | 6.771 | 8.115 | 7.713 | 7.914 | 100.0% | 3 |
781| vm.wait_for_ssh | 8.145 | 11.266 | 13.258 | 13.086 | 13.172 | 100.0% | 3 |
782+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
783Load duration: 133.315052986
784Full duration: 168.517599106
785
786Scenario Specific Results
787
788+-------+-----+-----+-----+--------------+--------------+
789| key | max | avg | min | 90 pecentile | 95 pecentile |
790+-------+-----+-----+-----+--------------+--------------+
791| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
792+-------+-----+-----+-----+--------------+--------------+
793
794HINTS:
795* To plot HTML graphics with this data, run:
796 rally task report adfc2762-ca15-48bd-a1e9-c72498fbeed3 --out output.html
797
798* To get raw JSON output of task results, run:
799 rally task results adfc2762-ca15-48bd-a1e9-c72498fbeed3
800
801Using task: adfc2762-ca15-48bd-a1e9-c72498fbeed3
802================================================================================
803[{u'__meta__': {u'action': u'write',
804 u'blocksize': 1,
805 u'concurence': 1,
806 u'direct_io': False,
807 u'iodepth': 16,
808 u'size': 500,
809 u'sync': True,
810 u'use_hight_io_priority': True},
811 u'bw_mean': 22.1},
812 {u'__meta__': {u'action': u'write',
813 u'blocksize': 1,
814 u'concurence': 1,
815 u'direct_io': False,
816 u'iodepth': 16,
817 u'size': 500,
818 u'sync': True,
819 u'use_hight_io_priority': True},
820 u'bw_mean': 21.56},
821 {u'__meta__': {u'action': u'write',
822 u'blocksize': 1,
823 u'concurence': 1,
824 u'direct_io': False,
825 u'iodepth': 16,
826 u'size': 500,
827 u'sync': True,
828 u'use_hight_io_priority': True},
829 u'bw_mean': 21.37}]
830================================================================================
831
832====> {"write s 1k": [21, 0]}
833
834================================================================================
835+ for sync in '$osync'
836+ for xxx in '$three_times'
837+ [[ a == \s ]]
838+ [[ 1k == \1\k ]]
839+ continue
840+ for xxx in '$three_times'
841+ [[ a == \s ]]
842+ [[ 1k == \1\k ]]
843+ continue
844+ for xxx in '$three_times'
845+ [[ a == \s ]]
846+ [[ 1k == \1\k ]]
847+ continue
848+ for bsize in '$bsizes'
849+ for op in '$ops'
850+ for sync in '$osync'
851+ for xxx in '$three_times'
852+ [[ s == \s ]]
853+ ssync=-s
854+ factor=x500
855+ io_opts='--type fio -a randwrite --iodepth 16 --blocksize 4k --iosize x500 -s'
856+ python run_rally_test.py -l -o '--type fio -a randwrite --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
85721:51:49 21098 >>>> Start rally with opts 'task start /tmp/filezqfQmM --deployment perf-1'
858--------------------------------------------------------------------------------
859 Preparing input task
860--------------------------------------------------------------------------------
861
862Input task is:
863VMTasks.boot_runcommand_delete:
864- args:
865 flavor: {name: ceph.512}
866 floating_network: net04_ext
867 force_delete: false
868 image: {name: ubuntu}
869 interpreter: /usr/bin/env python2
870 script: /tmp/fileJhvZj5
871 username: ubuntu
872 context:
873 network: {}
874 users: {tenants: 1, users_per_tenant: 1}
875 runner: {concurrency: 3, times: 3, type: constant}
876
877--------------------------------------------------------------------------------
878 Task f4ad83d1-396c-4d7d-a44d-9e1a3218f33d: started
879--------------------------------------------------------------------------------
880
881Benchmarking... This can take a while...
882
883To track task status use:
884
885 rally task status
886 or
887 rally task detailed
888
88921:53:25 21302 >>>> Start io test
89021:53:25 21302 >>>> Ready and waiting on barrier. Will wait at most 204 seconds
89121:53:28 21304 >>>> Start io test
89221:53:28 21304 >>>> Ready and waiting on barrier. Will wait at most 201 seconds
89321:53:31 21303 >>>> Start io test
89421:53:31 21303 >>>> Ready and waiting on barrier. Will wait at most 198 seconds
89521:54:00 21303 >>>> Test finished
89621:54:02 21302 >>>> Test finished
89721:54:03 21304 >>>> Test finished
8982015-02-07 21:54:33.275 21098 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: fcd6bf06-9d26-44d9-9faa-f569337244f4.
899
900--------------------------------------------------------------------------------
901Task f4ad83d1-396c-4d7d-a44d-9e1a3218f33d: finished
902--------------------------------------------------------------------------------
903
904test scenario VMTasks.boot_runcommand_delete
905args position 0
906args values:
907{u'args': {u'flavor': {u'name': u'ceph.512'},
908 u'floating_network': u'net04_ext',
909 u'force_delete': False,
910 u'image': {u'name': u'ubuntu'},
911 u'interpreter': u'/usr/bin/env python2',
912 u'script': u'/tmp/fileJhvZj5',
913 u'username': u'ubuntu'},
914 u'context': {u'network': {u'networks_per_tenant': 1,
915 u'start_cidr': u'10.2.0.0/24'},
916 u'users': {u'project_domain': u'default',
917 u'resource_management_workers': 30,
918 u'tenants': 1,
919 u'user_domain': u'default',
920 u'users_per_tenant': 1}},
921 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
922+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
923| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
924+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
925| nova.associate_floating_ip | 1.348 | 1.432 | 1.494 | 1.485 | 1.489 | 100.0% | 3 |
926| nova.boot_server | 60.141 | 62.013 | 63.201 | 63.1 | 63.151 | 100.0% | 3 |
927| nova.delete_server | 5.09 | 6.723 | 9.851 | 8.926 | 9.389 | 100.0% | 3 |
928| nova.dissociate_floating_ip | 1.725 | 2.078 | 2.71 | 2.528 | 2.619 | 100.0% | 3 |
929| total | 126.034 | 128.812 | 131.107 | 130.745 | 130.926 | 100.0% | 3 |
930| vm.run_command | 28.903 | 30.522 | 31.386 | 31.365 | 31.376 | 100.0% | 3 |
931| vm.wait_for_ping | 6.636 | 7.199 | 8.113 | 7.86 | 7.986 | 100.0% | 3 |
932| vm.wait_for_ssh | 6.663 | 10.491 | 12.91 | 12.708 | 12.809 | 100.0% | 3 |
933+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
934Load duration: 131.198403835
935Full duration: 160.628458023
936
937Scenario Specific Results
938
939+-------+-----+-----+-----+--------------+--------------+
940| key | max | avg | min | 90 pecentile | 95 pecentile |
941+-------+-----+-----+-----+--------------+--------------+
942| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
943+-------+-----+-----+-----+--------------+--------------+
944
945HINTS:
946* To plot HTML graphics with this data, run:
947 rally task report f4ad83d1-396c-4d7d-a44d-9e1a3218f33d --out output.html
948
949* To get raw JSON output of task results, run:
950 rally task results f4ad83d1-396c-4d7d-a44d-9e1a3218f33d
951
952Using task: f4ad83d1-396c-4d7d-a44d-9e1a3218f33d
953================================================================================
954[{u'__meta__': {u'action': u'randwrite',
955 u'blocksize': 4,
956 u'concurence': 1,
957 u'direct_io': False,
958 u'iodepth': 16,
959 u'size': 2000,
960 u'sync': True,
961 u'use_hight_io_priority': True},
962 u'bw_mean': 90.78},
963 {u'__meta__': {u'action': u'randwrite',
964 u'blocksize': 4,
965 u'concurence': 1,
966 u'direct_io': False,
967 u'iodepth': 16,
968 u'size': 2000,
969 u'sync': True,
970 u'use_hight_io_priority': True},
971 u'bw_mean': 80.44},
972 {u'__meta__': {u'action': u'randwrite',
973 u'blocksize': 4,
974 u'concurence': 1,
975 u'direct_io': False,
976 u'iodepth': 16,
977 u'size': 2000,
978 u'sync': True,
979 u'use_hight_io_priority': True},
980 u'bw_mean': 80.71}]
981================================================================================
982
983====> {"randwrite s 4k": [83, 8]}
984
985================================================================================
986+ for xxx in '$three_times'
987+ [[ s == \s ]]
988+ ssync=-s
989+ factor=x500
990+ io_opts='--type fio -a randwrite --iodepth 16 --blocksize 4k --iosize x500 -s'
991+ python run_rally_test.py -l -o '--type fio -a randwrite --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
99221:54:37 22134 >>>> Start rally with opts 'task start /tmp/filea3Ti7j --deployment perf-1'
993--------------------------------------------------------------------------------
994 Preparing input task
995--------------------------------------------------------------------------------
996
997Input task is:
998VMTasks.boot_runcommand_delete:
999- args:
1000 flavor: {name: ceph.512}
1001 floating_network: net04_ext
1002 force_delete: false
1003 image: {name: ubuntu}
1004 interpreter: /usr/bin/env python2
1005 script: /tmp/fileyvll9K
1006 username: ubuntu
1007 context:
1008 network: {}
1009 users: {tenants: 1, users_per_tenant: 1}
1010 runner: {concurrency: 3, times: 3, type: constant}
1011
1012--------------------------------------------------------------------------------
1013 Task 5d90cf9e-7c63-4ec7-9ffa-2fcb697528a9: started
1014--------------------------------------------------------------------------------
1015
1016Benchmarking... This can take a while...
1017
1018To track task status use:
1019
1020 rally task status
1021 or
1022 rally task detailed
1023
102421:56:14 22374 >>>> Start io test
102521:56:14 22374 >>>> Ready and waiting on barrier. Will wait at most 202 seconds
102621:56:15 22375 >>>> Start io test
102721:56:15 22375 >>>> Ready and waiting on barrier. Will wait at most 201 seconds
102821:56:15 22373 >>>> Start io test
102921:56:15 22373 >>>> Ready and waiting on barrier. Will wait at most 201 seconds
103021:56:47 22374 >>>> Test finished
103121:56:48 22375 >>>> Test finished
103221:56:48 22373 >>>> Test finished
10332015-02-07 21:57:14.628 22134 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 67d87616-5e15-4e53-976f-7fd6d8960294.
1034
1035--------------------------------------------------------------------------------
1036Task 5d90cf9e-7c63-4ec7-9ffa-2fcb697528a9: finished
1037--------------------------------------------------------------------------------
1038
1039test scenario VMTasks.boot_runcommand_delete
1040args position 0
1041args values:
1042{u'args': {u'flavor': {u'name': u'ceph.512'},
1043 u'floating_network': u'net04_ext',
1044 u'force_delete': False,
1045 u'image': {u'name': u'ubuntu'},
1046 u'interpreter': u'/usr/bin/env python2',
1047 u'script': u'/tmp/fileyvll9K',
1048 u'username': u'ubuntu'},
1049 u'context': {u'network': {u'networks_per_tenant': 1,
1050 u'start_cidr': u'10.2.0.0/24'},
1051 u'users': {u'project_domain': u'default',
1052 u'resource_management_workers': 30,
1053 u'tenants': 1,
1054 u'user_domain': u'default',
1055 u'users_per_tenant': 1}},
1056 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
1057+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1058| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
1059+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1060| nova.associate_floating_ip | 1.397 | 1.455 | 1.559 | 1.529 | 1.544 | 100.0% | 3 |
1061| nova.boot_server | 61.929 | 62.8 | 63.25 | 63.244 | 63.247 | 100.0% | 3 |
1062| nova.delete_server | 5.128 | 5.163 | 5.232 | 5.211 | 5.222 | 100.0% | 3 |
1063| nova.dissociate_floating_ip | 1.614 | 1.776 | 1.895 | 1.88 | 1.887 | 100.0% | 3 |
1064| total | 122.679 | 125.554 | 129.486 | 128.488 | 128.987 | 100.0% | 3 |
1065| vm.run_command | 31.833 | 32.761 | 33.255 | 33.243 | 33.249 | 100.0% | 3 |
1066| vm.wait_for_ping | 5.687 | 6.149 | 6.663 | 6.55 | 6.607 | 100.0% | 3 |
1067| vm.wait_for_ssh | 8.36 | 9.178 | 9.752 | 9.686 | 9.719 | 100.0% | 3 |
1068+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1069Load duration: 129.561312914
1070Full duration: 154.749316931
1071
1072Scenario Specific Results
1073
1074+-------+-----+-----+-----+--------------+--------------+
1075| key | max | avg | min | 90 pecentile | 95 pecentile |
1076+-------+-----+-----+-----+--------------+--------------+
1077| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
1078+-------+-----+-----+-----+--------------+--------------+
1079
1080HINTS:
1081* To plot HTML graphics with this data, run:
1082 rally task report 5d90cf9e-7c63-4ec7-9ffa-2fcb697528a9 --out output.html
1083
1084* To get raw JSON output of task results, run:
1085 rally task results 5d90cf9e-7c63-4ec7-9ffa-2fcb697528a9
1086
1087Using task: 5d90cf9e-7c63-4ec7-9ffa-2fcb697528a9
1088================================================================================
1089[{u'__meta__': {u'action': u'randwrite',
1090 u'blocksize': 4,
1091 u'concurence': 1,
1092 u'direct_io': False,
1093 u'iodepth': 16,
1094 u'size': 2000,
1095 u'sync': True,
1096 u'use_hight_io_priority': True},
1097 u'bw_mean': 79.71},
1098 {u'__meta__': {u'action': u'randwrite',
1099 u'blocksize': 4,
1100 u'concurence': 1,
1101 u'direct_io': False,
1102 u'iodepth': 16,
1103 u'size': 2000,
1104 u'sync': True,
1105 u'use_hight_io_priority': True},
1106 u'bw_mean': 75.86},
1107 {u'__meta__': {u'action': u'randwrite',
1108 u'blocksize': 4,
1109 u'concurence': 1,
1110 u'direct_io': False,
1111 u'iodepth': 16,
1112 u'size': 2000,
1113 u'sync': True,
1114 u'use_hight_io_priority': True},
1115 u'bw_mean': 75.12}]
1116================================================================================
1117
1118====> {"randwrite s 4k": [76, 3]}
1119
1120================================================================================
1121+ for xxx in '$three_times'
1122+ [[ s == \s ]]
1123+ ssync=-s
1124+ factor=x500
1125+ io_opts='--type fio -a randwrite --iodepth 16 --blocksize 4k --iosize x500 -s'
1126+ python run_rally_test.py -l -o '--type fio -a randwrite --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
112721:57:18 23207 >>>> Start rally with opts 'task start /tmp/fileqKZdxt --deployment perf-1'
1128--------------------------------------------------------------------------------
1129 Preparing input task
1130--------------------------------------------------------------------------------
1131
1132Input task is:
1133VMTasks.boot_runcommand_delete:
1134- args:
1135 flavor: {name: ceph.512}
1136 floating_network: net04_ext
1137 force_delete: false
1138 image: {name: ubuntu}
1139 interpreter: /usr/bin/env python2
1140 script: /tmp/file1lVxNe
1141 username: ubuntu
1142 context:
1143 network: {}
1144 users: {tenants: 1, users_per_tenant: 1}
1145 runner: {concurrency: 3, times: 3, type: constant}
1146
1147--------------------------------------------------------------------------------
1148 Task a291773f-140b-4847-a031-f60e4240189a: started
1149--------------------------------------------------------------------------------
1150
1151Benchmarking... This can take a while...
1152
1153To track task status use:
1154
1155 rally task status
1156 or
1157 rally task detailed
1158
115921:58:50 23403 >>>> Start io test
116021:58:50 23403 >>>> Ready and waiting on barrier. Will wait at most 207 seconds
116121:58:53 23401 >>>> Start io test
116221:58:53 23401 >>>> Ready and waiting on barrier. Will wait at most 204 seconds
116321:58:55 23402 >>>> Start io test
116421:58:55 23402 >>>> Ready and waiting on barrier. Will wait at most 202 seconds
116521:59:26 23403 >>>> Test finished
116621:59:26 23402 >>>> Test finished
116721:59:26 23401 >>>> Test finished
11682015-02-07 21:59:48.916 23207 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 37ca6b35-ffd3-4108-b5c5-0fbad9bdf415.
1169
1170--------------------------------------------------------------------------------
1171Task a291773f-140b-4847-a031-f60e4240189a: finished
1172--------------------------------------------------------------------------------
1173
1174test scenario VMTasks.boot_runcommand_delete
1175args position 0
1176args values:
1177{u'args': {u'flavor': {u'name': u'ceph.512'},
1178 u'floating_network': u'net04_ext',
1179 u'force_delete': False,
1180 u'image': {u'name': u'ubuntu'},
1181 u'interpreter': u'/usr/bin/env python2',
1182 u'script': u'/tmp/file1lVxNe',
1183 u'username': u'ubuntu'},
1184 u'context': {u'network': {u'networks_per_tenant': 1,
1185 u'start_cidr': u'10.2.0.0/24'},
1186 u'users': {u'project_domain': u'default',
1187 u'resource_management_workers': 30,
1188 u'tenants': 1,
1189 u'user_domain': u'default',
1190 u'users_per_tenant': 1}},
1191 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
1192+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1193| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
1194+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1195| nova.associate_floating_ip | 1.422 | 1.471 | 1.538 | 1.521 | 1.53 | 100.0% | 3 |
1196| nova.boot_server | 58.844 | 59.495 | 59.883 | 59.858 | 59.871 | 100.0% | 3 |
1197| nova.delete_server | 5.126 | 6.662 | 7.453 | 7.444 | 7.448 | 100.0% | 3 |
1198| nova.dissociate_floating_ip | 1.582 | 1.609 | 1.654 | 1.641 | 1.648 | 100.0% | 3 |
1199| total | 120.985 | 122.348 | 123.153 | 123.104 | 123.128 | 100.0% | 3 |
1200| vm.run_command | 30.683 | 31.013 | 31.282 | 31.24 | 31.261 | 100.0% | 3 |
1201| vm.wait_for_ping | 5.995 | 7.229 | 9.098 | 8.597 | 8.848 | 100.0% | 3 |
1202| vm.wait_for_ssh | 5.087 | 6.702 | 7.639 | 7.587 | 7.613 | 100.0% | 3 |
1203+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1204Load duration: 123.231041908
1205Full duration: 147.78234601
1206
1207Scenario Specific Results
1208
1209+-------+-----+-----+-----+--------------+--------------+
1210| key | max | avg | min | 90 pecentile | 95 pecentile |
1211+-------+-----+-----+-----+--------------+--------------+
1212| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
1213+-------+-----+-----+-----+--------------+--------------+
1214
1215HINTS:
1216* To plot HTML graphics with this data, run:
1217 rally task report a291773f-140b-4847-a031-f60e4240189a --out output.html
1218
1219* To get raw JSON output of task results, run:
1220 rally task results a291773f-140b-4847-a031-f60e4240189a
1221
1222Using task: a291773f-140b-4847-a031-f60e4240189a
1223================================================================================
1224[{u'__meta__': {u'action': u'randwrite',
1225 u'blocksize': 4,
1226 u'concurence': 1,
1227 u'direct_io': False,
1228 u'iodepth': 16,
1229 u'size': 2000,
1230 u'sync': True,
1231 u'use_hight_io_priority': True},
1232 u'bw_mean': 83.16},
1233 {u'__meta__': {u'action': u'randwrite',
1234 u'blocksize': 4,
1235 u'concurence': 1,
1236 u'direct_io': False,
1237 u'iodepth': 16,
1238 u'size': 2000,
1239 u'sync': True,
1240 u'use_hight_io_priority': True},
1241 u'bw_mean': 81.91},
1242 {u'__meta__': {u'action': u'randwrite',
1243 u'blocksize': 4,
1244 u'concurence': 1,
1245 u'direct_io': False,
1246 u'iodepth': 16,
1247 u'size': 2000,
1248 u'sync': True,
1249 u'use_hight_io_priority': True},
1250 u'bw_mean': 82.18}]
1251================================================================================
1252
1253====> {"randwrite s 4k": [82, 0]}
1254
1255================================================================================
1256+ for sync in '$osync'
1257+ for xxx in '$three_times'
1258+ [[ a == \s ]]
1259+ [[ 4k == \1\k ]]
1260+ [[ 4k == \4\k ]]
1261+ continue
1262+ for xxx in '$three_times'
1263+ [[ a == \s ]]
1264+ [[ 4k == \1\k ]]
1265+ [[ 4k == \4\k ]]
1266+ continue
1267+ for xxx in '$three_times'
1268+ [[ a == \s ]]
1269+ [[ 4k == \1\k ]]
1270+ [[ 4k == \4\k ]]
1271+ continue
1272+ for op in '$ops'
1273+ for sync in '$osync'
1274+ for xxx in '$three_times'
1275+ [[ s == \s ]]
1276+ ssync=-s
1277+ factor=x500
1278+ io_opts='--type fio -a write --iodepth 16 --blocksize 4k --iosize x500 -s'
1279+ python run_rally_test.py -l -o '--type fio -a write --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
128021:59:52 24193 >>>> Start rally with opts 'task start /tmp/filecbsdni --deployment perf-1'
1281--------------------------------------------------------------------------------
1282 Preparing input task
1283--------------------------------------------------------------------------------
1284
1285Input task is:
1286VMTasks.boot_runcommand_delete:
1287- args:
1288 flavor: {name: ceph.512}
1289 floating_network: net04_ext
1290 force_delete: false
1291 image: {name: ubuntu}
1292 interpreter: /usr/bin/env python2
1293 script: /tmp/fileHx25QD
1294 username: ubuntu
1295 context:
1296 network: {}
1297 users: {tenants: 1, users_per_tenant: 1}
1298 runner: {concurrency: 3, times: 3, type: constant}
1299
1300--------------------------------------------------------------------------------
1301 Task 6b8aded0-4a66-44d2-89b9-14e5880bd493: started
1302--------------------------------------------------------------------------------
1303
1304Benchmarking... This can take a while...
1305
1306To track task status use:
1307
1308 rally task status
1309 or
1310 rally task detailed
1311
131222:01:23 24396 >>>> Start io test
131322:01:23 24396 >>>> Ready and waiting on barrier. Will wait at most 209 seconds
131422:01:28 24398 >>>> Start io test
131522:01:28 24398 >>>> Ready and waiting on barrier. Will wait at most 203 seconds
131622:01:32 24397 >>>> Start io test
131722:01:32 24397 >>>> Ready and waiting on barrier. Will wait at most 200 seconds
131822:02:01 24397 >>>> Test finished
131922:02:01 24398 >>>> Test finished
132022:02:01 24396 >>>> Test finished
13212015-02-07 22:02:24.225 24193 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 6326d451-235b-442f-882f-559631576026.
1322
1323--------------------------------------------------------------------------------
1324Task 6b8aded0-4a66-44d2-89b9-14e5880bd493: finished
1325--------------------------------------------------------------------------------
1326
1327test scenario VMTasks.boot_runcommand_delete
1328args position 0
1329args values:
1330{u'args': {u'flavor': {u'name': u'ceph.512'},
1331 u'floating_network': u'net04_ext',
1332 u'force_delete': False,
1333 u'image': {u'name': u'ubuntu'},
1334 u'interpreter': u'/usr/bin/env python2',
1335 u'script': u'/tmp/fileHx25QD',
1336 u'username': u'ubuntu'},
1337 u'context': {u'network': {u'networks_per_tenant': 1,
1338 u'start_cidr': u'10.2.0.0/24'},
1339 u'users': {u'project_domain': u'default',
1340 u'resource_management_workers': 30,
1341 u'tenants': 1,
1342 u'user_domain': u'default',
1343 u'users_per_tenant': 1}},
1344 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
1345+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1346| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
1347+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1348| nova.associate_floating_ip | 1.428 | 3.253 | 6.9 | 5.806 | 6.353 | 100.0% | 3 |
1349| nova.boot_server | 58.598 | 59.539 | 61.361 | 60.82 | 61.091 | 100.0% | 3 |
1350| nova.delete_server | 7.437 | 7.514 | 7.555 | 7.554 | 7.554 | 100.0% | 3 |
1351| nova.dissociate_floating_ip | 1.562 | 1.67 | 1.757 | 1.744 | 1.75 | 100.0% | 3 |
1352| total | 123.538 | 123.598 | 123.683 | 123.661 | 123.672 | 100.0% | 3 |
1353| vm.run_command | 28.983 | 29.164 | 29.432 | 29.361 | 29.397 | 100.0% | 3 |
1354| vm.wait_for_ping | 0.079 | 5.428 | 8.106 | 8.104 | 8.105 | 100.0% | 3 |
1355| vm.wait_for_ssh | 4.363 | 6.376 | 8.081 | 7.801 | 7.941 | 100.0% | 3 |
1356+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1357Load duration: 123.749119043
1358Full duration: 148.911594868
1359
1360Scenario Specific Results
1361
1362+-------+-----+-----+-----+--------------+--------------+
1363| key | max | avg | min | 90 pecentile | 95 pecentile |
1364+-------+-----+-----+-----+--------------+--------------+
1365| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
1366+-------+-----+-----+-----+--------------+--------------+
1367
1368HINTS:
1369* To plot HTML graphics with this data, run:
1370 rally task report 6b8aded0-4a66-44d2-89b9-14e5880bd493 --out output.html
1371
1372* To get raw JSON output of task results, run:
1373 rally task results 6b8aded0-4a66-44d2-89b9-14e5880bd493
1374
1375Using task: 6b8aded0-4a66-44d2-89b9-14e5880bd493
1376================================================================================
1377[{u'__meta__': {u'action': u'write',
1378 u'blocksize': 4,
1379 u'concurence': 1,
1380 u'direct_io': False,
1381 u'iodepth': 16,
1382 u'size': 2000,
1383 u'sync': True,
1384 u'use_hight_io_priority': True},
1385 u'bw_mean': 89.55},
1386 {u'__meta__': {u'action': u'write',
1387 u'blocksize': 4,
1388 u'concurence': 1,
1389 u'direct_io': False,
1390 u'iodepth': 16,
1391 u'size': 2000,
1392 u'sync': True,
1393 u'use_hight_io_priority': True},
1394 u'bw_mean': 89.0},
1395 {u'__meta__': {u'action': u'write',
1396 u'blocksize': 4,
1397 u'concurence': 1,
1398 u'direct_io': False,
1399 u'iodepth': 16,
1400 u'size': 2000,
1401 u'sync': True,
1402 u'use_hight_io_priority': True},
1403 u'bw_mean': 86.4}]
1404================================================================================
1405
1406====> {"write s 4k": [88, 2]}
1407
1408================================================================================
1409+ for xxx in '$three_times'
1410+ [[ s == \s ]]
1411+ ssync=-s
1412+ factor=x500
1413+ io_opts='--type fio -a write --iodepth 16 --blocksize 4k --iosize x500 -s'
1414+ python run_rally_test.py -l -o '--type fio -a write --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
141522:02:28 25231 >>>> Start rally with opts 'task start /tmp/filevN2peB --deployment perf-1'
1416--------------------------------------------------------------------------------
1417 Preparing input task
1418--------------------------------------------------------------------------------
1419
1420Input task is:
1421VMTasks.boot_runcommand_delete:
1422- args:
1423 flavor: {name: ceph.512}
1424 floating_network: net04_ext
1425 force_delete: false
1426 image: {name: ubuntu}
1427 interpreter: /usr/bin/env python2
1428 script: /tmp/fileK5fUhu
1429 username: ubuntu
1430 context:
1431 network: {}
1432 users: {tenants: 1, users_per_tenant: 1}
1433 runner: {concurrency: 3, times: 3, type: constant}
1434
1435--------------------------------------------------------------------------------
1436 Task fcf2c87c-e4cb-4753-9367-741f6a40f453: started
1437--------------------------------------------------------------------------------
1438
1439Benchmarking... This can take a while...
1440
1441To track task status use:
1442
1443 rally task status
1444 or
1445 rally task detailed
1446
144722:04:06 25428 >>>> Start io test
144822:04:06 25428 >>>> Ready and waiting on barrier. Will wait at most 201 seconds
144922:04:13 25427 >>>> Start io test
145022:04:13 25427 >>>> Ready and waiting on barrier. Will wait at most 194 seconds
145122:04:16 25426 >>>> Start io test
145222:04:16 25426 >>>> Ready and waiting on barrier. Will wait at most 191 seconds
145322:04:44 25428 >>>> Test finished
145422:04:45 25426 >>>> Test finished
145522:04:45 25427 >>>> Test finished
14562015-02-07 22:05:07.756 25231 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: e4ae6dae-559a-475a-9822-6a746d2013a0.
1457
1458--------------------------------------------------------------------------------
1459Task fcf2c87c-e4cb-4753-9367-741f6a40f453: finished
1460--------------------------------------------------------------------------------
1461
1462test scenario VMTasks.boot_runcommand_delete
1463args position 0
1464args values:
1465{u'args': {u'flavor': {u'name': u'ceph.512'},
1466 u'floating_network': u'net04_ext',
1467 u'force_delete': False,
1468 u'image': {u'name': u'ubuntu'},
1469 u'interpreter': u'/usr/bin/env python2',
1470 u'script': u'/tmp/fileK5fUhu',
1471 u'username': u'ubuntu'},
1472 u'context': {u'network': {u'networks_per_tenant': 1,
1473 u'start_cidr': u'10.2.0.0/24'},
1474 u'users': {u'project_domain': u'default',
1475 u'resource_management_workers': 30,
1476 u'tenants': 1,
1477 u'user_domain': u'default',
1478 u'users_per_tenant': 1}},
1479 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
1480+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1481| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
1482+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1483| nova.associate_floating_ip | 1.278 | 1.392 | 1.482 | 1.469 | 1.476 | 100.0% | 3 |
1484| nova.boot_server | 59.484 | 64.042 | 66.998 | 66.727 | 66.863 | 100.0% | 3 |
1485| nova.delete_server | 5.109 | 5.872 | 7.377 | 6.928 | 7.153 | 100.0% | 3 |
1486| nova.dissociate_floating_ip | 1.673 | 1.723 | 1.806 | 1.783 | 1.795 | 100.0% | 3 |
1487| total | 123.674 | 125.184 | 127.252 | 126.727 | 126.989 | 100.0% | 3 |
1488| vm.run_command | 27.798 | 28.471 | 28.928 | 28.88 | 28.904 | 100.0% | 3 |
1489| vm.wait_for_ping | 0.448 | 5.554 | 8.112 | 8.11 | 8.111 | 100.0% | 3 |
1490| vm.wait_for_ssh | 3.3 | 4.476 | 5.466 | 5.305 | 5.386 | 100.0% | 3 |
1491+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1492Load duration: 127.369131804
1493Full duration: 157.072092056
1494
1495Scenario Specific Results
1496
1497+-------+-----+-----+-----+--------------+--------------+
1498| key | max | avg | min | 90 pecentile | 95 pecentile |
1499+-------+-----+-----+-----+--------------+--------------+
1500| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
1501+-------+-----+-----+-----+--------------+--------------+
1502
1503HINTS:
1504* To plot HTML graphics with this data, run:
1505 rally task report fcf2c87c-e4cb-4753-9367-741f6a40f453 --out output.html
1506
1507* To get raw JSON output of task results, run:
1508 rally task results fcf2c87c-e4cb-4753-9367-741f6a40f453
1509
1510Using task: fcf2c87c-e4cb-4753-9367-741f6a40f453
1511================================================================================
1512[{u'__meta__': {u'action': u'write',
1513 u'blocksize': 4,
1514 u'concurence': 1,
1515 u'direct_io': False,
1516 u'iodepth': 16,
1517 u'size': 2000,
1518 u'sync': True,
1519 u'use_hight_io_priority': True},
1520 u'bw_mean': 93.62},
1521 {u'__meta__': {u'action': u'write',
1522 u'blocksize': 4,
1523 u'concurence': 1,
1524 u'direct_io': False,
1525 u'iodepth': 16,
1526 u'size': 2000,
1527 u'sync': True,
1528 u'use_hight_io_priority': True},
1529 u'bw_mean': 89.98},
1530 {u'__meta__': {u'action': u'write',
1531 u'blocksize': 4,
1532 u'concurence': 1,
1533 u'direct_io': False,
1534 u'iodepth': 16,
1535 u'size': 2000,
1536 u'sync': True,
1537 u'use_hight_io_priority': True},
1538 u'bw_mean': 89.29}]
1539================================================================================
1540
1541====> {"write s 4k": [90, 3]}
1542
1543================================================================================
1544+ for xxx in '$three_times'
1545+ [[ s == \s ]]
1546+ ssync=-s
1547+ factor=x500
1548+ io_opts='--type fio -a write --iodepth 16 --blocksize 4k --iosize x500 -s'
1549+ python run_rally_test.py -l -o '--type fio -a write --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
155022:05:11 26501 >>>> Start rally with opts 'task start /tmp/fileJTZAx5 --deployment perf-1'
1551--------------------------------------------------------------------------------
1552 Preparing input task
1553--------------------------------------------------------------------------------
1554
1555Input task is:
1556VMTasks.boot_runcommand_delete:
1557- args:
1558 flavor: {name: ceph.512}
1559 floating_network: net04_ext
1560 force_delete: false
1561 image: {name: ubuntu}
1562 interpreter: /usr/bin/env python2
1563 script: /tmp/fileQAmihe
1564 username: ubuntu
1565 context:
1566 network: {}
1567 users: {tenants: 1, users_per_tenant: 1}
1568 runner: {concurrency: 3, times: 3, type: constant}
1569
1570--------------------------------------------------------------------------------
1571 Task b2e0f947-ce82-482c-b1bd-90455b06559a: started
1572--------------------------------------------------------------------------------
1573
1574Benchmarking... This can take a while...
1575
1576To track task status use:
1577
1578 rally task status
1579 or
1580 rally task detailed
1581
158222:06:48 26700 >>>> Start io test
158322:06:48 26700 >>>> Ready and waiting on barrier. Will wait at most 203 seconds
158422:06:53 26701 >>>> Start io test
158522:06:53 26701 >>>> Ready and waiting on barrier. Will wait at most 198 seconds
158622:06:59 26699 >>>> Start io test
158722:06:59 26699 >>>> Ready and waiting on barrier. Will wait at most 192 seconds
158822:07:28 26699 >>>> Test finished
158922:07:29 26701 >>>> Test finished
159022:07:29 26700 >>>> Test finished
15912015-02-07 22:07:59.194 26501 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 05c12da7-67e2-46c8-8de3-264c99d4ae89.
1592
1593--------------------------------------------------------------------------------
1594Task b2e0f947-ce82-482c-b1bd-90455b06559a: finished
1595--------------------------------------------------------------------------------
1596
1597test scenario VMTasks.boot_runcommand_delete
1598args position 0
1599args values:
1600{u'args': {u'flavor': {u'name': u'ceph.512'},
1601 u'floating_network': u'net04_ext',
1602 u'force_delete': False,
1603 u'image': {u'name': u'ubuntu'},
1604 u'interpreter': u'/usr/bin/env python2',
1605 u'script': u'/tmp/fileQAmihe',
1606 u'username': u'ubuntu'},
1607 u'context': {u'network': {u'networks_per_tenant': 1,
1608 u'start_cidr': u'10.2.0.0/24'},
1609 u'users': {u'project_domain': u'default',
1610 u'resource_management_workers': 30,
1611 u'tenants': 1,
1612 u'user_domain': u'default',
1613 u'users_per_tenant': 1}},
1614 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
1615+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1616| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
1617+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1618| nova.associate_floating_ip | 1.444 | 1.514 | 1.652 | 1.611 | 1.632 | 100.0% | 3 |
1619| nova.boot_server | 57.82 | 59.819 | 63.75 | 62.577 | 63.164 | 100.0% | 3 |
1620| nova.delete_server | 5.107 | 5.255 | 5.343 | 5.337 | 5.34 | 100.0% | 3 |
1621| nova.dissociate_floating_ip | 1.453 | 4.875 | 6.651 | 6.625 | 6.638 | 100.0% | 3 |
1622| total | 123.763 | 127.431 | 129.546 | 129.433 | 129.49 | 100.0% | 3 |
1623| vm.run_command | 29.235 | 29.502 | 29.678 | 29.661 | 29.669 | 100.0% | 3 |
1624| vm.wait_for_ping | 4.835 | 6.553 | 8.102 | 7.826 | 7.964 | 100.0% | 3 |
1625| vm.wait_for_ssh | 6.77 | 8.315 | 10.379 | 9.863 | 10.121 | 100.0% | 3 |
1626+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1627Load duration: 129.657002926
1628Full duration: 164.16723609
1629
1630Scenario Specific Results
1631
1632+-------+-----+-----+-----+--------------+--------------+
1633| key | max | avg | min | 90 pecentile | 95 pecentile |
1634+-------+-----+-----+-----+--------------+--------------+
1635| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
1636+-------+-----+-----+-----+--------------+--------------+
1637
1638HINTS:
1639* To plot HTML graphics with this data, run:
1640 rally task report b2e0f947-ce82-482c-b1bd-90455b06559a --out output.html
1641
1642* To get raw JSON output of task results, run:
1643 rally task results b2e0f947-ce82-482c-b1bd-90455b06559a
1644
1645Using task: b2e0f947-ce82-482c-b1bd-90455b06559a
1646================================================================================
1647[{u'__meta__': {u'action': u'write',
1648 u'blocksize': 4,
1649 u'concurence': 1,
1650 u'direct_io': False,
1651 u'iodepth': 16,
1652 u'size': 2000,
1653 u'sync': True,
1654 u'use_hight_io_priority': True},
1655 u'bw_mean': 88.71},
1656 {u'__meta__': {u'action': u'write',
1657 u'blocksize': 4,
1658 u'concurence': 1,
1659 u'direct_io': False,
1660 u'iodepth': 16,
1661 u'size': 2000,
1662 u'sync': True,
1663 u'use_hight_io_priority': True},
1664 u'bw_mean': 87.36},
1665 {u'__meta__': {u'action': u'write',
1666 u'blocksize': 4,
1667 u'concurence': 1,
1668 u'direct_io': False,
1669 u'iodepth': 16,
1670 u'size': 2000,
1671 u'sync': True,
1672 u'use_hight_io_priority': True},
1673 u'bw_mean': 86.23}]
1674================================================================================
1675
1676====> {"write s 4k": [87, 1]}
1677
1678================================================================================
1679+ for sync in '$osync'
1680+ for xxx in '$three_times'
1681+ [[ a == \s ]]
1682+ [[ 4k == \1\k ]]
1683+ [[ 4k == \4\k ]]
1684+ continue
1685+ for xxx in '$three_times'
1686+ [[ a == \s ]]
1687+ [[ 4k == \1\k ]]
1688+ [[ 4k == \4\k ]]
1689+ continue
1690+ for xxx in '$three_times'
1691+ [[ a == \s ]]
1692+ [[ 4k == \1\k ]]
1693+ [[ 4k == \4\k ]]
1694+ continue
1695+ for bsize in '$bsizes'
1696+ for op in '$ops'
1697+ for sync in '$osync'
1698+ for xxx in '$three_times'
1699+ [[ s == \s ]]
1700+ ssync=-s
1701+ factor=x500
1702+ io_opts='--type fio -a randwrite --iodepth 16 --blocksize 64k --iosize x500 -s'
1703+ python run_rally_test.py -l -o '--type fio -a randwrite --iodepth 16 --blocksize 64k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
170422:08:03 27575 >>>> Start rally with opts 'task start /tmp/fileRsLPFP --deployment perf-1'
1705--------------------------------------------------------------------------------
1706 Preparing input task
1707--------------------------------------------------------------------------------
1708
1709Input task is:
1710VMTasks.boot_runcommand_delete:
1711- args:
1712 flavor: {name: ceph.512}
1713 floating_network: net04_ext
1714 force_delete: false
1715 image: {name: ubuntu}
1716 interpreter: /usr/bin/env python2
1717 script: /tmp/fileqpP4uW
1718 username: ubuntu
1719 context:
1720 network: {}
1721 users: {tenants: 1, users_per_tenant: 1}
1722 runner: {concurrency: 3, times: 3, type: constant}
1723
1724--------------------------------------------------------------------------------
1725 Task c2e473b7-f730-4e4f-8ad4-411b9d478f95: started
1726--------------------------------------------------------------------------------
1727
1728Benchmarking... This can take a while...
1729
1730To track task status use:
1731
1732 rally task status
1733 or
1734 rally task detailed
1735
173622:09:38 27784 >>>> Start io test
173722:09:38 27784 >>>> Ready and waiting on barrier. Will wait at most 204 seconds
173822:09:40 27783 >>>> Start io test
173922:09:40 27783 >>>> Ready and waiting on barrier. Will wait at most 202 seconds
174022:09:42 27782 >>>> Start io test
174122:09:42 27782 >>>> Ready and waiting on barrier. Will wait at most 201 seconds
174222:10:16 27782 >>>> Test finished
174322:10:17 27783 >>>> Test finished
174422:10:17 27784 >>>> Test finished
17452015-02-07 22:10:41.489 27575 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: c8b587d4-1acb-4a8f-96ae-235896dfe2e8.
1746
1747--------------------------------------------------------------------------------
1748Task c2e473b7-f730-4e4f-8ad4-411b9d478f95: finished
1749--------------------------------------------------------------------------------
1750
1751test scenario VMTasks.boot_runcommand_delete
1752args position 0
1753args values:
1754{u'args': {u'flavor': {u'name': u'ceph.512'},
1755 u'floating_network': u'net04_ext',
1756 u'force_delete': False,
1757 u'image': {u'name': u'ubuntu'},
1758 u'interpreter': u'/usr/bin/env python2',
1759 u'script': u'/tmp/fileqpP4uW',
1760 u'username': u'ubuntu'},
1761 u'context': {u'network': {u'networks_per_tenant': 1,
1762 u'start_cidr': u'10.2.0.0/24'},
1763 u'users': {u'project_domain': u'default',
1764 u'resource_management_workers': 30,
1765 u'tenants': 1,
1766 u'user_domain': u'default',
1767 u'users_per_tenant': 1}},
1768 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
1769+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1770| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
1771+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1772| nova.associate_floating_ip | 1.361 | 1.4 | 1.433 | 1.428 | 1.431 | 100.0% | 3 |
1773| nova.boot_server | 60.982 | 61.411 | 61.667 | 61.651 | 61.659 | 100.0% | 3 |
1774| nova.delete_server | 5.111 | 5.133 | 5.161 | 5.155 | 5.158 | 100.0% | 3 |
1775| nova.dissociate_floating_ip | 1.731 | 1.874 | 2.054 | 2.011 | 2.032 | 100.0% | 3 |
1776| total | 126.612 | 128.239 | 130.904 | 130.163 | 130.533 | 100.0% | 3 |
1777| vm.run_command | 34.526 | 35.153 | 35.622 | 35.56 | 35.591 | 100.0% | 3 |
1778| vm.wait_for_ping | 6.092 | 6.995 | 8.093 | 7.834 | 7.964 | 100.0% | 3 |
1779| vm.wait_for_ssh | 6.562 | 8.941 | 11.746 | 11.1 | 11.423 | 100.0% | 3 |
1780+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1781Load duration: 130.955790043
1782Full duration: 155.643642902
1783
1784Scenario Specific Results
1785
1786+-------+-----+-----+-----+--------------+--------------+
1787| key | max | avg | min | 90 pecentile | 95 pecentile |
1788+-------+-----+-----+-----+--------------+--------------+
1789| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
1790+-------+-----+-----+-----+--------------+--------------+
1791
1792HINTS:
1793* To plot HTML graphics with this data, run:
1794 rally task report c2e473b7-f730-4e4f-8ad4-411b9d478f95 --out output.html
1795
1796* To get raw JSON output of task results, run:
1797 rally task results c2e473b7-f730-4e4f-8ad4-411b9d478f95
1798
1799Using task: c2e473b7-f730-4e4f-8ad4-411b9d478f95
1800================================================================================
1801[{u'__meta__': {u'action': u'randwrite',
1802 u'blocksize': 64,
1803 u'concurence': 1,
1804 u'direct_io': False,
1805 u'iodepth': 16,
1806 u'size': 32000,
1807 u'sync': True,
1808 u'use_hight_io_priority': True},
1809 u'bw_mean': 1163.82},
1810 {u'__meta__': {u'action': u'randwrite',
1811 u'blocksize': 64,
1812 u'concurence': 1,
1813 u'direct_io': False,
1814 u'iodepth': 16,
1815 u'size': 32000,
1816 u'sync': True,
1817 u'use_hight_io_priority': True},
1818 u'bw_mean': 1126.15},
1819 {u'__meta__': {u'action': u'randwrite',
1820 u'blocksize': 64,
1821 u'concurence': 1,
1822 u'direct_io': False,
1823 u'iodepth': 16,
1824 u'size': 32000,
1825 u'sync': True,
1826 u'use_hight_io_priority': True},
1827 u'bw_mean': 1120.1}]
1828================================================================================
1829
1830====> {"randwrite s 64k": [1136, 33]}
1831
1832================================================================================
1833+ for xxx in '$three_times'
1834+ [[ s == \s ]]
1835+ ssync=-s
1836+ factor=x500
1837+ io_opts='--type fio -a randwrite --iodepth 16 --blocksize 64k --iosize x500 -s'
1838+ python run_rally_test.py -l -o '--type fio -a randwrite --iodepth 16 --blocksize 64k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
183922:10:45 28118 >>>> Start rally with opts 'task start /tmp/filen4esUU --deployment perf-1'
1840--------------------------------------------------------------------------------
1841 Preparing input task
1842--------------------------------------------------------------------------------
1843
1844Input task is:
1845VMTasks.boot_runcommand_delete:
1846- args:
1847 flavor: {name: ceph.512}
1848 floating_network: net04_ext
1849 force_delete: false
1850 image: {name: ubuntu}
1851 interpreter: /usr/bin/env python2
1852 script: /tmp/fileP2Tlrk
1853 username: ubuntu
1854 context:
1855 network: {}
1856 users: {tenants: 1, users_per_tenant: 1}
1857 runner: {concurrency: 3, times: 3, type: constant}
1858
1859--------------------------------------------------------------------------------
1860 Task 6f15dedd-2e9c-42db-9236-bb117e849f2c: started
1861--------------------------------------------------------------------------------
1862
1863Benchmarking... This can take a while...
1864
1865To track task status use:
1866
1867 rally task status
1868 or
1869 rally task detailed
1870
187122:12:19 28460 >>>> Start io test
187222:12:19 28460 >>>> Ready and waiting on barrier. Will wait at most 206 seconds
187322:12:21 28461 >>>> Start io test
187422:12:21 28461 >>>> Ready and waiting on barrier. Will wait at most 204 seconds
187522:12:25 28459 >>>> Start io test
187622:12:25 28459 >>>> Ready and waiting on barrier. Will wait at most 200 seconds
187722:12:59 28461 >>>> Test finished
187822:13:00 28460 >>>> Test finished
187922:13:01 28459 >>>> Test finished
18802015-02-07 22:13:30.910 28118 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 3ec7f651-66d5-4429-a3c0-dc583555f218.
1881
1882--------------------------------------------------------------------------------
1883Task 6f15dedd-2e9c-42db-9236-bb117e849f2c: finished
1884--------------------------------------------------------------------------------
1885
1886test scenario VMTasks.boot_runcommand_delete
1887args position 0
1888args values:
1889{u'args': {u'flavor': {u'name': u'ceph.512'},
1890 u'floating_network': u'net04_ext',
1891 u'force_delete': False,
1892 u'image': {u'name': u'ubuntu'},
1893 u'interpreter': u'/usr/bin/env python2',
1894 u'script': u'/tmp/fileP2Tlrk',
1895 u'username': u'ubuntu'},
1896 u'context': {u'network': {u'networks_per_tenant': 1,
1897 u'start_cidr': u'10.2.0.0/24'},
1898 u'users': {u'project_domain': u'default',
1899 u'resource_management_workers': 30,
1900 u'tenants': 1,
1901 u'user_domain': u'default',
1902 u'users_per_tenant': 1}},
1903 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
1904+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1905| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
1906+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1907| nova.associate_floating_ip | 1.307 | 1.371 | 1.443 | 1.427 | 1.435 | 100.0% | 3 |
1908| nova.boot_server | 60.056 | 60.57 | 60.842 | 60.836 | 60.839 | 100.0% | 3 |
1909| nova.delete_server | 5.11 | 5.134 | 5.166 | 5.158 | 5.162 | 100.0% | 3 |
1910| nova.dissociate_floating_ip | 1.449 | 1.585 | 1.654 | 1.653 | 1.653 | 100.0% | 3 |
1911| total | 126.223 | 127.298 | 127.854 | 127.847 | 127.85 | 100.0% | 3 |
1912| vm.run_command | 34.158 | 35.099 | 35.611 | 35.595 | 35.603 | 100.0% | 3 |
1913| vm.wait_for_ping | 2.077 | 6.093 | 8.102 | 8.102 | 8.102 | 100.0% | 3 |
1914| vm.wait_for_ssh | 5.501 | 7.606 | 10.72 | 9.896 | 10.308 | 100.0% | 3 |
1915+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1916Load duration: 127.948389053
1917Full duration: 162.983976126
1918
1919Scenario Specific Results
1920
1921+-------+-----+-----+-----+--------------+--------------+
1922| key | max | avg | min | 90 pecentile | 95 pecentile |
1923+-------+-----+-----+-----+--------------+--------------+
1924| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
1925+-------+-----+-----+-----+--------------+--------------+
1926
1927HINTS:
1928* To plot HTML graphics with this data, run:
1929 rally task report 6f15dedd-2e9c-42db-9236-bb117e849f2c --out output.html
1930
1931* To get raw JSON output of task results, run:
1932 rally task results 6f15dedd-2e9c-42db-9236-bb117e849f2c
1933
1934Using task: 6f15dedd-2e9c-42db-9236-bb117e849f2c
1935================================================================================
1936[{u'__meta__': {u'action': u'randwrite',
1937 u'blocksize': 64,
1938 u'concurence': 1,
1939 u'direct_io': False,
1940 u'iodepth': 16,
1941 u'size': 32000,
1942 u'sync': True,
1943 u'use_hight_io_priority': True},
1944 u'bw_mean': 1175.2},
1945 {u'__meta__': {u'action': u'randwrite',
1946 u'blocksize': 64,
1947 u'concurence': 1,
1948 u'direct_io': False,
1949 u'iodepth': 16,
1950 u'size': 32000,
1951 u'sync': True,
1952 u'use_hight_io_priority': True},
1953 u'bw_mean': 1125.57},
1954 {u'__meta__': {u'action': u'randwrite',
1955 u'blocksize': 64,
1956 u'concurence': 1,
1957 u'direct_io': False,
1958 u'iodepth': 16,
1959 u'size': 32000,
1960 u'sync': True,
1961 u'use_hight_io_priority': True},
1962 u'bw_mean': 1114.38}]
1963================================================================================
1964
1965====> {"randwrite s 64k": [1138, 45]}
1966
1967================================================================================
1968+ for xxx in '$three_times'
1969+ [[ s == \s ]]
1970+ ssync=-s
1971+ factor=x500
1972+ io_opts='--type fio -a randwrite --iodepth 16 --blocksize 64k --iosize x500 -s'
1973+ python run_rally_test.py -l -o '--type fio -a randwrite --iodepth 16 --blocksize 64k --iosize x500 -s' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
197422:13:35 29168 >>>> Start rally with opts 'task start /tmp/file0tKrLn --deployment perf-1'
1975--------------------------------------------------------------------------------
1976 Preparing input task
1977--------------------------------------------------------------------------------
1978
1979Input task is:
1980VMTasks.boot_runcommand_delete:
1981- args:
1982 flavor: {name: ceph.512}
1983 floating_network: net04_ext
1984 force_delete: false
1985 image: {name: ubuntu}
1986 interpreter: /usr/bin/env python2
1987 script: /tmp/fileSD4MYP
1988 username: ubuntu
1989 context:
1990 network: {}
1991 users: {tenants: 1, users_per_tenant: 1}
1992 runner: {concurrency: 3, times: 3, type: constant}
1993
1994--------------------------------------------------------------------------------
1995 Task a63d7a9c-ef1b-485a-b642-6f56ea7311a4: started
1996--------------------------------------------------------------------------------
1997
1998Benchmarking... This can take a while...
1999
2000To track task status use:
2001
2002 rally task status
2003 or
2004 rally task detailed
2005
200622:15:15 29362 >>>> Start io test
200722:15:15 29362 >>>> Ready and waiting on barrier. Will wait at most 199 seconds
200822:15:16 29363 >>>> Start io test
200922:15:16 29363 >>>> Ready and waiting on barrier. Will wait at most 199 seconds
201022:15:17 29364 >>>> Start io test
201122:15:17 29364 >>>> Ready and waiting on barrier. Will wait at most 197 seconds
201222:15:50 29364 >>>> Test finished
201322:15:51 29363 >>>> Test finished
201422:15:51 29362 >>>> Test finished
20152015-02-07 22:16:18.374 29168 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 7ad3f47a-c948-4890-bc48-7b9a28abe547.
2016
2017--------------------------------------------------------------------------------
2018Task a63d7a9c-ef1b-485a-b642-6f56ea7311a4: finished
2019--------------------------------------------------------------------------------
2020
2021test scenario VMTasks.boot_runcommand_delete
2022args position 0
2023args values:
2024{u'args': {u'flavor': {u'name': u'ceph.512'},
2025 u'floating_network': u'net04_ext',
2026 u'force_delete': False,
2027 u'image': {u'name': u'ubuntu'},
2028 u'interpreter': u'/usr/bin/env python2',
2029 u'script': u'/tmp/fileSD4MYP',
2030 u'username': u'ubuntu'},
2031 u'context': {u'network': {u'networks_per_tenant': 1,
2032 u'start_cidr': u'10.2.0.0/24'},
2033 u'users': {u'project_domain': u'default',
2034 u'resource_management_workers': 30,
2035 u'tenants': 1,
2036 u'user_domain': u'default',
2037 u'users_per_tenant': 1}},
2038 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
2039+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
2040| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
2041+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
2042| nova.associate_floating_ip | 1.325 | 1.42 | 1.521 | 1.499 | 1.51 | 100.0% | 3 |
2043| nova.boot_server | 58.965 | 60.17 | 62.057 | 61.543 | 61.8 | 100.0% | 3 |
2044| nova.delete_server | 5.141 | 8.189 | 12.004 | 11.087 | 11.546 | 100.0% | 3 |
2045| nova.dissociate_floating_ip | 1.659 | 1.723 | 1.824 | 1.797 | 1.81 | 100.0% | 3 |
2046| total | 128.999 | 131.821 | 135.693 | 134.709 | 135.201 | 100.0% | 3 |
2047| vm.run_command | 33.312 | 33.489 | 33.674 | 33.635 | 33.655 | 100.0% | 3 |
2048| vm.wait_for_ping | 2.083 | 3.421 | 6.089 | 5.289 | 5.689 | 100.0% | 3 |
2049| vm.wait_for_ssh | 11.794 | 12.546 | 12.967 | 12.95 | 12.958 | 100.0% | 3 |
2050+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
2051Load duration: 135.771391153
2052Full duration: 160.759938002
2053
2054Scenario Specific Results
2055
2056+-------+-----+-----+-----+--------------+--------------+
2057| key | max | avg | min | 90 pecentile | 95 pecentile |
2058+-------+-----+-----+-----+--------------+--------------+
2059| rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
2060+-------+-----+-----+-----+--------------+--------------+
2061
2062HINTS:
2063* To plot HTML graphics with this data, run:
2064 rally task report a63d7a9c-ef1b-485a-b642-6f56ea7311a4 --out output.html
2065
2066* To get raw JSON output of task results, run:
2067 rally task results a63d7a9c-ef1b-485a-b642-6f56ea7311a4
2068
2069Using task: a63d7a9c-ef1b-485a-b642-6f56ea7311a4
2070================================================================================
2071[{u'__meta__': {u'action': u'randwrite',
2072 u'blocksize': 64,
2073 u'concurence': 1,
2074 u'direct_io': False,
2075 u'iodepth': 16,
2076 u'size': 32000,
2077 u'sync': True,
2078 u'use_hight_io_priority': True},
2079 u'bw_mean': 1226.79},
2080 {u'__meta__': {u'action': u'randwrite',
2081 u'blocksize': 64,
2082 u'concurence': 1,
2083 u'direct_io': False,
2084 u'iodepth': 16,
2085 u'size': 32000,
2086 u'sync': True,
2087 u'use_hight_io_priority': True},
2088 u'bw_mean': 1216.46},
2089 {u'__meta__': {u'action': u'randwrite',
2090 u'blocksize': 64,
2091 u'concurence': 1,
2092 u'direct_io': False,
2093 u'iodepth': 16,
2094 u'size': 32000,
2095 u'sync': True,
2096 u'use_hight_io_priority': True},
2097 u'bw_mean': 1219.63}]
2098================================================================================
2099
2100====> {"randwrite s 64k": [1220, 7]}
2101
2102================================================================================
2103+ for sync in '$osync'
2104+ for xxx in '$three_times'
2105+ [[ a == \s ]]
2106+ [[ 64k == \1\k ]]
2107+ [[ 64k == \4\k ]]
2108+ ssync=
2109+ factor=r2
2110+ io_opts='--type fio -a randwrite --iodepth 16 --blocksize 64k --iosize r2 '
2111+ python run_rally_test.py -l -o '--type fio -a randwrite --iodepth 16 --blocksize 64k --iosize r2 ' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
211222:16:22 30168 >>>> Start rally with opts 'task start /tmp/file8RgfY8 --deployment perf-1'
2113--------------------------------------------------------------------------------
2114 Preparing input task
2115--------------------------------------------------------------------------------
2116
2117Input task is:
2118VMTasks.boot_runcommand_delete:
2119- args:
2120 flavor: {name: ceph.512}
2121 floating_network: net04_ext
2122 force_delete: false
2123 image: {name: ubuntu}
2124 interpreter: /usr/bin/env python2
2125 script: /tmp/fileW9h3HI
2126 username: ubuntu
2127 context:
2128 network: {}
2129 users: {tenants: 1, users_per_tenant: 1}
2130 runner: {concurrency: 3, times: 3, type: constant}
2131
2132--------------------------------------------------------------------------------
2133 Task 5ecdac84-0c2d-42a6-84aa-faa0f300af04: started
2134--------------------------------------------------------------------------------
2135
2136Benchmarking... This can take a while...
2137
2138To track task status use:
2139
2140 rally task status
2141 or
2142 rally task detailed
2143
214422:17:57 30367 >>>> Start io test
214522:17:57 30367 >>>> Ready and waiting on barrier. Will wait at most 205 seconds
214622:17:58 30365 >>>> Start io test
214722:17:58 30365 >>>> Ready and waiting on barrier. Will wait at most 203 seconds
214822:18:02 30366 >>>> Start io test
214922:18:02 30366 >>>> Ready and waiting on barrier. Will wait at most 200 seconds
215023:18:03 30365 >>>> Rally raises exception Timeout executing command '/usr/bin/env python2' on host 172.16.53.28
215123:18:03 30367 >>>> Rally raises exception Timeout executing command '/usr/bin/env python2' on host 172.16.53.29
215223:18:03 30366 >>>> Rally raises exception Timeout executing command '/usr/bin/env python2' on host 172.16.53.18
21532015-02-07 23:18:31.908 30168 WARNING rally.benchmark.context.network [-] Failed to delete network for tenant 800e3453ded44b83a298d3804b6d02c1
21542015-02-07 23:18:32.082 30168 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: e8925338-a500-4970-bb5f-2330fbaa1898.
2155
2156--------------------------------------------------------------------------------
2157Task 5ecdac84-0c2d-42a6-84aa-faa0f300af04: finished
2158--------------------------------------------------------------------------------
2159
2160test scenario VMTasks.boot_runcommand_delete
2161args position 0
2162args values:
2163{u'args': {u'flavor': {u'name': u'ceph.512'},
2164 u'floating_network': u'net04_ext',
2165 u'force_delete': False,
2166 u'image': {u'name': u'ubuntu'},
2167 u'interpreter': u'/usr/bin/env python2',
2168 u'script': u'/tmp/fileW9h3HI',
2169 u'username': u'ubuntu'},
2170 u'context': {u'network': {u'networks_per_tenant': 1,
2171 u'start_cidr': u'10.2.0.0/24'},
2172 u'users': {u'project_domain': u'default',
2173 u'resource_management_workers': 30,
2174 u'tenants': 1,
2175 u'user_domain': u'default',
2176 u'users_per_tenant': 1}},
2177 u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}}
2178+--------+-----------+-----------+-----------+---------------+---------------+---------+-------+
2179| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
2180+--------+-----------+-----------+-----------+---------------+---------------+---------+-------+
2181| total | n/a | n/a | n/a | n/a | n/a | 0.0% | 3 |
2182+--------+-----------+-----------+-----------+---------------+---------------+---------+-------+
2183Load duration: 3688.38960791
2184Full duration: 3726.83458996
2185
2186HINTS:
2187* To plot HTML graphics with this data, run:
2188 rally task report 5ecdac84-0c2d-42a6-84aa-faa0f300af04 --out output.html
2189
2190* To get raw JSON output of task results, run:
2191 rally task results 5ecdac84-0c2d-42a6-84aa-faa0f300af04
2192
2193Using task: 5ecdac84-0c2d-42a6-84aa-faa0f300af04
2194================================================================================
2195[]
2196================================================================================
2197+ for xxx in '$three_times'
2198+ [[ a == \s ]]
2199+ [[ 64k == \1\k ]]
2200+ [[ 64k == \4\k ]]
2201+ ssync=
2202+ factor=r2
2203+ io_opts='--type fio -a randwrite --iodepth 16 --blocksize 64k --iosize r2 '
2204+ python run_rally_test.py -l -o '--type fio -a randwrite --iodepth 16 --blocksize 64k --iosize r2 ' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
220523:18:35 32204 >>>> Start rally with opts 'task start /tmp/filevGZRli --deployment perf-1'
2206--------------------------------------------------------------------------------
2207 Preparing input task
2208--------------------------------------------------------------------------------
2209
2210Input task is:
2211VMTasks.boot_runcommand_delete:
2212- args:
2213 flavor: {name: ceph.512}
2214 floating_network: net04_ext
2215 force_delete: false
2216 image: {name: ubuntu}
2217 interpreter: /usr/bin/env python2
2218 script: /tmp/filedNXXrI
2219 username: ubuntu
2220 context:
2221 network: {}
2222 users: {tenants: 1, users_per_tenant: 1}
2223 runner: {concurrency: 3, times: 3, type: constant}
2224
2225--------------------------------------------------------------------------------
2226 Task 958e8d94-b57b-4eed-b33a-9b09627e044d: started
2227--------------------------------------------------------------------------------
2228
2229Benchmarking... This can take a while...
2230
2231To track task status use:
2232
2233 rally task status
2234 or
2235 rally task detailed
2236
223723:20:38 32428 >>>> Start io test
223823:20:38 32428 >>>> Ready and waiting on barrier. Will wait at most 177 seconds
223923:20:38 32427 >>>> Start io test
224023:20:38 32427 >>>> Ready and waiting on barrier. Will wait at most 177 seconds
224123:23:35 32428 >>>> Barrier timeouted
224223:23:35 32427 >>>> Barrier timeouted
2243+ set -e
2244+ type=fio
2245+ bsizes='1k 4k 64k 256k 1m'
2246+ ops='randwrite write'
2247+ osync=a
2248+ three_times='1 2 3'
2249+ for bsize in '$bsizes'
2250+ for op in '$ops'
2251+ for sync in '$osync'
2252+ for xxx in '$three_times'
2253+ [[ a == \s ]]
2254+ [[ 1k == \1\k ]]
2255+ continue
2256+ for xxx in '$three_times'
2257+ [[ a == \s ]]
2258+ [[ 1k == \1\k ]]
2259+ continue
2260+ for xxx in '$three_times'
2261+ [[ a == \s ]]
2262+ [[ 1k == \1\k ]]
2263+ continue
2264+ for op in '$ops'
2265+ for sync in '$osync'
2266+ for xxx in '$three_times'
2267+ [[ a == \s ]]
2268+ [[ 1k == \1\k ]]
2269+ continue
2270+ for xxx in '$three_times'
2271+ [[ a == \s ]]
2272+ [[ 1k == \1\k ]]
2273+ continue
2274+ for xxx in '$three_times'
2275+ [[ a == \s ]]
2276+ [[ 1k == \1\k ]]
2277+ continue
2278+ for bsize in '$bsizes'
2279+ for op in '$ops'
2280+ for sync in '$osync'
2281+ for xxx in '$three_times'
2282+ [[ a == \s ]]
2283+ [[ 4k == \1\k ]]
2284+ [[ 4k == \4\k ]]
2285+ continue
2286+ for xxx in '$three_times'
2287+ [[ a == \s ]]
2288+ [[ 4k == \1\k ]]
2289+ [[ 4k == \4\k ]]
2290+ continue
2291+ for xxx in '$three_times'
2292+ [[ a == \s ]]
2293+ [[ 4k == \1\k ]]
2294+ [[ 4k == \4\k ]]
2295+ continue
2296+ for op in '$ops'
2297+ for sync in '$osync'
2298+ for xxx in '$three_times'
2299+ [[ a == \s ]]
2300+ [[ 4k == \1\k ]]
2301+ [[ 4k == \4\k ]]
2302+ continue
2303+ for xxx in '$three_times'
2304+ [[ a == \s ]]
2305+ [[ 4k == \1\k ]]
2306+ [[ 4k == \4\k ]]
2307+ continue
2308+ for xxx in '$three_times'
2309+ [[ a == \s ]]
2310+ [[ 4k == \1\k ]]
2311+ [[ 4k == \4\k ]]
2312+ continue
2313+ for bsize in '$bsizes'
2314+ for op in '$ops'
2315+ for sync in '$osync'
2316+ for xxx in '$three_times'
2317+ [[ a == \s ]]
2318+ [[ 64k == \1\k ]]
2319+ [[ 64k == \4\k ]]
2320+ ssync=
2321+ factor=r2
2322+ io_opts='--type fio -a randwrite --iodepth 16 --blocksize 64k --iosize r2 '
2323+ python run_rally_test.py -l -o '--type fio -a randwrite --iodepth 16 --blocksize 64k --iosize r2 ' -t io-scenario fio '--rally-extra-opts=--deployment perf-1'
232400:30:54 3105 >>>> Start rally with opts 'task start /tmp/fileuDkmzK --deployment perf-1'
2325--------------------------------------------------------------------------------
2326 Preparing input task
2327--------------------------------------------------------------------------------
2328
2329Input task is:
2330VMTasks.boot_runcommand_delete:
2331- args:
2332 flavor: {name: ceph.512}
2333 floating_network: net04_ext
2334 force_delete: false
2335 image: {name: ubuntu}
2336 interpreter: /usr/bin/env python2
2337 script: /tmp/filerodyxK
2338 username: ubuntu
2339 context:
2340 network: {}
2341 users: {tenants: 1, users_per_tenant: 1}
2342 runner: {concurrency: 3, times: 3, type: constant}
2343
2344--------------------------------------------------------------------------------
2345 Task de8ee05c-fed7-45e5-87f2-8ff73b9ca852: started
2346--------------------------------------------------------------------------------
2347
2348Benchmarking... This can take a while...
2349
2350To track task status use:
2351
2352 rally task status
2353 or
2354 rally task detailed
2355
235600:33:14 3538 >>>> Start io test
235700:33:14 3538 >>>> Ready and waiting on barrier. Will wait at most 159 seconds
235800:33:17 3537 >>>> Start io test
235900:33:17 3537 >>>> Ready and waiting on barrier. Will wait at most 157 seconds
236000:33:20 3539 >>>> Start io test
236100:33:20 3539 >>>> Ready and waiting on barrier. Will wait at most 154 seconds
2362run.sh: line 15: 3105 Terminated python run_rally_test.py -l -o "$io_opts" -t io-scenario $type --rally-extra-opts="--deployment $1"