blob: a3feac185d9992e7e04b51c9683a1b80b7ced3bf [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-2'
1621:34:14 14729 >>>> Start rally with opts 'task start /tmp/fileuK0u9F --deployment perf-2'
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/fileLIDbj4
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 1ed2a9f8-97d6-4687-ae27-68dd3ca357f3: 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:35:44 15144 >>>> Start io test
4921:35:44 15144 >>>> Ready and waiting on barrier. Will wait at most 210 seconds
5021:35:46 15146 >>>> Start io test
5121:35:46 15146 >>>> Ready and waiting on barrier. Will wait at most 207 seconds
5221:35:52 15145 >>>> Start io test
5321:35:52 15145 >>>> Ready and waiting on barrier. Will wait at most 201 seconds
5421:36:32 15144 >>>> Test finished
5521:36:53 15145 >>>> Test finished
5621:36:53 15146 >>>> Test finished
572015-02-07 21:37:15.615 14729 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 1cb32bd4-fe6b-4e6f-9de6-3dfe9a637eb3.
58
59--------------------------------------------------------------------------------
60Task 1ed2a9f8-97d6-4687-ae27-68dd3ca357f3: 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/fileLIDbj4',
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.569 | 3.153 | 6.15 | 5.268 | 5.709 | 100.0% | 3 |
85| nova.boot_server | 17.671 | 24.829 | 32.186 | 30.674 | 31.43 | 100.0% | 3 |
86| nova.delete_server | 2.841 | 4.373 | 7.403 | 6.498 | 6.95 | 100.0% | 3 |
87| nova.dissociate_floating_ip | 1.354 | 3.055 | 6.356 | 5.376 | 5.866 | 100.0% | 3 |
88| total | 104.478 | 121.334 | 129.93 | 129.862 | 129.896 | 100.0% | 3 |
89| vm.run_command | 39.808 | 53.36 | 60.148 | 60.143 | 60.146 | 100.0% | 3 |
90| vm.wait_for_ping | 0.488 | 3.091 | 8.112 | 6.624 | 7.368 | 100.0% | 3 |
91| vm.wait_for_ssh | 9.111 | 15.346 | 20.47 | 19.667 | 20.069 | 100.0% | 3 |
92+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
93Load duration: 129.990489006
94Full duration: 178.658591032
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 1ed2a9f8-97d6-4687-ae27-68dd3ca357f3 --out output.html
107
108* To get raw JSON output of task results, run:
109 rally task results 1ed2a9f8-97d6-4687-ae27-68dd3ca357f3
110
111Using task: 1ed2a9f8-97d6-4687-ae27-68dd3ca357f3
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': 14.61},
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': 9.02},
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': 9.01}]
140================================================================================
141
142====> {"randwrite s 1k": [10, 4]}
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-2'
15121:37:18 15531 >>>> Start rally with opts 'task start /tmp/fileOXFWUo --deployment perf-2'
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/fileXjUhWi
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 a6d73e0d-7065-439f-a741-5abef299ab4b: 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:38:07 15822 >>>> Start io test
18421:38:07 15822 >>>> Ready and waiting on barrier. Will wait at most 251 seconds
18521:38:13 15824 >>>> Start io test
18621:38:13 15824 >>>> Ready and waiting on barrier. Will wait at most 245 seconds
18721:38:17 15823 >>>> Start io test
18821:38:17 15823 >>>> Ready and waiting on barrier. Will wait at most 241 seconds
18921:38:56 15822 >>>> Test finished
19021:39:23 15824 >>>> Test finished
19121:39:24 15823 >>>> Test finished
1922015-02-07 21:39:46.435 15531 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 54bf9f13-9729-4438-8811-927624660f74.
193
194--------------------------------------------------------------------------------
195Task a6d73e0d-7065-439f-a741-5abef299ab4b: 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/fileXjUhWi',
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.263 | 1.344 | 1.454 | 1.426 | 1.44 | 100.0% | 3 |
220| nova.boot_server | 13.011 | 15.126 | 18.155 | 17.366 | 17.76 | 100.0% | 3 |
221| nova.delete_server | 2.829 | 2.887 | 2.996 | 2.964 | 2.98 | 100.0% | 3 |
222| nova.dissociate_floating_ip | 1.315 | 1.426 | 1.514 | 1.501 | 1.507 | 100.0% | 3 |
223| total | 87.945 | 108.429 | 121.235 | 120.209 | 120.722 | 100.0% | 3 |
224| vm.run_command | 38.861 | 57.445 | 66.787 | 66.767 | 66.777 | 100.0% | 3 |
225| vm.wait_for_ping | 6.087 | 7.091 | 8.104 | 7.9 | 8.002 | 100.0% | 3 |
226| vm.wait_for_ssh | 9.858 | 13.185 | 15.468 | 15.22 | 15.344 | 100.0% | 3 |
227+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
228Load duration: 121.379390955
229Full duration: 144.809705019
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 a6d73e0d-7065-439f-a741-5abef299ab4b --out output.html
242
243* To get raw JSON output of task results, run:
244 rally task results a6d73e0d-7065-439f-a741-5abef299ab4b
245
246Using task: a6d73e0d-7065-439f-a741-5abef299ab4b
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': 14.97},
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': 7.9},
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': 7.89}]
275================================================================================
276
277====> {"randwrite s 1k": [10, 5]}
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-2'
28621:39:49 16523 >>>> Start rally with opts 'task start /tmp/filelL413E --deployment perf-2'
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/filegni37f
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 1ad850ae-7319-4182-8e08-eddfe9a69339: 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:40:46 16735 >>>> Start io test
31921:40:46 16735 >>>> Ready and waiting on barrier. Will wait at most 243 seconds
32021:40:51 16736 >>>> Start io test
32121:40:51 16736 >>>> Ready and waiting on barrier. Will wait at most 238 seconds
32221:40:57 16734 >>>> Start io test
32321:40:57 16734 >>>> Ready and waiting on barrier. Will wait at most 232 seconds
32421:41:37 16735 >>>> Test finished
32521:41:55 16734 >>>> Test finished
32621:41:55 16736 >>>> Test finished
3272015-02-07 21:42:19.990 16523 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 000b56af-9c1a-4ac5-9999-b0bb07d0d0a3.
328
329--------------------------------------------------------------------------------
330Task 1ad850ae-7319-4182-8e08-eddfe9a69339: 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/filegni37f',
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.207 | 2.96 | 6.265 | 5.294 | 5.779 | 100.0% | 3 |
355| nova.boot_server | 14.293 | 15.685 | 18.328 | 17.549 | 17.938 | 100.0% | 3 |
356| nova.delete_server | 2.908 | 3.651 | 5.088 | 4.661 | 4.874 | 100.0% | 3 |
357| nova.dissociate_floating_ip | 1.337 | 1.447 | 1.57 | 1.543 | 1.557 | 100.0% | 3 |
358| total | 98.22 | 110.633 | 118.046 | 117.563 | 117.805 | 100.0% | 3 |
359| vm.run_command | 40.197 | 52.029 | 58.096 | 58.035 | 58.065 | 100.0% | 3 |
360| vm.wait_for_ping | 0.34 | 2.172 | 4.093 | 3.691 | 3.892 | 100.0% | 3 |
361| vm.wait_for_ssh | 16.417 | 18.542 | 20.629 | 20.219 | 20.424 | 100.0% | 3 |
362+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
363Load duration: 118.154501915
364Full duration: 147.173413038
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 1ad850ae-7319-4182-8e08-eddfe9a69339 --out output.html
377
378* To get raw JSON output of task results, run:
379 rally task results 1ad850ae-7319-4182-8e08-eddfe9a69339
380
381Using task: 1ad850ae-7319-4182-8e08-eddfe9a69339
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': 14.46},
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': 9.22},
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': 9.27}]
410================================================================================
411
412====> {"randwrite s 1k": [10, 4]}
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-2'
43621:42:23 17601 >>>> Start rally with opts 'task start /tmp/fileLmIt9q --deployment perf-2'
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/filekE2NaE
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 f8e97301-b830-46b5-86ff-d6837aa5ae3a: 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:43:15 17806 >>>> Start io test
46921:43:15 17806 >>>> Ready and waiting on barrier. Will wait at most 248 seconds
47021:43:18 17807 >>>> Start io test
47121:43:18 17807 >>>> Ready and waiting on barrier. Will wait at most 244 seconds
47221:43:26 17808 >>>> Start io test
47321:43:26 17808 >>>> Ready and waiting on barrier. Will wait at most 236 seconds
47421:44:04 17806 >>>> Test finished
47521:44:31 17808 >>>> Test finished
47621:44:32 17807 >>>> Test finished
4772015-02-07 21:44:54.381 17601 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 9629a03f-04f8-4d27-a0a8-4125932ed534.
478
479--------------------------------------------------------------------------------
480Task f8e97301-b830-46b5-86ff-d6837aa5ae3a: 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/filekE2NaE',
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.266 | 1.305 | 1.361 | 1.347 | 1.354 | 100.0% | 3 |
505| nova.boot_server | 13.805 | 15.526 | 17.642 | 17.14 | 17.391 | 100.0% | 3 |
506| nova.delete_server | 2.819 | 2.86 | 2.932 | 2.911 | 2.922 | 100.0% | 3 |
507| nova.dissociate_floating_ip | 1.419 | 3.09 | 6.394 | 5.406 | 5.9 | 100.0% | 3 |
508| total | 92.548 | 112.39 | 125.197 | 124.043 | 124.62 | 100.0% | 3 |
509| vm.run_command | 37.987 | 56.262 | 65.797 | 65.638 | 65.718 | 100.0% | 3 |
510| vm.wait_for_ping | 6.103 | 7.438 | 8.108 | 8.107 | 8.107 | 100.0% | 3 |
511| vm.wait_for_ssh | 9.775 | 14.764 | 19.774 | 18.768 | 19.271 | 100.0% | 3 |
512+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
513Load duration: 125.276747942
514Full duration: 148.0625
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 f8e97301-b830-46b5-86ff-d6837aa5ae3a --out output.html
527
528* To get raw JSON output of task results, run:
529 rally task results f8e97301-b830-46b5-86ff-d6837aa5ae3a
530
531Using task: f8e97301-b830-46b5-86ff-d6837aa5ae3a
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': 15.46},
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': 8.04},
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': 8.05}]
560================================================================================
561
562====> {"write s 1k": [10, 6]}
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-2'
57121:44:57 18577 >>>> Start rally with opts 'task start /tmp/filez5HHpF --deployment perf-2'
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/file4NxN1r
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 68d62668-95dc-4251-b562-f102cdfc0321: 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:45:52 18798 >>>> Start io test
60421:45:52 18798 >>>> Ready and waiting on barrier. Will wait at most 245 seconds
60521:46:06 18799 >>>> Start io test
60621:46:06 18799 >>>> Ready and waiting on barrier. Will wait at most 231 seconds
60721:46:13 18800 >>>> Start io test
60821:46:13 18800 >>>> Ready and waiting on barrier. Will wait at most 224 seconds
60921:47:27 18800 >>>> Test finished
61021:47:27 18799 >>>> Test finished
61121:47:28 18798 >>>> Test finished
6122015-02-07 21:47:52.132 18577 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 19fe6539-06d0-40c3-b03f-214f9bbc57cf.
613
614--------------------------------------------------------------------------------
615Task 68d62668-95dc-4251-b562-f102cdfc0321: 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/file4NxN1r',
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.191 | 1.22 | 1.256 | 1.247 | 1.252 | 100.0% | 3 |
640| nova.boot_server | 13.43 | 19.63 | 25.886 | 24.624 | 25.255 | 100.0% | 3 |
641| nova.delete_server | 2.983 | 4.463 | 5.297 | 5.26 | 5.278 | 100.0% | 3 |
642| nova.dissociate_floating_ip | 1.321 | 1.527 | 1.675 | 1.658 | 1.666 | 100.0% | 3 |
643| total | 141.303 | 142.975 | 143.834 | 143.825 | 143.829 | 100.0% | 3 |
644| vm.run_command | 73.745 | 74.133 | 74.477 | 74.417 | 74.447 | 100.0% | 3 |
645| vm.wait_for_ping | 6.104 | 8.107 | 10.11 | 9.709 | 9.91 | 100.0% | 3 |
646| vm.wait_for_ssh | 15.31 | 19.188 | 21.329 | 21.248 | 21.288 | 100.0% | 3 |
647+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
648Load duration: 143.929949045
649Full duration: 171.874162912
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 68d62668-95dc-4251-b562-f102cdfc0321 --out output.html
662
663* To get raw JSON output of task results, run:
664 rally task results 68d62668-95dc-4251-b562-f102cdfc0321
665
666Using task: 68d62668-95dc-4251-b562-f102cdfc0321
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': 6.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': 6.93},
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': 6.95}]
695================================================================================
696
697====> {"write s 1k": [6, 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-2'
70621:47:55 19613 >>>> Start rally with opts 'task start /tmp/filed9ch3x --deployment perf-2'
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/file6QLhd5
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 2cc906d1-0152-4aee-aee8-52979a60325f: 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:48:56 19815 >>>> Start io test
73921:48:56 19815 >>>> Ready and waiting on barrier. Will wait at most 238 seconds
74021:49:02 19816 >>>> Start io test
74121:49:02 19816 >>>> Ready and waiting on barrier. Will wait at most 232 seconds
74221:49:05 19817 >>>> Start io test
74321:49:05 19817 >>>> Ready and waiting on barrier. Will wait at most 230 seconds
74421:49:43 19815 >>>> Test finished
74521:50:04 19816 >>>> Test finished
74621:50:04 19817 >>>> Test finished
7472015-02-07 21:50:23.886 19613 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: e7c5d380-d47d-416c-a1bf-931807597096.
748
749--------------------------------------------------------------------------------
750Task 2cc906d1-0152-4aee-aee8-52979a60325f: 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/file6QLhd5',
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.168 | 1.187 | 1.207 | 1.203 | 1.205 | 100.0% | 3 |
775| nova.boot_server | 13.948 | 17.049 | 19.184 | 18.95 | 19.067 | 100.0% | 3 |
776| nova.delete_server | 2.844 | 3.61 | 5.057 | 4.631 | 4.844 | 100.0% | 3 |
777| nova.dissociate_floating_ip | 1.375 | 1.449 | 1.57 | 1.536 | 1.553 | 100.0% | 3 |
778| total | 99.456 | 114.025 | 122.533 | 122.044 | 122.288 | 100.0% | 3 |
779| vm.run_command | 38.511 | 52.311 | 59.252 | 59.236 | 59.244 | 100.0% | 3 |
780| vm.wait_for_ping | 0.391 | 5.531 | 8.108 | 8.105 | 8.107 | 100.0% | 3 |
781| vm.wait_for_ssh | 20.609 | 23.397 | 27.952 | 26.687 | 27.32 | 100.0% | 3 |
782+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
783Load duration: 122.689782858
784Full duration: 145.668579102
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 2cc906d1-0152-4aee-aee8-52979a60325f --out output.html
797
798* To get raw JSON output of task results, run:
799 rally task results 2cc906d1-0152-4aee-aee8-52979a60325f
800
801Using task: 2cc906d1-0152-4aee-aee8-52979a60325f
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': 15.31},
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': 9.23},
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': 9.07}]
830================================================================================
831
832====> {"write s 1k": [11, 5]}
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-2'
85721:50:27 20573 >>>> Start rally with opts 'task start /tmp/filelIMB5x --deployment perf-2'
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/fileMxZWPK
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 101c7f31-8256-4b6e-a7c5-d7613ff01e4e: 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:51:21 20792 >>>> Start io test
89021:51:21 20792 >>>> Ready and waiting on barrier. Will wait at most 245 seconds
89121:51:26 20791 >>>> Start io test
89221:51:26 20791 >>>> Ready and waiting on barrier. Will wait at most 241 seconds
89321:51:31 20790 >>>> Start io test
89421:51:31 20790 >>>> Ready and waiting on barrier. Will wait at most 235 seconds
89521:51:58 20792 >>>> Test finished
89621:52:36 20791 >>>> Test finished
89721:52:36 20790 >>>> Test finished
8982015-02-07 21:52:58.649 20573 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 6cbb0822-4d4e-418f-acdc-53694567bac3.
899
900--------------------------------------------------------------------------------
901Task 101c7f31-8256-4b6e-a7c5-d7613ff01e4e: 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/fileMxZWPK',
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.138 | 1.208 | 1.257 | 1.252 | 1.254 | 100.0% | 3 |
926| nova.boot_server | 14.028 | 17.4 | 19.234 | 19.175 | 19.204 | 100.0% | 3 |
927| nova.delete_server | 2.822 | 2.853 | 2.874 | 2.872 | 2.873 | 100.0% | 3 |
928| nova.dissociate_floating_ip | 1.374 | 1.462 | 1.571 | 1.545 | 1.558 | 100.0% | 3 |
929| total | 81.496 | 106.915 | 120.036 | 119.872 | 119.954 | 100.0% | 3 |
930| vm.run_command | 26.668 | 52.084 | 65.117 | 64.987 | 65.052 | 100.0% | 3 |
931| vm.wait_for_ping | 4.395 | 5.809 | 6.929 | 6.764 | 6.847 | 100.0% | 3 |
932| vm.wait_for_ssh | 13.92 | 15.315 | 16.551 | 16.336 | 16.443 | 100.0% | 3 |
933+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
934Load duration: 120.181635857
935Full duration: 148.770670176
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 101c7f31-8256-4b6e-a7c5-d7613ff01e4e --out output.html
948
949* To get raw JSON output of task results, run:
950 rally task results 101c7f31-8256-4b6e-a7c5-d7613ff01e4e
951
952Using task: 101c7f31-8256-4b6e-a7c5-d7613ff01e4e
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': 98.9},
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': 34.88},
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': 34.39}]
981================================================================================
982
983====> {"randwrite s 4k": [56, 52]}
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-2'
99221:53:02 21592 >>>> Start rally with opts 'task start /tmp/fileOqQ998 --deployment perf-2'
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/fileqRzYyU
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 cc078dc0-9c80-423e-a350-17d7508b777f: 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:53:57 21811 >>>> Start io test
102521:53:57 21811 >>>> Ready and waiting on barrier. Will wait at most 244 seconds
102621:54:01 21809 >>>> Start io test
102721:54:01 21809 >>>> Ready and waiting on barrier. Will wait at most 240 seconds
102821:54:08 21810 >>>> Start io test
102921:54:08 21810 >>>> Ready and waiting on barrier. Will wait at most 233 seconds
103021:54:49 21811 >>>> Test finished
103121:55:14 21810 >>>> Test finished
103221:55:14 21809 >>>> Test finished
10332015-02-07 21:55:44.012 21592 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 1529dc5e-fa9b-451b-87a3-33da298ad7b5.
1034
1035--------------------------------------------------------------------------------
1036Task cc078dc0-9c80-423e-a350-17d7508b777f: 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/fileqRzYyU',
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.211 | 1.29 | 1.368 | 1.353 | 1.36 | 100.0% | 3 |
1061| nova.boot_server | 12.892 | 15.114 | 18.042 | 17.315 | 17.678 | 100.0% | 3 |
1062| nova.delete_server | 2.946 | 6.772 | 9.992 | 9.469 | 9.731 | 100.0% | 3 |
1063| nova.dissociate_floating_ip | 1.302 | 1.381 | 1.476 | 1.454 | 1.465 | 100.0% | 3 |
1064| total | 97.01 | 113.351 | 125.062 | 123.646 | 124.354 | 100.0% | 3 |
1065| vm.run_command | 40.971 | 57.878 | 66.4 | 66.373 | 66.386 | 100.0% | 3 |
1066| vm.wait_for_ping | 2.085 | 6.103 | 8.114 | 8.113 | 8.113 | 100.0% | 3 |
1067| vm.wait_for_ssh | 11.149 | 13.584 | 16.356 | 15.734 | 16.045 | 100.0% | 3 |
1068+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1069Load duration: 125.181915045
1070Full duration: 159.375625849
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 cc078dc0-9c80-423e-a350-17d7508b777f --out output.html
1083
1084* To get raw JSON output of task results, run:
1085 rally task results cc078dc0-9c80-423e-a350-17d7508b777f
1086
1087Using task: cc078dc0-9c80-423e-a350-17d7508b777f
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': 57.75},
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': 33.43},
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': 33.49}]
1116================================================================================
1117
1118====> {"randwrite s 4k": [41, 19]}
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-2'
112721:55:47 22654 >>>> Start rally with opts 'task start /tmp/filexMHr3S --deployment perf-2'
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/file3TC7aQ
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 eac63891-3413-4190-b0a9-145b9e384984: 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:56:40 22855 >>>> Start io test
116021:56:40 22855 >>>> Ready and waiting on barrier. Will wait at most 247 seconds
116121:56:42 22856 >>>> Start io test
116221:56:42 22856 >>>> Ready and waiting on barrier. Will wait at most 245 seconds
116321:56:46 22857 >>>> Start io test
116421:56:46 22857 >>>> Ready and waiting on barrier. Will wait at most 241 seconds
116521:57:13 22855 >>>> Test finished
116621:57:54 22856 >>>> Test finished
116721:57:54 22857 >>>> Test finished
11682015-02-07 21:58:11.746 22654 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: f2ea3a5a-7a50-4872-99fb-9bdc0556f058.
1169
1170--------------------------------------------------------------------------------
1171Task eac63891-3413-4190-b0a9-145b9e384984: 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/file3TC7aQ',
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.163 | 1.327 | 1.508 | 1.469 | 1.488 | 100.0% | 3 |
1196| nova.boot_server | 12.826 | 15.03 | 18.258 | 17.408 | 17.833 | 100.0% | 3 |
1197| nova.delete_server | 2.853 | 4.398 | 7.47 | 6.55 | 7.01 | 100.0% | 3 |
1198| nova.dissociate_floating_ip | 1.418 | 1.5 | 1.576 | 1.562 | 1.569 | 100.0% | 3 |
1199| total | 82.036 | 105.972 | 118.211 | 118.102 | 118.156 | 100.0% | 3 |
1200| vm.run_command | 27.245 | 54.262 | 67.989 | 67.902 | 67.945 | 100.0% | 3 |
1201| vm.wait_for_ping | 6.091 | 7.431 | 8.106 | 8.104 | 8.105 | 100.0% | 3 |
1202| vm.wait_for_ssh | 13.234 | 13.939 | 14.509 | 14.422 | 14.465 | 100.0% | 3 |
1203+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1204Load duration: 118.334066868
1205Full duration: 141.714344025
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 eac63891-3413-4190-b0a9-145b9e384984 --out output.html
1218
1219* To get raw JSON output of task results, run:
1220 rally task results eac63891-3413-4190-b0a9-145b9e384984
1221
1222Using task: eac63891-3413-4190-b0a9-145b9e384984
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': 96.46},
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': 32.72},
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': 32.72}]
1251================================================================================
1252
1253====> {"randwrite s 4k": [53, 52]}
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-2'
128021:58:15 23656 >>>> Start rally with opts 'task start /tmp/file7ZMmni --deployment perf-2'
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/filevVMGL3
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 c6f154e2-3b6f-4acf-839b-9e60c88d081b: 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
131221:59:09 23851 >>>> Start io test
131321:59:09 23851 >>>> Ready and waiting on barrier. Will wait at most 246 seconds
131421:59:10 23850 >>>> Start io test
131521:59:10 23850 >>>> Ready and waiting on barrier. Will wait at most 244 seconds
131621:59:20 23852 >>>> Start io test
131721:59:20 23852 >>>> Ready and waiting on barrier. Will wait at most 234 seconds
131821:59:58 23851 >>>> Test finished
131922:00:21 23850 >>>> Test finished
132022:00:21 23852 >>>> Test finished
13212015-02-07 22:00:38.164 23656 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: d9d1c814-ec76-4001-988b-870c78b2515c.
1322
1323--------------------------------------------------------------------------------
1324Task c6f154e2-3b6f-4acf-839b-9e60c88d081b: 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/filevVMGL3',
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.243 | 1.274 | 1.327 | 1.312 | 1.32 | 100.0% | 3 |
1349| nova.boot_server | 12.758 | 14.458 | 16.637 | 16.106 | 16.372 | 100.0% | 3 |
1350| nova.delete_server | 2.812 | 2.833 | 2.87 | 2.859 | 2.865 | 100.0% | 3 |
1351| nova.dissociate_floating_ip | 1.338 | 1.427 | 1.484 | 1.479 | 1.481 | 100.0% | 3 |
1352| total | 99.326 | 111.11 | 117.249 | 117.15 | 117.2 | 100.0% | 3 |
1353| vm.run_command | 38.347 | 53.317 | 60.99 | 60.915 | 60.953 | 100.0% | 3 |
1354| vm.wait_for_ping | 6.086 | 7.422 | 8.091 | 8.09 | 8.09 | 100.0% | 3 |
1355| vm.wait_for_ssh | 15.735 | 16.165 | 16.956 | 16.725 | 16.84 | 100.0% | 3 |
1356+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1357Load duration: 117.323441029
1358Full duration: 140.280912161
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 c6f154e2-3b6f-4acf-839b-9e60c88d081b --out output.html
1371
1372* To get raw JSON output of task results, run:
1373 rally task results c6f154e2-3b6f-4acf-839b-9e60c88d081b
1374
1375Using task: c6f154e2-3b6f-4acf-839b-9e60c88d081b
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': 62.53},
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': 36.73},
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': 36.69}]
1404================================================================================
1405
1406====> {"write s 4k": [45, 21]}
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-2'
141522:00:41 24652 >>>> Start rally with opts 'task start /tmp/fileDugEjd --deployment perf-2'
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/fileXvSf6P
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 022ade7c-dbbc-4c3d-a2fb-c0b8fd8d2293: 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:01:37 24848 >>>> Start io test
144822:01:37 24848 >>>> Ready and waiting on barrier. Will wait at most 244 seconds
144922:01:51 24849 >>>> Start io test
145022:01:51 24849 >>>> Ready and waiting on barrier. Will wait at most 230 seconds
145122:01:55 24847 >>>> Start io test
145222:01:55 24847 >>>> Ready and waiting on barrier. Will wait at most 226 seconds
145322:03:19 24848 >>>> Test finished
145422:03:20 24847 >>>> Test finished
145522:03:20 24849 >>>> Test finished
14562015-02-07 22:03:47.311 24652 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 29013728-0259-4110-91f1-2d62153e9890.
1457
1458--------------------------------------------------------------------------------
1459Task 022ade7c-dbbc-4c3d-a2fb-c0b8fd8d2293: 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/fileXvSf6P',
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.152 | 1.212 | 1.31 | 1.283 | 1.296 | 100.0% | 3 |
1484| nova.boot_server | 14.09 | 20.322 | 24.496 | 24.073 | 24.284 | 100.0% | 3 |
1485| nova.delete_server | 2.808 | 2.848 | 2.886 | 2.879 | 2.882 | 100.0% | 3 |
1486| nova.dissociate_floating_ip | 1.333 | 3.008 | 6.339 | 5.341 | 5.84 | 100.0% | 3 |
1487| total | 153.679 | 154.191 | 154.605 | 154.542 | 154.573 | 100.0% | 3 |
1488| vm.run_command | 84.288 | 84.743 | 85.167 | 85.088 | 85.128 | 100.0% | 3 |
1489| vm.wait_for_ping | 8.109 | 11.447 | 14.116 | 13.716 | 13.916 | 100.0% | 3 |
1490| vm.wait_for_ssh | 14.127 | 15.668 | 16.448 | 16.444 | 16.446 | 100.0% | 3 |
1491+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1492Load duration: 154.710098028
1493Full duration: 182.993360043
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 022ade7c-dbbc-4c3d-a2fb-c0b8fd8d2293 --out output.html
1506
1507* To get raw JSON output of task results, run:
1508 rally task results 022ade7c-dbbc-4c3d-a2fb-c0b8fd8d2293
1509
1510Using task: 022ade7c-dbbc-4c3d-a2fb-c0b8fd8d2293
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': 25.34},
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': 25.69},
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': 25.69}]
1539================================================================================
1540
1541====> {"write s 4k": [25, 0]}
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-2'
155022:03:50 25842 >>>> Start rally with opts 'task start /tmp/fileKtxAY5 --deployment perf-2'
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/fileQvU1x4
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 49094658-3b1c-4b01-8b78-6201b60ca76f: 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:04:53 26080 >>>> Start io test
158322:04:53 26080 >>>> Ready and waiting on barrier. Will wait at most 237 seconds
158422:05:04 26078 >>>> Start io test
158522:05:04 26078 >>>> Ready and waiting on barrier. Will wait at most 226 seconds
158622:05:05 26079 >>>> Start io test
158722:05:05 26079 >>>> Ready and waiting on barrier. Will wait at most 225 seconds
158822:06:24 26080 >>>> Test finished
158922:06:25 26078 >>>> Test finished
159022:06:25 26079 >>>> Test finished
15912015-02-07 22:07:02.332 25842 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: e3a5b020-587a-4f17-b783-55bfc800aec0.
1592
1593--------------------------------------------------------------------------------
1594Task 49094658-3b1c-4b01-8b78-6201b60ca76f: 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/fileQvU1x4',
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.164 | 2.851 | 6.119 | 5.15 | 5.634 | 100.0% | 3 |
1619| nova.boot_server | 18.093 | 22.803 | 25.713 | 25.491 | 25.602 | 100.0% | 3 |
1620| nova.delete_server | 2.804 | 3.578 | 5.102 | 4.648 | 4.875 | 100.0% | 3 |
1621| nova.dissociate_floating_ip | 1.422 | 3.118 | 6.439 | 5.45 | 5.945 | 100.0% | 3 |
1622| total | 145.176 | 149.44 | 155.602 | 153.99 | 154.796 | 100.0% | 3 |
1623| vm.run_command | 79.345 | 79.622 | 79.953 | 79.875 | 79.914 | 100.0% | 3 |
1624| vm.wait_for_ping | 2.481 | 5.806 | 8.849 | 8.297 | 8.573 | 100.0% | 3 |
1625| vm.wait_for_ssh | 20.77 | 21.881 | 22.449 | 22.444 | 22.447 | 100.0% | 3 |
1626+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1627Load duration: 155.70561409
1628Full duration: 189.023550034
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 49094658-3b1c-4b01-8b78-6201b60ca76f --out output.html
1641
1642* To get raw JSON output of task results, run:
1643 rally task results 49094658-3b1c-4b01-8b78-6201b60ca76f
1644
1645Using task: 49094658-3b1c-4b01-8b78-6201b60ca76f
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': 27.04},
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': 27.57},
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': 27.4}]
1674================================================================================
1675
1676====> {"write s 4k": [27, 0]}
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-2'
170422:07:06 27064 >>>> Start rally with opts 'task start /tmp/fileDZl5Pz --deployment perf-2'
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/filedS9zuH
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 75b8c1aa-10a7-4c41-9610-657c77cd2b49: 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:08:07 27299 >>>> Start io test
173722:08:07 27299 >>>> Ready and waiting on barrier. Will wait at most 238 seconds
173822:08:20 27300 >>>> Start io test
173922:08:20 27300 >>>> Ready and waiting on barrier. Will wait at most 225 seconds
174022:08:27 27298 >>>> Start io test
174122:08:27 27298 >>>> Ready and waiting on barrier. Will wait at most 218 seconds
174222:10:27 27299 >>>> Test finished
174322:10:28 27300 >>>> Test finished
174422:10:29 27298 >>>> Test finished
17452015-02-07 22:11:18.509 27064 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 16e336eb-926b-4aa1-8bae-97209612a86b.
1746
1747--------------------------------------------------------------------------------
1748Task 75b8c1aa-10a7-4c41-9610-657c77cd2b49: 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/filedS9zuH',
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.116 | 1.175 | 1.276 | 1.247 | 1.262 | 100.0% | 3 |
1773| nova.boot_server | 12.67 | 19.034 | 24.136 | 23.368 | 23.752 | 100.0% | 3 |
1774| nova.delete_server | 7.325 | 8.173 | 9.746 | 9.286 | 9.516 | 100.0% | 3 |
1775| nova.dissociate_floating_ip | 6.306 | 6.39 | 6.488 | 6.465 | 6.477 | 100.0% | 3 |
1776| total | 197.478 | 199.62 | 201.057 | 200.91 | 200.983 | 100.0% | 3 |
1777| vm.run_command | 120.425 | 121.374 | 122.161 | 122.036 | 122.098 | 100.0% | 3 |
1778| vm.wait_for_ping | 8.094 | 12.321 | 16.758 | 15.829 | 16.294 | 100.0% | 3 |
1779| vm.wait_for_ssh | 15.316 | 16.508 | 17.428 | 17.299 | 17.363 | 100.0% | 3 |
1780+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1781Load duration: 201.085799217
1782Full duration: 250.051472902
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 75b8c1aa-10a7-4c41-9610-657c77cd2b49 --out output.html
1795
1796* To get raw JSON output of task results, run:
1797 rally task results 75b8c1aa-10a7-4c41-9610-657c77cd2b49
1798
1799Using task: 75b8c1aa-10a7-4c41-9610-657c77cd2b49
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': 282.27},
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': 282.73},
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': 280.68}]
1828================================================================================
1829
1830====> {"randwrite s 64k": [281, 1]}
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-2'
183922:11:22 28562 >>>> Start rally with opts 'task start /tmp/file8WiyzI --deployment perf-2'
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/fileCRgz2P
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 879d542d-d560-4cda-a0db-14a22d88b107: 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:32 28784 >>>> Start io test
187222:12:32 28784 >>>> Ready and waiting on barrier. Will wait at most 229 seconds
187322:12:34 28783 >>>> Start io test
187422:12:34 28783 >>>> Ready and waiting on barrier. Will wait at most 227 seconds
187522:12:38 28782 >>>> Start io test
187622:12:38 28782 >>>> Ready and waiting on barrier. Will wait at most 223 seconds
187722:13:32 28784 >>>> Test finished
187822:14:14 28782 >>>> Test finished
187922:14:15 28783 >>>> Test finished
18802015-02-07 22:14:42.575 28562 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 6384d3da-d8c3-43de-a74d-b300c52fbbb1.
1881
1882--------------------------------------------------------------------------------
1883Task 879d542d-d560-4cda-a0db-14a22d88b107: 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/fileCRgz2P',
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.215 | 1.242 | 1.271 | 1.265 | 1.268 | 100.0% | 3 |
1908| nova.boot_server | 13.002 | 17.701 | 21.035 | 20.641 | 20.838 | 100.0% | 3 |
1909| nova.delete_server | 2.814 | 2.903 | 3.029 | 2.996 | 3.012 | 100.0% | 3 |
1910| nova.dissociate_floating_ip | 1.387 | 1.553 | 1.648 | 1.643 | 1.645 | 100.0% | 3 |
1911| total | 111.688 | 139.782 | 154.001 | 153.932 | 153.966 | 100.0% | 3 |
1912| vm.run_command | 53.925 | 81.986 | 96.179 | 96.114 | 96.146 | 100.0% | 3 |
1913| vm.wait_for_ping | 2.08 | 6.098 | 8.11 | 8.109 | 8.109 | 100.0% | 3 |
1914| vm.wait_for_ssh | 14.743 | 19.73 | 22.68 | 22.498 | 22.589 | 100.0% | 3 |
1915+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
1916Load duration: 154.096227884
1917Full duration: 197.944721937
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 879d542d-d560-4cda-a0db-14a22d88b107 --out output.html
1930
1931* To get raw JSON output of task results, run:
1932 rally task results 879d542d-d560-4cda-a0db-14a22d88b107
1933
1934Using task: 879d542d-d560-4cda-a0db-14a22d88b107
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': 680.01},
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': 361.99},
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': 357.15}]
1963================================================================================
1964
1965====> {"randwrite s 64k": [466, 261]}
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-2'
197422:14:46 29616 >>>> Start rally with opts 'task start /tmp/file0juwFt --deployment perf-2'
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/fileKRIXMq
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 a8879aa2-10ef-4a6a-a6f1-6a12478682e6: 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:53 29856 >>>> Start io test
200722:15:53 29856 >>>> Ready and waiting on barrier. Will wait at most 233 seconds
200822:15:58 29854 >>>> Start io test
200922:15:58 29854 >>>> Ready and waiting on barrier. Will wait at most 228 seconds
201022:15:59 29855 >>>> Start io test
201122:15:59 29855 >>>> Ready and waiting on barrier. Will wait at most 226 seconds
201222:16:53 29856 >>>> Test finished
201322:17:19 29854 >>>> Test finished
201422:17:19 29855 >>>> Test finished
20152015-02-07 22:17:41.216 29616 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 7626308a-4a50-45b5-95c7-3b3a359aa771.
2016
2017--------------------------------------------------------------------------------
2018Task a8879aa2-10ef-4a6a-a6f1-6a12478682e6: 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/fileKRIXMq',
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.141 | 2.959 | 6.382 | 5.377 | 5.879 | 100.0% | 3 |
2043| nova.boot_server | 14.374 | 20.116 | 26.129 | 24.872 | 25.501 | 100.0% | 3 |
2044| nova.delete_server | 2.826 | 4.369 | 7.346 | 6.464 | 6.905 | 100.0% | 3 |
2045| nova.dissociate_floating_ip | 1.337 | 3.042 | 6.429 | 5.416 | 5.922 | 100.0% | 3 |
2046| total | 112.846 | 133.273 | 143.576 | 143.54 | 143.558 | 100.0% | 3 |
2047| vm.run_command | 53.959 | 71.176 | 80.021 | 79.926 | 79.973 | 100.0% | 3 |
2048| vm.wait_for_ping | 2.087 | 6.101 | 8.112 | 8.11 | 8.111 | 100.0% | 3 |
2049| vm.wait_for_ssh | 15.171 | 19.047 | 21.142 | 21.079 | 21.11 | 100.0% | 3 |
2050+-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
2051Load duration: 143.681328058
2052Full duration: 172.58190012
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 a8879aa2-10ef-4a6a-a6f1-6a12478682e6 --out output.html
2065
2066* To get raw JSON output of task results, run:
2067 rally task results a8879aa2-10ef-4a6a-a6f1-6a12478682e6
2068
2069Using task: a8879aa2-10ef-4a6a-a6f1-6a12478682e6
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': 675.14},
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': 445.49},
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': 439.94}]
2098================================================================================
2099
2100====> {"randwrite s 64k": [520, 189]}
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-2'
211222:17:45 30674 >>>> Start rally with opts 'task start /tmp/filesZJA4s --deployment perf-2'
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/fileCoRfQ8
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 d01b648b-30d2-4b08-addc-459a981987fa: 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:18:52 30901 >>>> Start io test
214522:18:52 30901 >>>> Ready and waiting on barrier. Will wait at most 232 seconds
214622:18:58 30903 >>>> Start io test
214722:18:58 30903 >>>> Ready and waiting on barrier. Will wait at most 226 seconds
214822:19:08 30902 >>>> Start io test
214922:19:08 30902 >>>> Ready and waiting on barrier. Will wait at most 216 seconds
215023:19:09 30903 >>>> Rally raises exception Timeout executing command '/usr/bin/env python2' on host 172.16.53.94
215123:19:09 30901 >>>> Rally raises exception Timeout executing command '/usr/bin/env python2' on host 172.16.53.87
215223:19:09 30902 >>>> Rally raises exception Timeout executing command '/usr/bin/env python2' on host 172.16.53.91
21532015-02-07 23:19:29.393 30674 WARNING rally.benchmark.context.network [-] Failed to delete network for tenant cc11493befcd40cf8b76e471d4a1c889
21542015-02-07 23:19:29.678 30674 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: b4b9f483-881e-4e6c-bca9-81cbe2c563b5.
2155
2156--------------------------------------------------------------------------------
2157Task d01b648b-30d2-4b08-addc-459a981987fa: 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/fileCoRfQ8',
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: 3655.4320972
2184Full duration: 3701.647614
2185
2186HINTS:
2187* To plot HTML graphics with this data, run:
2188 rally task report d01b648b-30d2-4b08-addc-459a981987fa --out output.html
2189
2190* To get raw JSON output of task results, run:
2191 rally task results d01b648b-30d2-4b08-addc-459a981987fa
2192
2193Using task: d01b648b-30d2-4b08-addc-459a981987fa
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-2'
220523:19:33 32648 >>>> Start rally with opts 'task start /tmp/fileIAHLmp --deployment perf-2'
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/fileUM2W3O
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 3c58bc8f-877c-47f7-a6e6-68508744284c: 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:21:03 377 >>>> Start io test
223823:21:03 377 >>>> Ready and waiting on barrier. Will wait at most 209 seconds
223923:24:33 377 >>>> Barrier timeouted
2240+ set -e
2241+ type=fio
2242+ bsizes='1k 4k 64k 256k 1m'
2243+ ops='randwrite write'
2244+ osync=a
2245+ three_times='1 2 3'
2246+ for bsize in '$bsizes'
2247+ for op in '$ops'
2248+ for sync in '$osync'
2249+ for xxx in '$three_times'
2250+ [[ a == \s ]]
2251+ [[ 1k == \1\k ]]
2252+ continue
2253+ for xxx in '$three_times'
2254+ [[ a == \s ]]
2255+ [[ 1k == \1\k ]]
2256+ continue
2257+ for xxx in '$three_times'
2258+ [[ a == \s ]]
2259+ [[ 1k == \1\k ]]
2260+ continue
2261+ for op in '$ops'
2262+ for sync in '$osync'
2263+ for xxx in '$three_times'
2264+ [[ a == \s ]]
2265+ [[ 1k == \1\k ]]
2266+ continue
2267+ for xxx in '$three_times'
2268+ [[ a == \s ]]
2269+ [[ 1k == \1\k ]]
2270+ continue
2271+ for xxx in '$three_times'
2272+ [[ a == \s ]]
2273+ [[ 1k == \1\k ]]
2274+ continue
2275+ for bsize in '$bsizes'
2276+ for op in '$ops'
2277+ for sync in '$osync'
2278+ for xxx in '$three_times'
2279+ [[ a == \s ]]
2280+ [[ 4k == \1\k ]]
2281+ [[ 4k == \4\k ]]
2282+ continue
2283+ for xxx in '$three_times'
2284+ [[ a == \s ]]
2285+ [[ 4k == \1\k ]]
2286+ [[ 4k == \4\k ]]
2287+ continue
2288+ for xxx in '$three_times'
2289+ [[ a == \s ]]
2290+ [[ 4k == \1\k ]]
2291+ [[ 4k == \4\k ]]
2292+ continue
2293+ for op in '$ops'
2294+ for sync in '$osync'
2295+ for xxx in '$three_times'
2296+ [[ a == \s ]]
2297+ [[ 4k == \1\k ]]
2298+ [[ 4k == \4\k ]]
2299+ continue
2300+ for xxx in '$three_times'
2301+ [[ a == \s ]]
2302+ [[ 4k == \1\k ]]
2303+ [[ 4k == \4\k ]]
2304+ continue
2305+ for xxx in '$three_times'
2306+ [[ a == \s ]]
2307+ [[ 4k == \1\k ]]
2308+ [[ 4k == \4\k ]]
2309+ continue
2310+ for bsize in '$bsizes'
2311+ for op in '$ops'
2312+ for sync in '$osync'
2313+ for xxx in '$three_times'
2314+ [[ a == \s ]]
2315+ [[ 64k == \1\k ]]
2316+ [[ 64k == \4\k ]]
2317+ ssync=
2318+ factor=r2
2319+ io_opts='--type fio -a randwrite --iodepth 16 --blocksize 64k --iosize r2 '
2320+ 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-2'
232100:30:54 3098 >>>> Start rally with opts 'task start /tmp/filenzbNq0 --deployment perf-2'
2322--------------------------------------------------------------------------------
2323 Preparing input task
2324--------------------------------------------------------------------------------
2325
2326Input task is:
2327VMTasks.boot_runcommand_delete:
2328- args:
2329 flavor: {name: ceph.512}
2330 floating_network: net04_ext
2331 force_delete: false
2332 image: {name: ubuntu}
2333 interpreter: /usr/bin/env python2
2334 script: /tmp/fileVXh3Q1
2335 username: ubuntu
2336 context:
2337 network: {}
2338 users: {tenants: 1, users_per_tenant: 1}
2339 runner: {concurrency: 3, times: 3, type: constant}
2340
2341--------------------------------------------------------------------------------
2342 Task a04e4cea-9e23-48a4-807b-f49b1137411c: started
2343--------------------------------------------------------------------------------
2344
2345Benchmarking... This can take a while...
2346
2347To track task status use:
2348
2349 rally task status
2350 or
2351 rally task detailed
2352
235300:32:38 3553 >>>> Start io test
235400:32:38 3553 >>>> Ready and waiting on barrier. Will wait at most 195 seconds
235500:32:43 3552 >>>> Start io test
235600:32:43 3552 >>>> Ready and waiting on barrier. Will wait at most 190 seconds
235700:32:45 3551 >>>> Start io test
235800:32:45 3551 >>>> Ready and waiting on barrier. Will wait at most 188 seconds
2359run.sh: line 15: 3098 Terminated python run_rally_test.py -l -o "$io_opts" -t io-scenario $type --rally-extra-opts="--deployment $1"