koder aka kdanilov | 4b184fd | 2015-02-09 12:26:14 +0200 | [diff] [blame] | 1 | + set -e |
| 2 | + type=iozone |
| 3 | + bsizes='1k 4k 64k 256k 1m' |
| 4 | + ops=write |
| 5 | + osync=s |
| 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 iozone -a write --iodepth 16 --blocksize 1k --iosize x500 -s' |
| 15 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 16 | 02:01:01 6929 >>>> Start rally with opts 'task start /tmp/fileLzEiVA --deployment perf-1' |
| 17 | -------------------------------------------------------------------------------- |
| 18 | Preparing input task |
| 19 | -------------------------------------------------------------------------------- |
| 20 | |
| 21 | Input task is: |
| 22 | VMTasks.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/file4N0XXD |
| 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 95a37e9d-5c68-4971-bb1c-74f2a8347743: started |
| 38 | -------------------------------------------------------------------------------- |
| 39 | |
| 40 | Benchmarking... This can take a while... |
| 41 | |
| 42 | To track task status use: |
| 43 | |
| 44 | rally task status |
| 45 | or |
| 46 | rally task detailed |
| 47 | |
| 48 | 02:03:01 7168 >>>> Start io test |
| 49 | 02:03:01 7168 >>>> Ready and waiting on barrier. Will wait at most 180 seconds |
| 50 | 02:03:09 7167 >>>> Start io test |
| 51 | 02:03:09 7167 >>>> Ready and waiting on barrier. Will wait at most 172 seconds |
| 52 | 02:03:14 7166 >>>> Start io test |
| 53 | 02:03:14 7166 >>>> Ready and waiting on barrier. Will wait at most 167 seconds |
| 54 | 02:03:42 7166 >>>> Test finished |
| 55 | 02:03:42 7167 >>>> Test finished |
| 56 | 02:03:43 7168 >>>> Test finished |
| 57 | 2015-02-08 02:04:13.363 6929 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: fa465fd8-aacb-4b90-83de-5a993a45d11b. |
| 58 | |
| 59 | -------------------------------------------------------------------------------- |
| 60 | Task 95a37e9d-5c68-4971-bb1c-74f2a8347743: finished |
| 61 | -------------------------------------------------------------------------------- |
| 62 | |
| 63 | test scenario VMTasks.boot_runcommand_delete |
| 64 | args position 0 |
| 65 | args 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/file4N0XXD', |
| 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.591 | 3.359 | 6.877 | 5.823 | 6.35 | 100.0% | 3 | |
| 85 | | nova.boot_server | 58.607 | 61.832 | 65.371 | 64.601 | 64.986 | 100.0% | 3 | |
| 86 | | nova.delete_server | 5.087 | 6.651 | 9.768 | 8.834 | 9.301 | 100.0% | 3 | |
| 87 | | nova.dissociate_floating_ip | 1.702 | 1.791 | 1.907 | 1.878 | 1.893 | 100.0% | 3 | |
| 88 | | total | 128.749 | 129.25 | 129.585 | 129.551 | 129.568 | 100.0% | 3 | |
| 89 | | vm.run_command | 27.825 | 28.359 | 28.786 | 28.722 | 28.754 | 100.0% | 3 | |
| 90 | | vm.wait_for_ping | 0.075 | 2.084 | 6.097 | 4.894 | 5.496 | 100.0% | 3 | |
| 91 | | vm.wait_for_ssh | 6.735 | 10.274 | 12.256 | 12.171 | 12.213 | 100.0% | 3 | |
| 92 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 93 | Load duration: 129.692778111 |
| 94 | Full duration: 185.989417791 |
| 95 | |
| 96 | Scenario 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 | |
| 104 | HINTS: |
| 105 | * To plot HTML graphics with this data, run: |
| 106 | rally task report 95a37e9d-5c68-4971-bb1c-74f2a8347743 --out output.html |
| 107 | |
| 108 | * To get raw JSON output of task results, run: |
| 109 | rally task results 95a37e9d-5c68-4971-bb1c-74f2a8347743 |
| 110 | |
| 111 | Using task: 95a37e9d-5c68-4971-bb1c-74f2a8347743 |
| 112 | ================================================================================ |
| 113 | [{u'__meta__': {u'action': u'write', |
| 114 | u'blocksize': 1, |
| 115 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileJheUID -i 0 -s 500 -r 1 -+n', |
| 116 | u'concurence': 1, |
| 117 | u'direct_io': False, |
| 118 | u'iodepth': 16, |
| 119 | u'size': 500, |
| 120 | u'sync': True, |
| 121 | u'use_hight_io_priority': True}, |
| 122 | u'bw_mean': 23}, |
| 123 | {u'__meta__': {u'action': u'write', |
| 124 | u'blocksize': 1, |
| 125 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileLA5Cah -i 0 -s 500 -r 1 -+n', |
| 126 | u'concurence': 1, |
| 127 | u'direct_io': False, |
| 128 | u'iodepth': 16, |
| 129 | u'size': 500, |
| 130 | u'sync': True, |
| 131 | u'use_hight_io_priority': True}, |
| 132 | u'bw_mean': 22}, |
| 133 | {u'__meta__': {u'action': u'write', |
| 134 | u'blocksize': 1, |
| 135 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file4YOQ9J -i 0 -s 500 -r 1 -+n', |
| 136 | u'concurence': 1, |
| 137 | u'direct_io': False, |
| 138 | u'iodepth': 16, |
| 139 | u'size': 500, |
| 140 | u'sync': True, |
| 141 | u'use_hight_io_priority': True}, |
| 142 | u'bw_mean': 22}] |
| 143 | ================================================================================ |
| 144 | |
| 145 | ====> {"write s 1k": [22, 0]} |
| 146 | |
| 147 | ================================================================================ |
| 148 | + for xxx in '$three_times' |
| 149 | + [[ s == \s ]] |
| 150 | + ssync=-s |
| 151 | + factor=x500 |
| 152 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1k --iosize x500 -s' |
| 153 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 154 | 02:04:17 7502 >>>> Start rally with opts 'task start /tmp/file9j8HnA --deployment perf-1' |
| 155 | -------------------------------------------------------------------------------- |
| 156 | Preparing input task |
| 157 | -------------------------------------------------------------------------------- |
| 158 | |
| 159 | Input task is: |
| 160 | VMTasks.boot_runcommand_delete: |
| 161 | - args: |
| 162 | flavor: {name: ceph.512} |
| 163 | floating_network: net04_ext |
| 164 | force_delete: false |
| 165 | image: {name: ubuntu} |
| 166 | interpreter: /usr/bin/env python2 |
| 167 | script: /tmp/filex4eLyL |
| 168 | username: ubuntu |
| 169 | context: |
| 170 | network: {} |
| 171 | users: {tenants: 1, users_per_tenant: 1} |
| 172 | runner: {concurrency: 3, times: 3, type: constant} |
| 173 | |
| 174 | -------------------------------------------------------------------------------- |
| 175 | Task 4135bd38-f375-48aa-9d63-8ed43f445544: started |
| 176 | -------------------------------------------------------------------------------- |
| 177 | |
| 178 | Benchmarking... This can take a while... |
| 179 | |
| 180 | To track task status use: |
| 181 | |
| 182 | rally task status |
| 183 | or |
| 184 | rally task detailed |
| 185 | |
| 186 | 02:05:47 7697 >>>> Start io test |
| 187 | 02:05:47 7697 >>>> Ready and waiting on barrier. Will wait at most 209 seconds |
| 188 | 02:05:48 7698 >>>> Start io test |
| 189 | 02:05:48 7698 >>>> Ready and waiting on barrier. Will wait at most 209 seconds |
| 190 | 02:05:54 7699 >>>> Start io test |
| 191 | 02:05:54 7699 >>>> Ready and waiting on barrier. Will wait at most 202 seconds |
| 192 | 02:06:22 7698 >>>> Test finished |
| 193 | 02:06:23 7697 >>>> Test finished |
| 194 | 02:06:23 7699 >>>> Test finished |
| 195 | 2015-02-08 02:06:59.313 7502 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 4c2bee40-1660-4514-8adf-0a1c8892ed15. |
| 196 | |
| 197 | -------------------------------------------------------------------------------- |
| 198 | Task 4135bd38-f375-48aa-9d63-8ed43f445544: finished |
| 199 | -------------------------------------------------------------------------------- |
| 200 | |
| 201 | test scenario VMTasks.boot_runcommand_delete |
| 202 | args position 0 |
| 203 | args values: |
| 204 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 205 | u'floating_network': u'net04_ext', |
| 206 | u'force_delete': False, |
| 207 | u'image': {u'name': u'ubuntu'}, |
| 208 | u'interpreter': u'/usr/bin/env python2', |
| 209 | u'script': u'/tmp/filex4eLyL', |
| 210 | u'username': u'ubuntu'}, |
| 211 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 212 | u'start_cidr': u'10.2.0.0/24'}, |
| 213 | u'users': {u'project_domain': u'default', |
| 214 | u'resource_management_workers': 30, |
| 215 | u'tenants': 1, |
| 216 | u'user_domain': u'default', |
| 217 | u'users_per_tenant': 1}}, |
| 218 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 219 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 220 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 221 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 222 | | nova.associate_floating_ip | 1.415 | 1.561 | 1.755 | 1.706 | 1.731 | 100.0% | 3 | |
| 223 | | nova.boot_server | 57.578 | 58.854 | 60.218 | 59.928 | 60.073 | 100.0% | 3 | |
| 224 | | nova.delete_server | 5.123 | 6.683 | 9.788 | 8.858 | 9.323 | 100.0% | 3 | |
| 225 | | nova.dissociate_floating_ip | 1.65 | 1.774 | 1.855 | 1.848 | 1.851 | 100.0% | 3 | |
| 226 | | total | 118.12 | 120.604 | 124.177 | 123.245 | 123.711 | 100.0% | 3 | |
| 227 | | vm.run_command | 28.383 | 29.095 | 29.47 | 29.463 | 29.466 | 100.0% | 3 | |
| 228 | | vm.wait_for_ping | 6.088 | 6.097 | 6.106 | 6.104 | 6.105 | 100.0% | 3 | |
| 229 | | vm.wait_for_ssh | 6.525 | 8.151 | 11.292 | 10.361 | 10.827 | 100.0% | 3 | |
| 230 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 231 | Load duration: 124.254468918 |
| 232 | Full duration: 159.261395931 |
| 233 | |
| 234 | Scenario Specific Results |
| 235 | |
| 236 | +-------+-----+-----+-----+--------------+--------------+ |
| 237 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 238 | +-------+-----+-----+-----+--------------+--------------+ |
| 239 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 240 | +-------+-----+-----+-----+--------------+--------------+ |
| 241 | |
| 242 | HINTS: |
| 243 | * To plot HTML graphics with this data, run: |
| 244 | rally task report 4135bd38-f375-48aa-9d63-8ed43f445544 --out output.html |
| 245 | |
| 246 | * To get raw JSON output of task results, run: |
| 247 | rally task results 4135bd38-f375-48aa-9d63-8ed43f445544 |
| 248 | |
| 249 | Using task: 4135bd38-f375-48aa-9d63-8ed43f445544 |
| 250 | ================================================================================ |
| 251 | [{u'__meta__': {u'action': u'write', |
| 252 | u'blocksize': 1, |
| 253 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileMuH2wt -i 0 -s 500 -r 1 -+n', |
| 254 | u'concurence': 1, |
| 255 | u'direct_io': False, |
| 256 | u'iodepth': 16, |
| 257 | u'size': 500, |
| 258 | u'sync': True, |
| 259 | u'use_hight_io_priority': True}, |
| 260 | u'bw_mean': 23}, |
| 261 | {u'__meta__': {u'action': u'write', |
| 262 | u'blocksize': 1, |
| 263 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileik0NN0 -i 0 -s 500 -r 1 -+n', |
| 264 | u'concurence': 1, |
| 265 | u'direct_io': False, |
| 266 | u'iodepth': 16, |
| 267 | u'size': 500, |
| 268 | u'sync': True, |
| 269 | u'use_hight_io_priority': True}, |
| 270 | u'bw_mean': 22}, |
| 271 | {u'__meta__': {u'action': u'write', |
| 272 | u'blocksize': 1, |
| 273 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filemSyXWf -i 0 -s 500 -r 1 -+n', |
| 274 | u'concurence': 1, |
| 275 | u'direct_io': False, |
| 276 | u'iodepth': 16, |
| 277 | u'size': 500, |
| 278 | u'sync': True, |
| 279 | u'use_hight_io_priority': True}, |
| 280 | u'bw_mean': 22}] |
| 281 | ================================================================================ |
| 282 | |
| 283 | ====> {"write s 1k": [22, 0]} |
| 284 | |
| 285 | ================================================================================ |
| 286 | + for xxx in '$three_times' |
| 287 | + [[ s == \s ]] |
| 288 | + ssync=-s |
| 289 | + factor=x500 |
| 290 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1k --iosize x500 -s' |
| 291 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 292 | 02:07:03 8052 >>>> Start rally with opts 'task start /tmp/fileC1fqsJ --deployment perf-1' |
| 293 | -------------------------------------------------------------------------------- |
| 294 | Preparing input task |
| 295 | -------------------------------------------------------------------------------- |
| 296 | |
| 297 | Input task is: |
| 298 | VMTasks.boot_runcommand_delete: |
| 299 | - args: |
| 300 | flavor: {name: ceph.512} |
| 301 | floating_network: net04_ext |
| 302 | force_delete: false |
| 303 | image: {name: ubuntu} |
| 304 | interpreter: /usr/bin/env python2 |
| 305 | script: /tmp/fileOGt8G5 |
| 306 | username: ubuntu |
| 307 | context: |
| 308 | network: {} |
| 309 | users: {tenants: 1, users_per_tenant: 1} |
| 310 | runner: {concurrency: 3, times: 3, type: constant} |
| 311 | |
| 312 | -------------------------------------------------------------------------------- |
| 313 | Task f647ead2-fb54-4b21-8932-f86eb8e83c44: started |
| 314 | -------------------------------------------------------------------------------- |
| 315 | |
| 316 | Benchmarking... This can take a while... |
| 317 | |
| 318 | To track task status use: |
| 319 | |
| 320 | rally task status |
| 321 | or |
| 322 | rally task detailed |
| 323 | |
| 324 | 02:08:41 8299 >>>> Start io test |
| 325 | 02:08:41 8299 >>>> Ready and waiting on barrier. Will wait at most 201 seconds |
| 326 | 02:08:45 8298 >>>> Start io test |
| 327 | 02:08:45 8298 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 328 | 02:08:46 8297 >>>> Start io test |
| 329 | 02:08:46 8297 >>>> Ready and waiting on barrier. Will wait at most 196 seconds |
| 330 | 02:09:14 8297 >>>> Test finished |
| 331 | 02:09:15 8299 >>>> Test finished |
| 332 | 02:09:15 8298 >>>> Test finished |
| 333 | 2015-02-08 02:09:50.308 8052 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: b3723baa-c828-40cd-85aa-548c99cd6e36. |
| 334 | |
| 335 | -------------------------------------------------------------------------------- |
| 336 | Task f647ead2-fb54-4b21-8932-f86eb8e83c44: finished |
| 337 | -------------------------------------------------------------------------------- |
| 338 | |
| 339 | test scenario VMTasks.boot_runcommand_delete |
| 340 | args position 0 |
| 341 | args values: |
| 342 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 343 | u'floating_network': u'net04_ext', |
| 344 | u'force_delete': False, |
| 345 | u'image': {u'name': u'ubuntu'}, |
| 346 | u'interpreter': u'/usr/bin/env python2', |
| 347 | u'script': u'/tmp/fileOGt8G5', |
| 348 | u'username': u'ubuntu'}, |
| 349 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 350 | u'start_cidr': u'10.2.0.0/24'}, |
| 351 | u'users': {u'project_domain': u'default', |
| 352 | u'resource_management_workers': 30, |
| 353 | u'tenants': 1, |
| 354 | u'user_domain': u'default', |
| 355 | u'users_per_tenant': 1}}, |
| 356 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 357 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 358 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 359 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 360 | | nova.associate_floating_ip | 1.433 | 1.529 | 1.652 | 1.622 | 1.637 | 100.0% | 3 | |
| 361 | | nova.boot_server | 61.082 | 63.594 | 65.102 | 65.001 | 65.052 | 100.0% | 3 | |
| 362 | | nova.delete_server | 5.111 | 5.127 | 5.139 | 5.137 | 5.138 | 100.0% | 3 | |
| 363 | | nova.dissociate_floating_ip | 1.615 | 3.388 | 6.691 | 5.724 | 6.207 | 100.0% | 3 | |
| 364 | | total | 118.538 | 120.609 | 124.135 | 123.139 | 123.637 | 100.0% | 3 | |
| 365 | | vm.run_command | 27.741 | 28.2 | 28.479 | 28.459 | 28.469 | 100.0% | 3 | |
| 366 | | vm.wait_for_ping | 4.085 | 5.537 | 6.555 | 6.438 | 6.497 | 100.0% | 3 | |
| 367 | | vm.wait_for_ssh | 6.562 | 7.391 | 7.954 | 7.895 | 7.925 | 100.0% | 3 | |
| 368 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 369 | Load duration: 124.250823021 |
| 370 | Full duration: 164.457447052 |
| 371 | |
| 372 | Scenario Specific Results |
| 373 | |
| 374 | +-------+-----+-----+-----+--------------+--------------+ |
| 375 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 376 | +-------+-----+-----+-----+--------------+--------------+ |
| 377 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 378 | +-------+-----+-----+-----+--------------+--------------+ |
| 379 | |
| 380 | HINTS: |
| 381 | * To plot HTML graphics with this data, run: |
| 382 | rally task report f647ead2-fb54-4b21-8932-f86eb8e83c44 --out output.html |
| 383 | |
| 384 | * To get raw JSON output of task results, run: |
| 385 | rally task results f647ead2-fb54-4b21-8932-f86eb8e83c44 |
| 386 | |
| 387 | Using task: f647ead2-fb54-4b21-8932-f86eb8e83c44 |
| 388 | ================================================================================ |
| 389 | [{u'__meta__': {u'action': u'write', |
| 390 | u'blocksize': 1, |
| 391 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filelN86Lj -i 0 -s 500 -r 1 -+n', |
| 392 | u'concurence': 1, |
| 393 | u'direct_io': False, |
| 394 | u'iodepth': 16, |
| 395 | u'size': 500, |
| 396 | u'sync': True, |
| 397 | u'use_hight_io_priority': True}, |
| 398 | u'bw_mean': 23}, |
| 399 | {u'__meta__': {u'action': u'write', |
| 400 | u'blocksize': 1, |
| 401 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filemkx9Gp -i 0 -s 500 -r 1 -+n', |
| 402 | u'concurence': 1, |
| 403 | u'direct_io': False, |
| 404 | u'iodepth': 16, |
| 405 | u'size': 500, |
| 406 | u'sync': True, |
| 407 | u'use_hight_io_priority': True}, |
| 408 | u'bw_mean': 22}, |
| 409 | {u'__meta__': {u'action': u'write', |
| 410 | u'blocksize': 1, |
| 411 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filetj7SqQ -i 0 -s 500 -r 1 -+n', |
| 412 | u'concurence': 1, |
| 413 | u'direct_io': False, |
| 414 | u'iodepth': 16, |
| 415 | u'size': 500, |
| 416 | u'sync': True, |
| 417 | u'use_hight_io_priority': True}, |
| 418 | u'bw_mean': 22}] |
| 419 | ================================================================================ |
| 420 | |
| 421 | ====> {"write s 1k": [22, 0]} |
| 422 | |
| 423 | ================================================================================ |
| 424 | + for bsize in '$bsizes' |
| 425 | + for op in '$ops' |
| 426 | + for sync in '$osync' |
| 427 | + for xxx in '$three_times' |
| 428 | + [[ s == \s ]] |
| 429 | + ssync=-s |
| 430 | + factor=x500 |
| 431 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 4k --iosize x500 -s' |
| 432 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 433 | 02:09:54 8611 >>>> Start rally with opts 'task start /tmp/fileF7ycGP --deployment perf-1' |
| 434 | -------------------------------------------------------------------------------- |
| 435 | Preparing input task |
| 436 | -------------------------------------------------------------------------------- |
| 437 | |
| 438 | Input task is: |
| 439 | VMTasks.boot_runcommand_delete: |
| 440 | - args: |
| 441 | flavor: {name: ceph.512} |
| 442 | floating_network: net04_ext |
| 443 | force_delete: false |
| 444 | image: {name: ubuntu} |
| 445 | interpreter: /usr/bin/env python2 |
| 446 | script: /tmp/fileWvSOgb |
| 447 | username: ubuntu |
| 448 | context: |
| 449 | network: {} |
| 450 | users: {tenants: 1, users_per_tenant: 1} |
| 451 | runner: {concurrency: 3, times: 3, type: constant} |
| 452 | |
| 453 | -------------------------------------------------------------------------------- |
| 454 | Task 6ff58334-f406-4cf6-acc2-c90804cb108a: started |
| 455 | -------------------------------------------------------------------------------- |
| 456 | |
| 457 | Benchmarking... This can take a while... |
| 458 | |
| 459 | To track task status use: |
| 460 | |
| 461 | rally task status |
| 462 | or |
| 463 | rally task detailed |
| 464 | |
| 465 | 02:11:29 8812 >>>> Start io test |
| 466 | 02:11:29 8812 >>>> Ready and waiting on barrier. Will wait at most 204 seconds |
| 467 | 02:11:33 8814 >>>> Start io test |
| 468 | 02:11:33 8814 >>>> Ready and waiting on barrier. Will wait at most 200 seconds |
| 469 | 02:11:36 8813 >>>> Start io test |
| 470 | 02:11:36 8813 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 471 | 02:12:06 8812 >>>> Test finished |
| 472 | 02:12:06 8814 >>>> Test finished |
| 473 | 02:12:06 8813 >>>> Test finished |
| 474 | 2015-02-08 02:12:32.220 8611 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 1d236352-64d1-4afd-8364-8aad841520d4. |
| 475 | |
| 476 | -------------------------------------------------------------------------------- |
| 477 | Task 6ff58334-f406-4cf6-acc2-c90804cb108a: finished |
| 478 | -------------------------------------------------------------------------------- |
| 479 | |
| 480 | test scenario VMTasks.boot_runcommand_delete |
| 481 | args position 0 |
| 482 | args values: |
| 483 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 484 | u'floating_network': u'net04_ext', |
| 485 | u'force_delete': False, |
| 486 | u'image': {u'name': u'ubuntu'}, |
| 487 | u'interpreter': u'/usr/bin/env python2', |
| 488 | u'script': u'/tmp/fileWvSOgb', |
| 489 | u'username': u'ubuntu'}, |
| 490 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 491 | u'start_cidr': u'10.2.0.0/24'}, |
| 492 | u'users': {u'project_domain': u'default', |
| 493 | u'resource_management_workers': 30, |
| 494 | u'tenants': 1, |
| 495 | u'user_domain': u'default', |
| 496 | u'users_per_tenant': 1}}, |
| 497 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 498 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 499 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 500 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 501 | | nova.associate_floating_ip | 1.422 | 1.559 | 1.781 | 1.719 | 1.75 | 100.0% | 3 | |
| 502 | | nova.boot_server | 59.406 | 61.904 | 66.891 | 65.396 | 66.144 | 100.0% | 3 | |
| 503 | | nova.delete_server | 5.172 | 6.747 | 9.829 | 8.911 | 9.37 | 100.0% | 3 | |
| 504 | | nova.dissociate_floating_ip | 1.583 | 1.751 | 2.056 | 1.968 | 2.012 | 100.0% | 3 | |
| 505 | | total | 122.919 | 125.789 | 127.759 | 127.545 | 127.652 | 100.0% | 3 | |
| 506 | | vm.run_command | 29.895 | 30.174 | 30.46 | 30.402 | 30.431 | 100.0% | 3 | |
| 507 | | vm.wait_for_ping | 6.095 | 6.099 | 6.101 | 6.101 | 6.101 | 100.0% | 3 | |
| 508 | | vm.wait_for_ssh | 7.583 | 9.191 | 12.007 | 11.202 | 11.604 | 100.0% | 3 | |
| 509 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 510 | Load duration: 127.864459038 |
| 511 | Full duration: 155.141624928 |
| 512 | |
| 513 | Scenario Specific Results |
| 514 | |
| 515 | +-------+-----+-----+-----+--------------+--------------+ |
| 516 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 517 | +-------+-----+-----+-----+--------------+--------------+ |
| 518 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 519 | +-------+-----+-----+-----+--------------+--------------+ |
| 520 | |
| 521 | HINTS: |
| 522 | * To plot HTML graphics with this data, run: |
| 523 | rally task report 6ff58334-f406-4cf6-acc2-c90804cb108a --out output.html |
| 524 | |
| 525 | * To get raw JSON output of task results, run: |
| 526 | rally task results 6ff58334-f406-4cf6-acc2-c90804cb108a |
| 527 | |
| 528 | Using task: 6ff58334-f406-4cf6-acc2-c90804cb108a |
| 529 | ================================================================================ |
| 530 | [{u'__meta__': {u'action': u'write', |
| 531 | u'blocksize': 4, |
| 532 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileRadJny -i 0 -s 2000 -r 4 -+n', |
| 533 | u'concurence': 1, |
| 534 | u'direct_io': False, |
| 535 | u'iodepth': 16, |
| 536 | u'size': 2000, |
| 537 | u'sync': True, |
| 538 | u'use_hight_io_priority': True}, |
| 539 | u'bw_mean': 86}, |
| 540 | {u'__meta__': {u'action': u'write', |
| 541 | u'blocksize': 4, |
| 542 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filehKZghX -i 0 -s 2000 -r 4 -+n', |
| 543 | u'concurence': 1, |
| 544 | u'direct_io': False, |
| 545 | u'iodepth': 16, |
| 546 | u'size': 2000, |
| 547 | u'sync': True, |
| 548 | u'use_hight_io_priority': True}, |
| 549 | u'bw_mean': 85}, |
| 550 | {u'__meta__': {u'action': u'write', |
| 551 | u'blocksize': 4, |
| 552 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileMaeH2W -i 0 -s 2000 -r 4 -+n', |
| 553 | u'concurence': 1, |
| 554 | u'direct_io': False, |
| 555 | u'iodepth': 16, |
| 556 | u'size': 2000, |
| 557 | u'sync': True, |
| 558 | u'use_hight_io_priority': True}, |
| 559 | u'bw_mean': 84}] |
| 560 | ================================================================================ |
| 561 | |
| 562 | ====> {"write s 4k": [85, 1]} |
| 563 | |
| 564 | ================================================================================ |
| 565 | + for xxx in '$three_times' |
| 566 | + [[ s == \s ]] |
| 567 | + ssync=-s |
| 568 | + factor=x500 |
| 569 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 4k --iosize x500 -s' |
| 570 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 571 | 02:12:35 9152 >>>> Start rally with opts 'task start /tmp/file1wnCQa --deployment perf-1' |
| 572 | -------------------------------------------------------------------------------- |
| 573 | Preparing input task |
| 574 | -------------------------------------------------------------------------------- |
| 575 | |
| 576 | Input task is: |
| 577 | VMTasks.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/fileRHJ7kQ |
| 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 4e13b6d2-87d3-4a22-a168-edea52b0d83f: started |
| 593 | -------------------------------------------------------------------------------- |
| 594 | |
| 595 | Benchmarking... This can take a while... |
| 596 | |
| 597 | To track task status use: |
| 598 | |
| 599 | rally task status |
| 600 | or |
| 601 | rally task detailed |
| 602 | |
| 603 | 02:14:09 9356 >>>> Start io test |
| 604 | 02:14:09 9356 >>>> Ready and waiting on barrier. Will wait at most 205 seconds |
| 605 | 02:14:10 9357 >>>> Start io test |
| 606 | 02:14:10 9357 >>>> Ready and waiting on barrier. Will wait at most 204 seconds |
| 607 | 02:14:12 9355 >>>> Start io test |
| 608 | 02:14:12 9355 >>>> Ready and waiting on barrier. Will wait at most 203 seconds |
| 609 | 02:14:42 9357 >>>> Test finished |
| 610 | 02:14:42 9356 >>>> Test finished |
| 611 | 02:14:42 9355 >>>> Test finished |
| 612 | 2015-02-08 02:15:05.368 9152 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 22d0a7a4-8d34-4832-9e42-3f1e5d8c1fe9. |
| 613 | |
| 614 | -------------------------------------------------------------------------------- |
| 615 | Task 4e13b6d2-87d3-4a22-a168-edea52b0d83f: finished |
| 616 | -------------------------------------------------------------------------------- |
| 617 | |
| 618 | test scenario VMTasks.boot_runcommand_delete |
| 619 | args position 0 |
| 620 | args 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/fileRHJ7kQ', |
| 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.4 | 1.432 | 1.482 | 1.468 | 1.475 | 100.0% | 3 | |
| 640 | | nova.boot_server | 60.888 | 61.676 | 62.17 | 62.13 | 62.15 | 100.0% | 3 | |
| 641 | | nova.delete_server | 5.411 | 6.747 | 7.421 | 7.419 | 7.42 | 100.0% | 3 | |
| 642 | | nova.dissociate_floating_ip | 1.682 | 1.754 | 1.791 | 1.791 | 1.791 | 100.0% | 3 | |
| 643 | | total | 119.863 | 121.129 | 121.789 | 121.778 | 121.783 | 100.0% | 3 | |
| 644 | | vm.run_command | 30.538 | 30.626 | 30.757 | 30.722 | 30.74 | 100.0% | 3 | |
| 645 | | vm.wait_for_ping | 0.362 | 2.656 | 6.859 | 5.636 | 6.247 | 100.0% | 3 | |
| 646 | | vm.wait_for_ssh | 6.438 | 7.257 | 7.717 | 7.697 | 7.707 | 100.0% | 3 | |
| 647 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 648 | Load duration: 121.837308168 |
| 649 | Full duration: 148.056043863 |
| 650 | |
| 651 | Scenario 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 | |
| 659 | HINTS: |
| 660 | * To plot HTML graphics with this data, run: |
| 661 | rally task report 4e13b6d2-87d3-4a22-a168-edea52b0d83f --out output.html |
| 662 | |
| 663 | * To get raw JSON output of task results, run: |
| 664 | rally task results 4e13b6d2-87d3-4a22-a168-edea52b0d83f |
| 665 | |
| 666 | Using task: 4e13b6d2-87d3-4a22-a168-edea52b0d83f |
| 667 | ================================================================================ |
| 668 | [{u'__meta__': {u'action': u'write', |
| 669 | u'blocksize': 4, |
| 670 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileldbwAP -i 0 -s 2000 -r 4 -+n', |
| 671 | u'concurence': 1, |
| 672 | u'direct_io': False, |
| 673 | u'iodepth': 16, |
| 674 | u'size': 2000, |
| 675 | u'sync': True, |
| 676 | u'use_hight_io_priority': True}, |
| 677 | u'bw_mean': 83}, |
| 678 | {u'__meta__': {u'action': u'write', |
| 679 | u'blocksize': 4, |
| 680 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filee8IE1k -i 0 -s 2000 -r 4 -+n', |
| 681 | u'concurence': 1, |
| 682 | u'direct_io': False, |
| 683 | u'iodepth': 16, |
| 684 | u'size': 2000, |
| 685 | u'sync': True, |
| 686 | u'use_hight_io_priority': True}, |
| 687 | u'bw_mean': 83}, |
| 688 | {u'__meta__': {u'action': u'write', |
| 689 | u'blocksize': 4, |
| 690 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filefuez0P -i 0 -s 2000 -r 4 -+n', |
| 691 | u'concurence': 1, |
| 692 | u'direct_io': False, |
| 693 | u'iodepth': 16, |
| 694 | u'size': 2000, |
| 695 | u'sync': True, |
| 696 | u'use_hight_io_priority': True}, |
| 697 | u'bw_mean': 83}] |
| 698 | ================================================================================ |
| 699 | |
| 700 | ====> {"write s 4k": [83, 0]} |
| 701 | |
| 702 | ================================================================================ |
| 703 | + for xxx in '$three_times' |
| 704 | + [[ s == \s ]] |
| 705 | + ssync=-s |
| 706 | + factor=x500 |
| 707 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 4k --iosize x500 -s' |
| 708 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 709 | 02:15:10 9646 >>>> Start rally with opts 'task start /tmp/filec54e6B --deployment perf-1' |
| 710 | -------------------------------------------------------------------------------- |
| 711 | Preparing input task |
| 712 | -------------------------------------------------------------------------------- |
| 713 | |
| 714 | Input task is: |
| 715 | VMTasks.boot_runcommand_delete: |
| 716 | - args: |
| 717 | flavor: {name: ceph.512} |
| 718 | floating_network: net04_ext |
| 719 | force_delete: false |
| 720 | image: {name: ubuntu} |
| 721 | interpreter: /usr/bin/env python2 |
| 722 | script: /tmp/filesuZDwQ |
| 723 | username: ubuntu |
| 724 | context: |
| 725 | network: {} |
| 726 | users: {tenants: 1, users_per_tenant: 1} |
| 727 | runner: {concurrency: 3, times: 3, type: constant} |
| 728 | |
| 729 | -------------------------------------------------------------------------------- |
| 730 | Task 29139e04-b47e-4331-a18d-7d9cc88b3b83: started |
| 731 | -------------------------------------------------------------------------------- |
| 732 | |
| 733 | Benchmarking... This can take a while... |
| 734 | |
| 735 | To track task status use: |
| 736 | |
| 737 | rally task status |
| 738 | or |
| 739 | rally task detailed |
| 740 | |
| 741 | 02:16:56 9844 >>>> Start io test |
| 742 | 02:16:56 9844 >>>> Ready and waiting on barrier. Will wait at most 194 seconds |
| 743 | 02:16:56 9842 >>>> Start io test |
| 744 | 02:16:56 9842 >>>> Ready and waiting on barrier. Will wait at most 194 seconds |
| 745 | 02:16:59 9843 >>>> Start io test |
| 746 | 02:16:59 9843 >>>> Ready and waiting on barrier. Will wait at most 191 seconds |
| 747 | 02:17:28 9842 >>>> Test finished |
| 748 | 02:17:28 9844 >>>> Test finished |
| 749 | 02:17:28 9843 >>>> Test finished |
| 750 | 2015-02-08 02:17:55.648 9646 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 7bd3e8eb-6c6a-4239-8855-38b30815238e. |
| 751 | |
| 752 | -------------------------------------------------------------------------------- |
| 753 | Task 29139e04-b47e-4331-a18d-7d9cc88b3b83: finished |
| 754 | -------------------------------------------------------------------------------- |
| 755 | |
| 756 | test scenario VMTasks.boot_runcommand_delete |
| 757 | args position 0 |
| 758 | args values: |
| 759 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 760 | u'floating_network': u'net04_ext', |
| 761 | u'force_delete': False, |
| 762 | u'image': {u'name': u'ubuntu'}, |
| 763 | u'interpreter': u'/usr/bin/env python2', |
| 764 | u'script': u'/tmp/filesuZDwQ', |
| 765 | u'username': u'ubuntu'}, |
| 766 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 767 | u'start_cidr': u'10.2.0.0/24'}, |
| 768 | u'users': {u'project_domain': u'default', |
| 769 | u'resource_management_workers': 30, |
| 770 | u'tenants': 1, |
| 771 | u'user_domain': u'default', |
| 772 | u'users_per_tenant': 1}}, |
| 773 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 774 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 775 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 776 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 777 | | nova.associate_floating_ip | 1.468 | 1.501 | 1.554 | 1.539 | 1.547 | 100.0% | 3 | |
| 778 | | nova.boot_server | 61.792 | 62.496 | 62.853 | 62.851 | 62.852 | 100.0% | 3 | |
| 779 | | nova.delete_server | 5.112 | 7.472 | 12.014 | 10.669 | 11.342 | 100.0% | 3 | |
| 780 | | nova.dissociate_floating_ip | 1.636 | 1.728 | 1.81 | 1.796 | 1.803 | 100.0% | 3 | |
| 781 | | total | 121.107 | 123.975 | 128.788 | 127.436 | 128.112 | 100.0% | 3 | |
| 782 | | vm.run_command | 28.963 | 29.395 | 29.629 | 29.622 | 29.625 | 100.0% | 3 | |
| 783 | | vm.wait_for_ping | 6.088 | 6.092 | 6.097 | 6.096 | 6.096 | 100.0% | 3 | |
| 784 | | vm.wait_for_ssh | 6.692 | 8.85 | 12.132 | 11.251 | 11.691 | 100.0% | 3 | |
| 785 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 786 | Load duration: 128.858690977 |
| 787 | Full duration: 158.385176182 |
| 788 | |
| 789 | Scenario Specific Results |
| 790 | |
| 791 | +-------+-----+-----+-----+--------------+--------------+ |
| 792 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 793 | +-------+-----+-----+-----+--------------+--------------+ |
| 794 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 795 | +-------+-----+-----+-----+--------------+--------------+ |
| 796 | |
| 797 | HINTS: |
| 798 | * To plot HTML graphics with this data, run: |
| 799 | rally task report 29139e04-b47e-4331-a18d-7d9cc88b3b83 --out output.html |
| 800 | |
| 801 | * To get raw JSON output of task results, run: |
| 802 | rally task results 29139e04-b47e-4331-a18d-7d9cc88b3b83 |
| 803 | |
| 804 | Using task: 29139e04-b47e-4331-a18d-7d9cc88b3b83 |
| 805 | ================================================================================ |
| 806 | [{u'__meta__': {u'action': u'write', |
| 807 | u'blocksize': 4, |
| 808 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileNLhGov -i 0 -s 2000 -r 4 -+n', |
| 809 | u'concurence': 1, |
| 810 | u'direct_io': False, |
| 811 | u'iodepth': 16, |
| 812 | u'size': 2000, |
| 813 | u'sync': True, |
| 814 | u'use_hight_io_priority': True}, |
| 815 | u'bw_mean': 89}, |
| 816 | {u'__meta__': {u'action': u'write', |
| 817 | u'blocksize': 4, |
| 818 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filezRxq1r -i 0 -s 2000 -r 4 -+n', |
| 819 | u'concurence': 1, |
| 820 | u'direct_io': False, |
| 821 | u'iodepth': 16, |
| 822 | u'size': 2000, |
| 823 | u'sync': True, |
| 824 | u'use_hight_io_priority': True}, |
| 825 | u'bw_mean': 87}, |
| 826 | {u'__meta__': {u'action': u'write', |
| 827 | u'blocksize': 4, |
| 828 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filed41hk2 -i 0 -s 2000 -r 4 -+n', |
| 829 | u'concurence': 1, |
| 830 | u'direct_io': False, |
| 831 | u'iodepth': 16, |
| 832 | u'size': 2000, |
| 833 | u'sync': True, |
| 834 | u'use_hight_io_priority': True}, |
| 835 | u'bw_mean': 87}] |
| 836 | ================================================================================ |
| 837 | |
| 838 | ====> {"write s 4k": [87, 1]} |
| 839 | |
| 840 | ================================================================================ |
| 841 | + for bsize in '$bsizes' |
| 842 | + for op in '$ops' |
| 843 | + for sync in '$osync' |
| 844 | + for xxx in '$three_times' |
| 845 | + [[ s == \s ]] |
| 846 | + ssync=-s |
| 847 | + factor=x500 |
| 848 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 64k --iosize x500 -s' |
| 849 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 64k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 850 | 02:17:59 10182 >>>> Start rally with opts 'task start /tmp/fileDoXODZ --deployment perf-1' |
| 851 | -------------------------------------------------------------------------------- |
| 852 | Preparing input task |
| 853 | -------------------------------------------------------------------------------- |
| 854 | |
| 855 | Input task is: |
| 856 | VMTasks.boot_runcommand_delete: |
| 857 | - args: |
| 858 | flavor: {name: ceph.512} |
| 859 | floating_network: net04_ext |
| 860 | force_delete: false |
| 861 | image: {name: ubuntu} |
| 862 | interpreter: /usr/bin/env python2 |
| 863 | script: /tmp/filePGwDEi |
| 864 | username: ubuntu |
| 865 | context: |
| 866 | network: {} |
| 867 | users: {tenants: 1, users_per_tenant: 1} |
| 868 | runner: {concurrency: 3, times: 3, type: constant} |
| 869 | |
| 870 | -------------------------------------------------------------------------------- |
| 871 | Task ba2e3ca5-1998-4b1f-b907-68308f99c045: started |
| 872 | -------------------------------------------------------------------------------- |
| 873 | |
| 874 | Benchmarking... This can take a while... |
| 875 | |
| 876 | To track task status use: |
| 877 | |
| 878 | rally task status |
| 879 | or |
| 880 | rally task detailed |
| 881 | |
| 882 | 02:19:34 10379 >>>> Start io test |
| 883 | 02:19:34 10379 >>>> Ready and waiting on barrier. Will wait at most 204 seconds |
| 884 | 02:19:36 10380 >>>> Start io test |
| 885 | 02:19:36 10380 >>>> Ready and waiting on barrier. Will wait at most 203 seconds |
| 886 | 02:19:40 10378 >>>> Start io test |
| 887 | 02:19:40 10378 >>>> Ready and waiting on barrier. Will wait at most 198 seconds |
| 888 | 02:20:13 10380 >>>> Test finished |
| 889 | 02:20:14 10379 >>>> Test finished |
| 890 | 02:20:15 10378 >>>> Test finished |
| 891 | 2015-02-08 02:20:41.055 10182 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 842d7eae-6794-485a-b499-4792c497aec4. |
| 892 | |
| 893 | -------------------------------------------------------------------------------- |
| 894 | Task ba2e3ca5-1998-4b1f-b907-68308f99c045: finished |
| 895 | -------------------------------------------------------------------------------- |
| 896 | |
| 897 | test scenario VMTasks.boot_runcommand_delete |
| 898 | args position 0 |
| 899 | args values: |
| 900 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 901 | u'floating_network': u'net04_ext', |
| 902 | u'force_delete': False, |
| 903 | u'image': {u'name': u'ubuntu'}, |
| 904 | u'interpreter': u'/usr/bin/env python2', |
| 905 | u'script': u'/tmp/filePGwDEi', |
| 906 | u'username': u'ubuntu'}, |
| 907 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 908 | u'start_cidr': u'10.2.0.0/24'}, |
| 909 | u'users': {u'project_domain': u'default', |
| 910 | u'resource_management_workers': 30, |
| 911 | u'tenants': 1, |
| 912 | u'user_domain': u'default', |
| 913 | u'users_per_tenant': 1}}, |
| 914 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 915 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 916 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 917 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 918 | | nova.associate_floating_ip | 1.41 | 1.595 | 1.812 | 1.762 | 1.787 | 100.0% | 3 | |
| 919 | | nova.boot_server | 61.265 | 61.823 | 62.623 | 62.415 | 62.519 | 100.0% | 3 | |
| 920 | | nova.delete_server | 5.168 | 5.215 | 5.276 | 5.261 | 5.269 | 100.0% | 3 | |
| 921 | | nova.dissociate_floating_ip | 1.639 | 1.713 | 1.802 | 1.781 | 1.792 | 100.0% | 3 | |
| 922 | | total | 127.111 | 127.752 | 128.174 | 128.134 | 128.154 | 100.0% | 3 | |
| 923 | | vm.run_command | 33.474 | 34.041 | 34.506 | 34.433 | 34.469 | 100.0% | 3 | |
| 924 | | vm.wait_for_ping | 4.771 | 5.654 | 6.098 | 6.097 | 6.098 | 100.0% | 3 | |
| 925 | | vm.wait_for_ssh | 7.684 | 9.676 | 12.527 | 11.785 | 12.156 | 100.0% | 3 | |
| 926 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 927 | Load duration: 128.253315926 |
| 928 | Full duration: 159.049183846 |
| 929 | |
| 930 | Scenario Specific Results |
| 931 | |
| 932 | +-------+-----+-----+-----+--------------+--------------+ |
| 933 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 934 | +-------+-----+-----+-----+--------------+--------------+ |
| 935 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 936 | +-------+-----+-----+-----+--------------+--------------+ |
| 937 | |
| 938 | HINTS: |
| 939 | * To plot HTML graphics with this data, run: |
| 940 | rally task report ba2e3ca5-1998-4b1f-b907-68308f99c045 --out output.html |
| 941 | |
| 942 | * To get raw JSON output of task results, run: |
| 943 | rally task results ba2e3ca5-1998-4b1f-b907-68308f99c045 |
| 944 | |
| 945 | Using task: ba2e3ca5-1998-4b1f-b907-68308f99c045 |
| 946 | ================================================================================ |
| 947 | [{u'__meta__': {u'action': u'write', |
| 948 | u'blocksize': 64, |
| 949 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file7qobLL -i 0 -s 32000 -r 64 -+n', |
| 950 | u'concurence': 1, |
| 951 | u'direct_io': False, |
| 952 | u'iodepth': 16, |
| 953 | u'size': 32000, |
| 954 | u'sync': True, |
| 955 | u'use_hight_io_priority': True}, |
| 956 | u'bw_mean': 1240}, |
| 957 | {u'__meta__': {u'action': u'write', |
| 958 | u'blocksize': 64, |
| 959 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileyRLZ6x -i 0 -s 32000 -r 64 -+n', |
| 960 | u'concurence': 1, |
| 961 | u'direct_io': False, |
| 962 | u'iodepth': 16, |
| 963 | u'size': 32000, |
| 964 | u'sync': True, |
| 965 | u'use_hight_io_priority': True}, |
| 966 | u'bw_mean': 1210}, |
| 967 | {u'__meta__': {u'action': u'write', |
| 968 | u'blocksize': 64, |
| 969 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileoF8EFP -i 0 -s 32000 -r 64 -+n', |
| 970 | u'concurence': 1, |
| 971 | u'direct_io': False, |
| 972 | u'iodepth': 16, |
| 973 | u'size': 32000, |
| 974 | u'sync': True, |
| 975 | u'use_hight_io_priority': True}, |
| 976 | u'bw_mean': 1190}] |
| 977 | ================================================================================ |
| 978 | |
| 979 | ====> {"write s 64k": [1213, 35]} |
| 980 | |
| 981 | ================================================================================ |
| 982 | + for xxx in '$three_times' |
| 983 | + [[ s == \s ]] |
| 984 | + ssync=-s |
| 985 | + factor=x500 |
| 986 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 64k --iosize x500 -s' |
| 987 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 64k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 988 | 02:20:44 10719 >>>> Start rally with opts 'task start /tmp/fileIokJB0 --deployment perf-1' |
| 989 | -------------------------------------------------------------------------------- |
| 990 | Preparing input task |
| 991 | -------------------------------------------------------------------------------- |
| 992 | |
| 993 | Input task is: |
| 994 | VMTasks.boot_runcommand_delete: |
| 995 | - args: |
| 996 | flavor: {name: ceph.512} |
| 997 | floating_network: net04_ext |
| 998 | force_delete: false |
| 999 | image: {name: ubuntu} |
| 1000 | interpreter: /usr/bin/env python2 |
| 1001 | script: /tmp/filejewmMu |
| 1002 | username: ubuntu |
| 1003 | context: |
| 1004 | network: {} |
| 1005 | users: {tenants: 1, users_per_tenant: 1} |
| 1006 | runner: {concurrency: 3, times: 3, type: constant} |
| 1007 | |
| 1008 | -------------------------------------------------------------------------------- |
| 1009 | Task 7af12d5a-af01-455b-a3b8-ec173b5c4d74: started |
| 1010 | -------------------------------------------------------------------------------- |
| 1011 | |
| 1012 | Benchmarking... This can take a while... |
| 1013 | |
| 1014 | To track task status use: |
| 1015 | |
| 1016 | rally task status |
| 1017 | or |
| 1018 | rally task detailed |
| 1019 | |
| 1020 | 02:22:17 10913 >>>> Start io test |
| 1021 | 02:22:17 10913 >>>> Ready and waiting on barrier. Will wait at most 207 seconds |
| 1022 | 02:22:21 10914 >>>> Start io test |
| 1023 | 02:22:21 10914 >>>> Ready and waiting on barrier. Will wait at most 203 seconds |
| 1024 | 02:22:24 10915 >>>> Start io test |
| 1025 | 02:22:24 10915 >>>> Ready and waiting on barrier. Will wait at most 200 seconds |
| 1026 | 02:22:57 10913 >>>> Test finished |
| 1027 | 02:22:57 10915 >>>> Test finished |
| 1028 | 02:22:57 10914 >>>> Test finished |
| 1029 | 2015-02-08 02:23:31.480 10719 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 63aeb466-dba4-4147-bc41-094c4f71cbbe. |
| 1030 | |
| 1031 | -------------------------------------------------------------------------------- |
| 1032 | Task 7af12d5a-af01-455b-a3b8-ec173b5c4d74: finished |
| 1033 | -------------------------------------------------------------------------------- |
| 1034 | |
| 1035 | test scenario VMTasks.boot_runcommand_delete |
| 1036 | args position 0 |
| 1037 | args values: |
| 1038 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 1039 | u'floating_network': u'net04_ext', |
| 1040 | u'force_delete': False, |
| 1041 | u'image': {u'name': u'ubuntu'}, |
| 1042 | u'interpreter': u'/usr/bin/env python2', |
| 1043 | u'script': u'/tmp/filejewmMu', |
| 1044 | u'username': u'ubuntu'}, |
| 1045 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 1046 | u'start_cidr': u'10.2.0.0/24'}, |
| 1047 | u'users': {u'project_domain': u'default', |
| 1048 | u'resource_management_workers': 30, |
| 1049 | u'tenants': 1, |
| 1050 | u'user_domain': u'default', |
| 1051 | u'users_per_tenant': 1}}, |
| 1052 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 1053 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1054 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 1055 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1056 | | nova.associate_floating_ip | 1.502 | 1.515 | 1.531 | 1.527 | 1.529 | 100.0% | 3 | |
| 1057 | | nova.boot_server | 58.546 | 59.21 | 59.672 | 59.62 | 59.646 | 100.0% | 3 | |
| 1058 | | nova.delete_server | 7.405 | 7.434 | 7.454 | 7.452 | 7.453 | 100.0% | 3 | |
| 1059 | | nova.dissociate_floating_ip | 1.605 | 1.692 | 1.748 | 1.743 | 1.745 | 100.0% | 3 | |
| 1060 | | total | 126.657 | 126.713 | 126.812 | 126.783 | 126.798 | 100.0% | 3 | |
| 1061 | | vm.run_command | 33.743 | 33.79 | 33.818 | 33.816 | 33.817 | 100.0% | 3 | |
| 1062 | | vm.wait_for_ping | 4.703 | 5.638 | 6.108 | 6.107 | 6.108 | 100.0% | 3 | |
| 1063 | | vm.wait_for_ssh | 6.683 | 10.418 | 13.221 | 12.847 | 13.034 | 100.0% | 3 | |
| 1064 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1065 | Load duration: 126.958745003 |
| 1066 | Full duration: 163.678922892 |
| 1067 | |
| 1068 | Scenario Specific Results |
| 1069 | |
| 1070 | +-------+-----+-----+-----+--------------+--------------+ |
| 1071 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 1072 | +-------+-----+-----+-----+--------------+--------------+ |
| 1073 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 1074 | +-------+-----+-----+-----+--------------+--------------+ |
| 1075 | |
| 1076 | HINTS: |
| 1077 | * To plot HTML graphics with this data, run: |
| 1078 | rally task report 7af12d5a-af01-455b-a3b8-ec173b5c4d74 --out output.html |
| 1079 | |
| 1080 | * To get raw JSON output of task results, run: |
| 1081 | rally task results 7af12d5a-af01-455b-a3b8-ec173b5c4d74 |
| 1082 | |
| 1083 | Using task: 7af12d5a-af01-455b-a3b8-ec173b5c4d74 |
| 1084 | ================================================================================ |
| 1085 | [{u'__meta__': {u'action': u'write', |
| 1086 | u'blocksize': 64, |
| 1087 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileUQwiEj -i 0 -s 32000 -r 64 -+n', |
| 1088 | u'concurence': 1, |
| 1089 | u'direct_io': False, |
| 1090 | u'iodepth': 16, |
| 1091 | u'size': 32000, |
| 1092 | u'sync': True, |
| 1093 | u'use_hight_io_priority': True}, |
| 1094 | u'bw_mean': 1287}, |
| 1095 | {u'__meta__': {u'action': u'write', |
| 1096 | u'blocksize': 64, |
| 1097 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileW6X2PF -i 0 -s 32000 -r 64 -+n', |
| 1098 | u'concurence': 1, |
| 1099 | u'direct_io': False, |
| 1100 | u'iodepth': 16, |
| 1101 | u'size': 32000, |
| 1102 | u'sync': True, |
| 1103 | u'use_hight_io_priority': True}, |
| 1104 | u'bw_mean': 1286}, |
| 1105 | {u'__meta__': {u'action': u'write', |
| 1106 | u'blocksize': 64, |
| 1107 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filebdhsrA -i 0 -s 32000 -r 64 -+n', |
| 1108 | u'concurence': 1, |
| 1109 | u'direct_io': False, |
| 1110 | u'iodepth': 16, |
| 1111 | u'size': 32000, |
| 1112 | u'sync': True, |
| 1113 | u'use_hight_io_priority': True}, |
| 1114 | u'bw_mean': 1285}] |
| 1115 | ================================================================================ |
| 1116 | |
| 1117 | ====> {"write s 64k": [1286, 1]} |
| 1118 | |
| 1119 | ================================================================================ |
| 1120 | + for xxx in '$three_times' |
| 1121 | + [[ s == \s ]] |
| 1122 | + ssync=-s |
| 1123 | + factor=x500 |
| 1124 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 64k --iosize x500 -s' |
| 1125 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 64k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 1126 | 02:23:35 11254 >>>> Start rally with opts 'task start /tmp/fileNW1wuv --deployment perf-1' |
| 1127 | -------------------------------------------------------------------------------- |
| 1128 | Preparing input task |
| 1129 | -------------------------------------------------------------------------------- |
| 1130 | |
| 1131 | Input task is: |
| 1132 | VMTasks.boot_runcommand_delete: |
| 1133 | - args: |
| 1134 | flavor: {name: ceph.512} |
| 1135 | floating_network: net04_ext |
| 1136 | force_delete: false |
| 1137 | image: {name: ubuntu} |
| 1138 | interpreter: /usr/bin/env python2 |
| 1139 | script: /tmp/file306uc0 |
| 1140 | username: ubuntu |
| 1141 | context: |
| 1142 | network: {} |
| 1143 | users: {tenants: 1, users_per_tenant: 1} |
| 1144 | runner: {concurrency: 3, times: 3, type: constant} |
| 1145 | |
| 1146 | -------------------------------------------------------------------------------- |
| 1147 | Task 020449b2-dd28-4c5e-9f22-0e6042f1afdb: started |
| 1148 | -------------------------------------------------------------------------------- |
| 1149 | |
| 1150 | Benchmarking... This can take a while... |
| 1151 | |
| 1152 | To track task status use: |
| 1153 | |
| 1154 | rally task status |
| 1155 | or |
| 1156 | rally task detailed |
| 1157 | |
| 1158 | 02:25:19 11451 >>>> Start io test |
| 1159 | 02:25:19 11451 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 1160 | 02:25:22 11450 >>>> Start io test |
| 1161 | 02:25:22 11450 >>>> Ready and waiting on barrier. Will wait at most 193 seconds |
| 1162 | 02:25:25 11449 >>>> Start io test |
| 1163 | 02:25:25 11449 >>>> Ready and waiting on barrier. Will wait at most 189 seconds |
| 1164 | 02:25:58 11451 >>>> Test finished |
| 1165 | 02:25:58 11450 >>>> Test finished |
| 1166 | 02:25:58 11449 >>>> Test finished |
| 1167 | 2015-02-08 02:26:28.418 11254 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 3b2ffd4d-7c87-480c-90df-69b240c611e6. |
| 1168 | |
| 1169 | -------------------------------------------------------------------------------- |
| 1170 | Task 020449b2-dd28-4c5e-9f22-0e6042f1afdb: finished |
| 1171 | -------------------------------------------------------------------------------- |
| 1172 | |
| 1173 | test scenario VMTasks.boot_runcommand_delete |
| 1174 | args position 0 |
| 1175 | args values: |
| 1176 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 1177 | u'floating_network': u'net04_ext', |
| 1178 | u'force_delete': False, |
| 1179 | u'image': {u'name': u'ubuntu'}, |
| 1180 | u'interpreter': u'/usr/bin/env python2', |
| 1181 | u'script': u'/tmp/file306uc0', |
| 1182 | u'username': u'ubuntu'}, |
| 1183 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 1184 | u'start_cidr': u'10.2.0.0/24'}, |
| 1185 | u'users': {u'project_domain': u'default', |
| 1186 | u'resource_management_workers': 30, |
| 1187 | u'tenants': 1, |
| 1188 | u'user_domain': u'default', |
| 1189 | u'users_per_tenant': 1}}, |
| 1190 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 1191 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1192 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 1193 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1194 | | nova.associate_floating_ip | 1.282 | 1.355 | 1.433 | 1.417 | 1.425 | 100.0% | 3 | |
| 1195 | | nova.boot_server | 60.928 | 63.303 | 66.095 | 65.453 | 65.774 | 100.0% | 3 | |
| 1196 | | nova.delete_server | 5.134 | 5.16 | 5.204 | 5.192 | 5.198 | 100.0% | 3 | |
| 1197 | | nova.dissociate_floating_ip | 1.599 | 3.351 | 6.737 | 5.733 | 6.235 | 100.0% | 3 | |
| 1198 | | total | 129.535 | 131.361 | 134.793 | 133.786 | 134.289 | 100.0% | 3 | |
| 1199 | | vm.run_command | 32.48 | 32.604 | 32.691 | 32.681 | 32.686 | 100.0% | 3 | |
| 1200 | | vm.wait_for_ping | 6.095 | 6.85 | 8.35 | 7.901 | 8.126 | 100.0% | 3 | |
| 1201 | | vm.wait_for_ssh | 4.65 | 11.703 | 18.112 | 16.959 | 17.535 | 100.0% | 3 | |
| 1202 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1203 | Load duration: 134.867283106 |
| 1204 | Full duration: 169.970800161 |
| 1205 | |
| 1206 | Scenario Specific Results |
| 1207 | |
| 1208 | +-------+-----+-----+-----+--------------+--------------+ |
| 1209 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 1210 | +-------+-----+-----+-----+--------------+--------------+ |
| 1211 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 1212 | +-------+-----+-----+-----+--------------+--------------+ |
| 1213 | |
| 1214 | HINTS: |
| 1215 | * To plot HTML graphics with this data, run: |
| 1216 | rally task report 020449b2-dd28-4c5e-9f22-0e6042f1afdb --out output.html |
| 1217 | |
| 1218 | * To get raw JSON output of task results, run: |
| 1219 | rally task results 020449b2-dd28-4c5e-9f22-0e6042f1afdb |
| 1220 | |
| 1221 | Using task: 020449b2-dd28-4c5e-9f22-0e6042f1afdb |
| 1222 | ================================================================================ |
| 1223 | [{u'__meta__': {u'action': u'write', |
| 1224 | u'blocksize': 64, |
| 1225 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileU6s3YC -i 0 -s 32000 -r 64 -+n', |
| 1226 | u'concurence': 1, |
| 1227 | u'direct_io': False, |
| 1228 | u'iodepth': 16, |
| 1229 | u'size': 32000, |
| 1230 | u'sync': True, |
| 1231 | u'use_hight_io_priority': True}, |
| 1232 | u'bw_mean': 1283}, |
| 1233 | {u'__meta__': {u'action': u'write', |
| 1234 | u'blocksize': 64, |
| 1235 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileSb7amA -i 0 -s 32000 -r 64 -+n', |
| 1236 | u'concurence': 1, |
| 1237 | u'direct_io': False, |
| 1238 | u'iodepth': 16, |
| 1239 | u'size': 32000, |
| 1240 | u'sync': True, |
| 1241 | u'use_hight_io_priority': True}, |
| 1242 | u'bw_mean': 1276}, |
| 1243 | {u'__meta__': {u'action': u'write', |
| 1244 | u'blocksize': 64, |
| 1245 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filetl8AUJ -i 0 -s 32000 -r 64 -+n', |
| 1246 | u'concurence': 1, |
| 1247 | u'direct_io': False, |
| 1248 | u'iodepth': 16, |
| 1249 | u'size': 32000, |
| 1250 | u'sync': True, |
| 1251 | u'use_hight_io_priority': True}, |
| 1252 | u'bw_mean': 1276}] |
| 1253 | ================================================================================ |
| 1254 | |
| 1255 | ====> {"write s 64k": [1278, 5]} |
| 1256 | |
| 1257 | ================================================================================ |
| 1258 | + for bsize in '$bsizes' |
| 1259 | + for op in '$ops' |
| 1260 | + for sync in '$osync' |
| 1261 | + for xxx in '$three_times' |
| 1262 | + [[ s == \s ]] |
| 1263 | + ssync=-s |
| 1264 | + factor=x500 |
| 1265 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 256k --iosize x500 -s' |
| 1266 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 256k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 1267 | 02:26:32 11795 >>>> Start rally with opts 'task start /tmp/filesHOvO4 --deployment perf-1' |
| 1268 | -------------------------------------------------------------------------------- |
| 1269 | Preparing input task |
| 1270 | -------------------------------------------------------------------------------- |
| 1271 | |
| 1272 | Input task is: |
| 1273 | VMTasks.boot_runcommand_delete: |
| 1274 | - args: |
| 1275 | flavor: {name: ceph.512} |
| 1276 | floating_network: net04_ext |
| 1277 | force_delete: false |
| 1278 | image: {name: ubuntu} |
| 1279 | interpreter: /usr/bin/env python2 |
| 1280 | script: /tmp/filefKoevm |
| 1281 | username: ubuntu |
| 1282 | context: |
| 1283 | network: {} |
| 1284 | users: {tenants: 1, users_per_tenant: 1} |
| 1285 | runner: {concurrency: 3, times: 3, type: constant} |
| 1286 | |
| 1287 | -------------------------------------------------------------------------------- |
| 1288 | Task a965ea3e-1438-4dcc-9e7b-eda827321dd4: started |
| 1289 | -------------------------------------------------------------------------------- |
| 1290 | |
| 1291 | Benchmarking... This can take a while... |
| 1292 | |
| 1293 | To track task status use: |
| 1294 | |
| 1295 | rally task status |
| 1296 | or |
| 1297 | rally task detailed |
| 1298 | |
| 1299 | 02:28:05 11989 >>>> Start io test |
| 1300 | 02:28:05 11989 >>>> Ready and waiting on barrier. Will wait at most 206 seconds |
| 1301 | 02:28:06 11991 >>>> Start io test |
| 1302 | 02:28:06 11991 >>>> Ready and waiting on barrier. Will wait at most 205 seconds |
| 1303 | 02:28:07 11990 >>>> Start io test |
| 1304 | 02:28:07 11990 >>>> Ready and waiting on barrier. Will wait at most 204 seconds |
| 1305 | 02:28:50 11991 >>>> Test finished |
| 1306 | 02:28:51 11990 >>>> Test finished |
| 1307 | 02:28:51 11989 >>>> Test finished |
| 1308 | 2015-02-08 02:29:11.661 11795 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 6619d821-d4fc-462c-afb5-d850afaf2261. |
| 1309 | |
| 1310 | -------------------------------------------------------------------------------- |
| 1311 | Task a965ea3e-1438-4dcc-9e7b-eda827321dd4: finished |
| 1312 | -------------------------------------------------------------------------------- |
| 1313 | |
| 1314 | test scenario VMTasks.boot_runcommand_delete |
| 1315 | args position 0 |
| 1316 | args values: |
| 1317 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 1318 | u'floating_network': u'net04_ext', |
| 1319 | u'force_delete': False, |
| 1320 | u'image': {u'name': u'ubuntu'}, |
| 1321 | u'interpreter': u'/usr/bin/env python2', |
| 1322 | u'script': u'/tmp/filefKoevm', |
| 1323 | u'username': u'ubuntu'}, |
| 1324 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 1325 | u'start_cidr': u'10.2.0.0/24'}, |
| 1326 | u'users': {u'project_domain': u'default', |
| 1327 | u'resource_management_workers': 30, |
| 1328 | u'tenants': 1, |
| 1329 | u'user_domain': u'default', |
| 1330 | u'users_per_tenant': 1}}, |
| 1331 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 1332 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1333 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 1334 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1335 | | nova.associate_floating_ip | 1.381 | 1.502 | 1.593 | 1.581 | 1.587 | 100.0% | 3 | |
| 1336 | | nova.boot_server | 59.554 | 61.183 | 63.626 | 62.975 | 63.3 | 100.0% | 3 | |
| 1337 | | nova.delete_server | 5.104 | 5.173 | 5.25 | 5.233 | 5.241 | 100.0% | 3 | |
| 1338 | | nova.dissociate_floating_ip | 1.723 | 1.8 | 1.899 | 1.875 | 1.887 | 100.0% | 3 | |
| 1339 | | total | 130.115 | 130.845 | 131.242 | 131.229 | 131.235 | 100.0% | 3 | |
| 1340 | | vm.run_command | 42.833 | 43.376 | 43.663 | 43.657 | 43.66 | 100.0% | 3 | |
| 1341 | | vm.wait_for_ping | 4.697 | 6.013 | 6.682 | 6.678 | 6.68 | 100.0% | 3 | |
| 1342 | | vm.wait_for_ssh | 6.567 | 6.994 | 7.698 | 7.502 | 7.6 | 100.0% | 3 | |
| 1343 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1344 | Load duration: 131.369011879 |
| 1345 | Full duration: 157.518203974 |
| 1346 | |
| 1347 | Scenario Specific Results |
| 1348 | |
| 1349 | +-------+-----+-----+-----+--------------+--------------+ |
| 1350 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 1351 | +-------+-----+-----+-----+--------------+--------------+ |
| 1352 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 1353 | +-------+-----+-----+-----+--------------+--------------+ |
| 1354 | |
| 1355 | HINTS: |
| 1356 | * To plot HTML graphics with this data, run: |
| 1357 | rally task report a965ea3e-1438-4dcc-9e7b-eda827321dd4 --out output.html |
| 1358 | |
| 1359 | * To get raw JSON output of task results, run: |
| 1360 | rally task results a965ea3e-1438-4dcc-9e7b-eda827321dd4 |
| 1361 | |
| 1362 | Using task: a965ea3e-1438-4dcc-9e7b-eda827321dd4 |
| 1363 | ================================================================================ |
| 1364 | [{u'__meta__': {u'action': u'write', |
| 1365 | u'blocksize': 256, |
| 1366 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileMDUmTt -i 0 -s 128000 -r 256 -+n', |
| 1367 | u'concurence': 1, |
| 1368 | u'direct_io': False, |
| 1369 | u'iodepth': 16, |
| 1370 | u'size': 128000, |
| 1371 | u'sync': True, |
| 1372 | u'use_hight_io_priority': True}, |
| 1373 | u'bw_mean': 4036}, |
| 1374 | {u'__meta__': {u'action': u'write', |
| 1375 | u'blocksize': 256, |
| 1376 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filevlaxDd -i 0 -s 128000 -r 256 -+n', |
| 1377 | u'concurence': 1, |
| 1378 | u'direct_io': False, |
| 1379 | u'iodepth': 16, |
| 1380 | u'size': 128000, |
| 1381 | u'sync': True, |
| 1382 | u'use_hight_io_priority': True}, |
| 1383 | u'bw_mean': 3938}, |
| 1384 | {u'__meta__': {u'action': u'write', |
| 1385 | u'blocksize': 256, |
| 1386 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileJJnAOl -i 0 -s 128000 -r 256 -+n', |
| 1387 | u'concurence': 1, |
| 1388 | u'direct_io': False, |
| 1389 | u'iodepth': 16, |
| 1390 | u'size': 128000, |
| 1391 | u'sync': True, |
| 1392 | u'use_hight_io_priority': True}, |
| 1393 | u'bw_mean': 3923}] |
| 1394 | ================================================================================ |
| 1395 | |
| 1396 | ====> {"write s 256k": [3965, 86]} |
| 1397 | |
| 1398 | ================================================================================ |
| 1399 | + for xxx in '$three_times' |
| 1400 | + [[ s == \s ]] |
| 1401 | + ssync=-s |
| 1402 | + factor=x500 |
| 1403 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 256k --iosize x500 -s' |
| 1404 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 256k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 1405 | 02:29:16 12336 >>>> Start rally with opts 'task start /tmp/fileSqKGRj --deployment perf-1' |
| 1406 | -------------------------------------------------------------------------------- |
| 1407 | Preparing input task |
| 1408 | -------------------------------------------------------------------------------- |
| 1409 | |
| 1410 | Input task is: |
| 1411 | VMTasks.boot_runcommand_delete: |
| 1412 | - args: |
| 1413 | flavor: {name: ceph.512} |
| 1414 | floating_network: net04_ext |
| 1415 | force_delete: false |
| 1416 | image: {name: ubuntu} |
| 1417 | interpreter: /usr/bin/env python2 |
| 1418 | script: /tmp/fileAZ3SXP |
| 1419 | username: ubuntu |
| 1420 | context: |
| 1421 | network: {} |
| 1422 | users: {tenants: 1, users_per_tenant: 1} |
| 1423 | runner: {concurrency: 3, times: 3, type: constant} |
| 1424 | |
| 1425 | -------------------------------------------------------------------------------- |
| 1426 | Task ed5c7e0a-3d27-4e7e-a885-f03fa3f3a447: started |
| 1427 | -------------------------------------------------------------------------------- |
| 1428 | |
| 1429 | Benchmarking... This can take a while... |
| 1430 | |
| 1431 | To track task status use: |
| 1432 | |
| 1433 | rally task status |
| 1434 | or |
| 1435 | rally task detailed |
| 1436 | |
| 1437 | 02:30:59 12541 >>>> Start io test |
| 1438 | 02:30:59 12541 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 1439 | 02:31:01 12531 >>>> Start io test |
| 1440 | 02:31:01 12531 >>>> Ready and waiting on barrier. Will wait at most 194 seconds |
| 1441 | 02:31:05 12540 >>>> Start io test |
| 1442 | 02:31:05 12540 >>>> Ready and waiting on barrier. Will wait at most 190 seconds |
| 1443 | 02:31:49 12531 >>>> Test finished |
| 1444 | 02:31:49 12540 >>>> Test finished |
| 1445 | 02:31:49 12541 >>>> Test finished |
| 1446 | 2015-02-08 02:32:20.583 12336 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 58d78c4f-4739-4c45-acb5-0f72d2ff2658. |
| 1447 | |
| 1448 | -------------------------------------------------------------------------------- |
| 1449 | Task ed5c7e0a-3d27-4e7e-a885-f03fa3f3a447: finished |
| 1450 | -------------------------------------------------------------------------------- |
| 1451 | |
| 1452 | test scenario VMTasks.boot_runcommand_delete |
| 1453 | args position 0 |
| 1454 | args values: |
| 1455 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 1456 | u'floating_network': u'net04_ext', |
| 1457 | u'force_delete': False, |
| 1458 | u'image': {u'name': u'ubuntu'}, |
| 1459 | u'interpreter': u'/usr/bin/env python2', |
| 1460 | u'script': u'/tmp/fileAZ3SXP', |
| 1461 | u'username': u'ubuntu'}, |
| 1462 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 1463 | u'start_cidr': u'10.2.0.0/24'}, |
| 1464 | u'users': {u'project_domain': u'default', |
| 1465 | u'resource_management_workers': 30, |
| 1466 | u'tenants': 1, |
| 1467 | u'user_domain': u'default', |
| 1468 | u'users_per_tenant': 1}}, |
| 1469 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 1470 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1471 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 1472 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1473 | | nova.associate_floating_ip | 1.573 | 1.655 | 1.814 | 1.767 | 1.79 | 100.0% | 3 | |
| 1474 | | nova.boot_server | 59.332 | 60.177 | 60.674 | 60.644 | 60.659 | 100.0% | 3 | |
| 1475 | | nova.delete_server | 5.176 | 5.262 | 5.384 | 5.352 | 5.368 | 100.0% | 3 | |
| 1476 | | nova.dissociate_floating_ip | 1.849 | 3.487 | 6.694 | 5.739 | 6.216 | 100.0% | 3 | |
| 1477 | | total | 135.02 | 136.686 | 139.745 | 138.854 | 139.3 | 100.0% | 3 | |
| 1478 | | vm.run_command | 43.613 | 43.814 | 44.065 | 44.005 | 44.035 | 100.0% | 3 | |
| 1479 | | vm.wait_for_ping | 4.595 | 6.201 | 7.912 | 7.549 | 7.73 | 100.0% | 3 | |
| 1480 | | vm.wait_for_ssh | 7.366 | 8.457 | 10.322 | 9.794 | 10.058 | 100.0% | 3 | |
| 1481 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1482 | Load duration: 139.891269207 |
| 1483 | Full duration: 181.290491104 |
| 1484 | |
| 1485 | Scenario Specific Results |
| 1486 | |
| 1487 | +-------+-----+-----+-----+--------------+--------------+ |
| 1488 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 1489 | +-------+-----+-----+-----+--------------+--------------+ |
| 1490 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 1491 | +-------+-----+-----+-----+--------------+--------------+ |
| 1492 | |
| 1493 | HINTS: |
| 1494 | * To plot HTML graphics with this data, run: |
| 1495 | rally task report ed5c7e0a-3d27-4e7e-a885-f03fa3f3a447 --out output.html |
| 1496 | |
| 1497 | * To get raw JSON output of task results, run: |
| 1498 | rally task results ed5c7e0a-3d27-4e7e-a885-f03fa3f3a447 |
| 1499 | |
| 1500 | Using task: ed5c7e0a-3d27-4e7e-a885-f03fa3f3a447 |
| 1501 | ================================================================================ |
| 1502 | [{u'__meta__': {u'action': u'write', |
| 1503 | u'blocksize': 256, |
| 1504 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileTrxO0L -i 0 -s 128000 -r 256 -+n', |
| 1505 | u'concurence': 1, |
| 1506 | u'direct_io': False, |
| 1507 | u'iodepth': 16, |
| 1508 | u'size': 128000, |
| 1509 | u'sync': True, |
| 1510 | u'use_hight_io_priority': True}, |
| 1511 | u'bw_mean': 3847}, |
| 1512 | {u'__meta__': {u'action': u'write', |
| 1513 | u'blocksize': 256, |
| 1514 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filew8g4uV -i 0 -s 128000 -r 256 -+n', |
| 1515 | u'concurence': 1, |
| 1516 | u'direct_io': False, |
| 1517 | u'iodepth': 16, |
| 1518 | u'size': 128000, |
| 1519 | u'sync': True, |
| 1520 | u'use_hight_io_priority': True}, |
| 1521 | u'bw_mean': 3827}, |
| 1522 | {u'__meta__': {u'action': u'write', |
| 1523 | u'blocksize': 256, |
| 1524 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileLUqvcg -i 0 -s 128000 -r 256 -+n', |
| 1525 | u'concurence': 1, |
| 1526 | u'direct_io': False, |
| 1527 | u'iodepth': 16, |
| 1528 | u'size': 128000, |
| 1529 | u'sync': True, |
| 1530 | u'use_hight_io_priority': True}, |
| 1531 | u'bw_mean': 3791}] |
| 1532 | ================================================================================ |
| 1533 | |
| 1534 | ====> {"write s 256k": [3821, 40]} |
| 1535 | |
| 1536 | ================================================================================ |
| 1537 | + for xxx in '$three_times' |
| 1538 | + [[ s == \s ]] |
| 1539 | + ssync=-s |
| 1540 | + factor=x500 |
| 1541 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 256k --iosize x500 -s' |
| 1542 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 256k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 1543 | 02:32:24 12929 >>>> Start rally with opts 'task start /tmp/fileAeuyaa --deployment perf-1' |
| 1544 | -------------------------------------------------------------------------------- |
| 1545 | Preparing input task |
| 1546 | -------------------------------------------------------------------------------- |
| 1547 | |
| 1548 | Input task is: |
| 1549 | VMTasks.boot_runcommand_delete: |
| 1550 | - args: |
| 1551 | flavor: {name: ceph.512} |
| 1552 | floating_network: net04_ext |
| 1553 | force_delete: false |
| 1554 | image: {name: ubuntu} |
| 1555 | interpreter: /usr/bin/env python2 |
| 1556 | script: /tmp/fileRuOC83 |
| 1557 | username: ubuntu |
| 1558 | context: |
| 1559 | network: {} |
| 1560 | users: {tenants: 1, users_per_tenant: 1} |
| 1561 | runner: {concurrency: 3, times: 3, type: constant} |
| 1562 | |
| 1563 | -------------------------------------------------------------------------------- |
| 1564 | Task 2b72839b-9ed9-4a8d-9755-f63c5604e706: started |
| 1565 | -------------------------------------------------------------------------------- |
| 1566 | |
| 1567 | Benchmarking... This can take a while... |
| 1568 | |
| 1569 | To track task status use: |
| 1570 | |
| 1571 | rally task status |
| 1572 | or |
| 1573 | rally task detailed |
| 1574 | |
| 1575 | 02:34:06 13126 >>>> Start io test |
| 1576 | 02:34:06 13126 >>>> Ready and waiting on barrier. Will wait at most 198 seconds |
| 1577 | 02:34:12 13125 >>>> Start io test |
| 1578 | 02:34:12 13125 >>>> Ready and waiting on barrier. Will wait at most 192 seconds |
| 1579 | 02:34:17 13127 >>>> Start io test |
| 1580 | 02:34:17 13127 >>>> Ready and waiting on barrier. Will wait at most 186 seconds |
| 1581 | 02:35:00 13127 >>>> Test finished |
| 1582 | 02:35:01 13125 >>>> Test finished |
| 1583 | 02:35:03 13126 >>>> Test finished |
| 1584 | 2015-02-08 02:35:33.807 12929 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: d372b811-4a2f-4617-9375-bf5d0b176e12. |
| 1585 | |
| 1586 | -------------------------------------------------------------------------------- |
| 1587 | Task 2b72839b-9ed9-4a8d-9755-f63c5604e706: finished |
| 1588 | -------------------------------------------------------------------------------- |
| 1589 | |
| 1590 | test scenario VMTasks.boot_runcommand_delete |
| 1591 | args position 0 |
| 1592 | args values: |
| 1593 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 1594 | u'floating_network': u'net04_ext', |
| 1595 | u'force_delete': False, |
| 1596 | u'image': {u'name': u'ubuntu'}, |
| 1597 | u'interpreter': u'/usr/bin/env python2', |
| 1598 | u'script': u'/tmp/fileRuOC83', |
| 1599 | u'username': u'ubuntu'}, |
| 1600 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 1601 | u'start_cidr': u'10.2.0.0/24'}, |
| 1602 | u'users': {u'project_domain': u'default', |
| 1603 | u'resource_management_workers': 30, |
| 1604 | u'tenants': 1, |
| 1605 | u'user_domain': u'default', |
| 1606 | u'users_per_tenant': 1}}, |
| 1607 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 1608 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1609 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 1610 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1611 | | nova.associate_floating_ip | 1.461 | 1.523 | 1.641 | 1.606 | 1.624 | 100.0% | 3 | |
| 1612 | | nova.boot_server | 63.07 | 64.631 | 67.607 | 66.729 | 67.168 | 100.0% | 3 | |
| 1613 | | nova.delete_server | 5.259 | 6.822 | 9.719 | 8.873 | 9.296 | 100.0% | 3 | |
| 1614 | | nova.dissociate_floating_ip | 1.586 | 1.72 | 1.819 | 1.806 | 1.813 | 100.0% | 3 | |
| 1615 | | total | 146.147 | 148.016 | 149.654 | 149.372 | 149.513 | 100.0% | 3 | |
| 1616 | | vm.run_command | 42.578 | 43.877 | 45.068 | 44.851 | 44.96 | 100.0% | 3 | |
| 1617 | | vm.wait_for_ping | 4.619 | 5.242 | 6.108 | 5.886 | 5.997 | 100.0% | 3 | |
| 1618 | | vm.wait_for_ssh | 6.321 | 10.173 | 12.106 | 12.104 | 12.105 | 100.0% | 3 | |
| 1619 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1620 | Load duration: 149.794737101 |
| 1621 | Full duration: 185.754514217 |
| 1622 | |
| 1623 | Scenario Specific Results |
| 1624 | |
| 1625 | +-------+-----+-----+-----+--------------+--------------+ |
| 1626 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 1627 | +-------+-----+-----+-----+--------------+--------------+ |
| 1628 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 1629 | +-------+-----+-----+-----+--------------+--------------+ |
| 1630 | |
| 1631 | HINTS: |
| 1632 | * To plot HTML graphics with this data, run: |
| 1633 | rally task report 2b72839b-9ed9-4a8d-9755-f63c5604e706 --out output.html |
| 1634 | |
| 1635 | * To get raw JSON output of task results, run: |
| 1636 | rally task results 2b72839b-9ed9-4a8d-9755-f63c5604e706 |
| 1637 | |
| 1638 | Using task: 2b72839b-9ed9-4a8d-9755-f63c5604e706 |
| 1639 | ================================================================================ |
| 1640 | [{u'__meta__': {u'action': u'write', |
| 1641 | u'blocksize': 256, |
| 1642 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filefEbC0X -i 0 -s 128000 -r 256 -+n', |
| 1643 | u'concurence': 1, |
| 1644 | u'direct_io': False, |
| 1645 | u'iodepth': 16, |
| 1646 | u'size': 128000, |
| 1647 | u'sync': True, |
| 1648 | u'use_hight_io_priority': True}, |
| 1649 | u'bw_mean': 4261}, |
| 1650 | {u'__meta__': {u'action': u'write', |
| 1651 | u'blocksize': 256, |
| 1652 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileK8K4kD -i 0 -s 128000 -r 256 -+n', |
| 1653 | u'concurence': 1, |
| 1654 | u'direct_io': False, |
| 1655 | u'iodepth': 16, |
| 1656 | u'size': 128000, |
| 1657 | u'sync': True, |
| 1658 | u'use_hight_io_priority': True}, |
| 1659 | u'bw_mean': 4075}, |
| 1660 | {u'__meta__': {u'action': u'write', |
| 1661 | u'blocksize': 256, |
| 1662 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file1tZfqK -i 0 -s 128000 -r 256 -+n', |
| 1663 | u'concurence': 1, |
| 1664 | u'direct_io': False, |
| 1665 | u'iodepth': 16, |
| 1666 | u'size': 128000, |
| 1667 | u'sync': True, |
| 1668 | u'use_hight_io_priority': True}, |
| 1669 | u'bw_mean': 3939}] |
| 1670 | ================================================================================ |
| 1671 | |
| 1672 | ====> {"write s 256k": [4091, 228]} |
| 1673 | |
| 1674 | ================================================================================ |
| 1675 | + for bsize in '$bsizes' |
| 1676 | + for op in '$ops' |
| 1677 | + for sync in '$osync' |
| 1678 | + for xxx in '$three_times' |
| 1679 | + [[ s == \s ]] |
| 1680 | + ssync=-s |
| 1681 | + factor=x500 |
| 1682 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1m --iosize x500 -s' |
| 1683 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1m --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 1684 | 02:35:37 13484 >>>> Start rally with opts 'task start /tmp/fileRWhSKh --deployment perf-1' |
| 1685 | -------------------------------------------------------------------------------- |
| 1686 | Preparing input task |
| 1687 | -------------------------------------------------------------------------------- |
| 1688 | |
| 1689 | Input task is: |
| 1690 | VMTasks.boot_runcommand_delete: |
| 1691 | - args: |
| 1692 | flavor: {name: ceph.512} |
| 1693 | floating_network: net04_ext |
| 1694 | force_delete: false |
| 1695 | image: {name: ubuntu} |
| 1696 | interpreter: /usr/bin/env python2 |
| 1697 | script: /tmp/fileFGgylp |
| 1698 | username: ubuntu |
| 1699 | context: |
| 1700 | network: {} |
| 1701 | users: {tenants: 1, users_per_tenant: 1} |
| 1702 | runner: {concurrency: 3, times: 3, type: constant} |
| 1703 | |
| 1704 | -------------------------------------------------------------------------------- |
| 1705 | Task a8154347-6cc9-411f-b38a-1d7d6aa98f21: started |
| 1706 | -------------------------------------------------------------------------------- |
| 1707 | |
| 1708 | Benchmarking... This can take a while... |
| 1709 | |
| 1710 | To track task status use: |
| 1711 | |
| 1712 | rally task status |
| 1713 | or |
| 1714 | rally task detailed |
| 1715 | |
| 1716 | 02:37:12 13683 >>>> Start io test |
| 1717 | 02:37:12 13683 >>>> Ready and waiting on barrier. Will wait at most 205 seconds |
| 1718 | 02:37:14 13684 >>>> Start io test |
| 1719 | 02:37:14 13684 >>>> Ready and waiting on barrier. Will wait at most 203 seconds |
| 1720 | 02:37:19 13682 >>>> Start io test |
| 1721 | 02:37:19 13682 >>>> Ready and waiting on barrier. Will wait at most 198 seconds |
| 1722 | 02:38:53 13684 >>>> Test finished |
| 1723 | 02:38:55 13682 >>>> Test finished |
| 1724 | 02:38:55 13683 >>>> Test finished |
| 1725 | 2015-02-08 02:39:37.411 13484 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 19b5e73a-eb11-40dd-a52e-10e9d33c92c4. |
| 1726 | |
| 1727 | -------------------------------------------------------------------------------- |
| 1728 | Task a8154347-6cc9-411f-b38a-1d7d6aa98f21: finished |
| 1729 | -------------------------------------------------------------------------------- |
| 1730 | |
| 1731 | test scenario VMTasks.boot_runcommand_delete |
| 1732 | args position 0 |
| 1733 | args values: |
| 1734 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 1735 | u'floating_network': u'net04_ext', |
| 1736 | u'force_delete': False, |
| 1737 | u'image': {u'name': u'ubuntu'}, |
| 1738 | u'interpreter': u'/usr/bin/env python2', |
| 1739 | u'script': u'/tmp/fileFGgylp', |
| 1740 | u'username': u'ubuntu'}, |
| 1741 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 1742 | u'start_cidr': u'10.2.0.0/24'}, |
| 1743 | u'users': {u'project_domain': u'default', |
| 1744 | u'resource_management_workers': 30, |
| 1745 | u'tenants': 1, |
| 1746 | u'user_domain': u'default', |
| 1747 | u'users_per_tenant': 1}}, |
| 1748 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 1749 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1750 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 1751 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1752 | | nova.associate_floating_ip | 1.373 | 1.401 | 1.419 | 1.418 | 1.418 | 100.0% | 3 | |
| 1753 | | nova.boot_server | 60.778 | 61.705 | 62.732 | 62.507 | 62.619 | 100.0% | 3 | |
| 1754 | | nova.delete_server | 5.105 | 6.68 | 9.775 | 8.852 | 9.313 | 100.0% | 3 | |
| 1755 | | nova.dissociate_floating_ip | 1.658 | 3.326 | 6.564 | 5.602 | 6.083 | 100.0% | 3 | |
| 1756 | | total | 189.362 | 193.818 | 199.322 | 198.012 | 198.667 | 100.0% | 3 | |
| 1757 | | vm.run_command | 94.391 | 95.52 | 96.331 | 96.232 | 96.282 | 100.0% | 3 | |
| 1758 | | vm.wait_for_ping | 6.09 | 6.182 | 6.353 | 6.303 | 6.328 | 100.0% | 3 | |
| 1759 | | vm.wait_for_ssh | 7.539 | 7.681 | 7.771 | 7.763 | 7.767 | 100.0% | 3 | |
| 1760 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1761 | Load duration: 199.393381119 |
| 1762 | Full duration: 236.726731062 |
| 1763 | |
| 1764 | Scenario Specific Results |
| 1765 | |
| 1766 | +-------+-----+-----+-----+--------------+--------------+ |
| 1767 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 1768 | +-------+-----+-----+-----+--------------+--------------+ |
| 1769 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 1770 | +-------+-----+-----+-----+--------------+--------------+ |
| 1771 | |
| 1772 | HINTS: |
| 1773 | * To plot HTML graphics with this data, run: |
| 1774 | rally task report a8154347-6cc9-411f-b38a-1d7d6aa98f21 --out output.html |
| 1775 | |
| 1776 | * To get raw JSON output of task results, run: |
| 1777 | rally task results a8154347-6cc9-411f-b38a-1d7d6aa98f21 |
| 1778 | |
| 1779 | Using task: a8154347-6cc9-411f-b38a-1d7d6aa98f21 |
| 1780 | ================================================================================ |
| 1781 | [{u'__meta__': {u'action': u'write', |
| 1782 | u'blocksize': 1024, |
| 1783 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileXODmBy -i 0 -s 512000 -r 1024 -+n', |
| 1784 | u'concurence': 1, |
| 1785 | u'direct_io': False, |
| 1786 | u'iodepth': 16, |
| 1787 | u'size': 512000, |
| 1788 | u'sync': True, |
| 1789 | u'use_hight_io_priority': True}, |
| 1790 | u'bw_mean': 7965}, |
| 1791 | {u'__meta__': {u'action': u'write', |
| 1792 | u'blocksize': 1024, |
| 1793 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filelZsFeA -i 0 -s 512000 -r 1024 -+n', |
| 1794 | u'concurence': 1, |
| 1795 | u'direct_io': False, |
| 1796 | u'iodepth': 16, |
| 1797 | u'size': 512000, |
| 1798 | u'sync': True, |
| 1799 | u'use_hight_io_priority': True}, |
| 1800 | u'bw_mean': 7757}, |
| 1801 | {u'__meta__': {u'action': u'write', |
| 1802 | u'blocksize': 1024, |
| 1803 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileSXwn6l -i 0 -s 512000 -r 1024 -+n', |
| 1804 | u'concurence': 1, |
| 1805 | u'direct_io': False, |
| 1806 | u'iodepth': 16, |
| 1807 | u'size': 512000, |
| 1808 | u'sync': True, |
| 1809 | u'use_hight_io_priority': True}, |
| 1810 | u'bw_mean': 7848}] |
| 1811 | ================================================================================ |
| 1812 | |
| 1813 | ====> {"write s 1024k": [7856, 147]} |
| 1814 | |
| 1815 | ================================================================================ |
| 1816 | + for xxx in '$three_times' |
| 1817 | + [[ s == \s ]] |
| 1818 | + ssync=-s |
| 1819 | + factor=x500 |
| 1820 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1m --iosize x500 -s' |
| 1821 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1m --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 1822 | 02:39:41 14036 >>>> Start rally with opts 'task start /tmp/filelToPNe --deployment perf-1' |
| 1823 | -------------------------------------------------------------------------------- |
| 1824 | Preparing input task |
| 1825 | -------------------------------------------------------------------------------- |
| 1826 | |
| 1827 | Input task is: |
| 1828 | VMTasks.boot_runcommand_delete: |
| 1829 | - args: |
| 1830 | flavor: {name: ceph.512} |
| 1831 | floating_network: net04_ext |
| 1832 | force_delete: false |
| 1833 | image: {name: ubuntu} |
| 1834 | interpreter: /usr/bin/env python2 |
| 1835 | script: /tmp/filenfg0wN |
| 1836 | username: ubuntu |
| 1837 | context: |
| 1838 | network: {} |
| 1839 | users: {tenants: 1, users_per_tenant: 1} |
| 1840 | runner: {concurrency: 3, times: 3, type: constant} |
| 1841 | |
| 1842 | -------------------------------------------------------------------------------- |
| 1843 | Task ac3a0010-7b52-4640-ba91-83133fd28d2e: started |
| 1844 | -------------------------------------------------------------------------------- |
| 1845 | |
| 1846 | Benchmarking... This can take a while... |
| 1847 | |
| 1848 | To track task status use: |
| 1849 | |
| 1850 | rally task status |
| 1851 | or |
| 1852 | rally task detailed |
| 1853 | |
| 1854 | 02:41:22 14232 >>>> Start io test |
| 1855 | 02:41:22 14232 >>>> Ready and waiting on barrier. Will wait at most 198 seconds |
| 1856 | 02:41:25 14230 >>>> Start io test |
| 1857 | 02:41:25 14230 >>>> Ready and waiting on barrier. Will wait at most 196 seconds |
| 1858 | 02:41:29 14231 >>>> Start io test |
| 1859 | 02:41:29 14231 >>>> Ready and waiting on barrier. Will wait at most 192 seconds |
| 1860 | 02:42:59 14230 >>>> Test finished |
| 1861 | 02:42:59 14232 >>>> Test finished |
| 1862 | 02:42:59 14231 >>>> Test finished |
| 1863 | 2015-02-08 02:43:37.584 14036 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 80598539-fee3-4599-b33c-fea133077f83. |
| 1864 | |
| 1865 | -------------------------------------------------------------------------------- |
| 1866 | Task ac3a0010-7b52-4640-ba91-83133fd28d2e: finished |
| 1867 | -------------------------------------------------------------------------------- |
| 1868 | |
| 1869 | test scenario VMTasks.boot_runcommand_delete |
| 1870 | args position 0 |
| 1871 | args values: |
| 1872 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 1873 | u'floating_network': u'net04_ext', |
| 1874 | u'force_delete': False, |
| 1875 | u'image': {u'name': u'ubuntu'}, |
| 1876 | u'interpreter': u'/usr/bin/env python2', |
| 1877 | u'script': u'/tmp/filenfg0wN', |
| 1878 | u'username': u'ubuntu'}, |
| 1879 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 1880 | u'start_cidr': u'10.2.0.0/24'}, |
| 1881 | u'users': {u'project_domain': u'default', |
| 1882 | u'resource_management_workers': 30, |
| 1883 | u'tenants': 1, |
| 1884 | u'user_domain': u'default', |
| 1885 | u'users_per_tenant': 1}}, |
| 1886 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 1887 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1888 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 1889 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1890 | | nova.associate_floating_ip | 1.56 | 1.61 | 1.647 | 1.643 | 1.645 | 100.0% | 3 | |
| 1891 | | nova.boot_server | 62.995 | 63.293 | 63.786 | 63.648 | 63.717 | 100.0% | 3 | |
| 1892 | | nova.delete_server | 5.178 | 8.391 | 12.469 | 11.48 | 11.974 | 100.0% | 3 | |
| 1893 | | nova.dissociate_floating_ip | 1.554 | 3.237 | 6.537 | 5.554 | 6.045 | 100.0% | 3 | |
| 1894 | | total | 186.699 | 189.176 | 191.143 | 190.852 | 190.997 | 100.0% | 3 | |
| 1895 | | vm.run_command | 89.775 | 90.166 | 90.511 | 90.451 | 90.481 | 100.0% | 3 | |
| 1896 | | vm.wait_for_ping | 2.087 | 4.884 | 6.347 | 6.321 | 6.334 | 100.0% | 3 | |
| 1897 | | vm.wait_for_ssh | 6.628 | 8.704 | 10.928 | 10.453 | 10.691 | 100.0% | 3 | |
| 1898 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 1899 | Load duration: 191.273862839 |
| 1900 | Full duration: 233.295112133 |
| 1901 | |
| 1902 | Scenario Specific Results |
| 1903 | |
| 1904 | +-------+-----+-----+-----+--------------+--------------+ |
| 1905 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 1906 | +-------+-----+-----+-----+--------------+--------------+ |
| 1907 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 1908 | +-------+-----+-----+-----+--------------+--------------+ |
| 1909 | |
| 1910 | HINTS: |
| 1911 | * To plot HTML graphics with this data, run: |
| 1912 | rally task report ac3a0010-7b52-4640-ba91-83133fd28d2e --out output.html |
| 1913 | |
| 1914 | * To get raw JSON output of task results, run: |
| 1915 | rally task results ac3a0010-7b52-4640-ba91-83133fd28d2e |
| 1916 | |
| 1917 | Using task: ac3a0010-7b52-4640-ba91-83133fd28d2e |
| 1918 | ================================================================================ |
| 1919 | [{u'__meta__': {u'action': u'write', |
| 1920 | u'blocksize': 1024, |
| 1921 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file99oz35 -i 0 -s 512000 -r 1024 -+n', |
| 1922 | u'concurence': 1, |
| 1923 | u'direct_io': False, |
| 1924 | u'iodepth': 16, |
| 1925 | u'size': 512000, |
| 1926 | u'sync': True, |
| 1927 | u'use_hight_io_priority': True}, |
| 1928 | u'bw_mean': 8500}, |
| 1929 | {u'__meta__': {u'action': u'write', |
| 1930 | u'blocksize': 1024, |
| 1931 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file3FNxPn -i 0 -s 512000 -r 1024 -+n', |
| 1932 | u'concurence': 1, |
| 1933 | u'direct_io': False, |
| 1934 | u'iodepth': 16, |
| 1935 | u'size': 512000, |
| 1936 | u'sync': True, |
| 1937 | u'use_hight_io_priority': True}, |
| 1938 | u'bw_mean': 8365}, |
| 1939 | {u'__meta__': {u'action': u'write', |
| 1940 | u'blocksize': 1024, |
| 1941 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filesYA0hA -i 0 -s 512000 -r 1024 -+n', |
| 1942 | u'concurence': 1, |
| 1943 | u'direct_io': False, |
| 1944 | u'iodepth': 16, |
| 1945 | u'size': 512000, |
| 1946 | u'sync': True, |
| 1947 | u'use_hight_io_priority': True}, |
| 1948 | u'bw_mean': 8347}] |
| 1949 | ================================================================================ |
| 1950 | |
| 1951 | ====> {"write s 1024k": [8404, 118]} |
| 1952 | |
| 1953 | ================================================================================ |
| 1954 | + for xxx in '$three_times' |
| 1955 | + [[ s == \s ]] |
| 1956 | + ssync=-s |
| 1957 | + factor=x500 |
| 1958 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1m --iosize x500 -s' |
| 1959 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1m --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 1960 | 02:43:41 14566 >>>> Start rally with opts 'task start /tmp/filefILgG9 --deployment perf-1' |
| 1961 | -------------------------------------------------------------------------------- |
| 1962 | Preparing input task |
| 1963 | -------------------------------------------------------------------------------- |
| 1964 | |
| 1965 | Input task is: |
| 1966 | VMTasks.boot_runcommand_delete: |
| 1967 | - args: |
| 1968 | flavor: {name: ceph.512} |
| 1969 | floating_network: net04_ext |
| 1970 | force_delete: false |
| 1971 | image: {name: ubuntu} |
| 1972 | interpreter: /usr/bin/env python2 |
| 1973 | script: /tmp/fileb0dLih |
| 1974 | username: ubuntu |
| 1975 | context: |
| 1976 | network: {} |
| 1977 | users: {tenants: 1, users_per_tenant: 1} |
| 1978 | runner: {concurrency: 3, times: 3, type: constant} |
| 1979 | |
| 1980 | -------------------------------------------------------------------------------- |
| 1981 | Task ef5f8e2b-f1fa-445b-872a-3b217bf1c30a: started |
| 1982 | -------------------------------------------------------------------------------- |
| 1983 | |
| 1984 | Benchmarking... This can take a while... |
| 1985 | |
| 1986 | To track task status use: |
| 1987 | |
| 1988 | rally task status |
| 1989 | or |
| 1990 | rally task detailed |
| 1991 | |
| 1992 | 02:45:24 14760 >>>> Start io test |
| 1993 | 02:45:24 14760 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 1994 | 02:45:29 14761 >>>> Start io test |
| 1995 | 02:45:29 14761 >>>> Ready and waiting on barrier. Will wait at most 191 seconds |
| 1996 | 02:45:32 14762 >>>> Start io test |
| 1997 | 02:45:32 14762 >>>> Ready and waiting on barrier. Will wait at most 189 seconds |
| 1998 | 02:47:06 14761 >>>> Test finished |
| 1999 | 02:47:06 14762 >>>> Test finished |
| 2000 | 02:47:06 14760 >>>> Test finished |
| 2001 | 2015-02-08 02:47:46.837 14566 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 64c7306f-b05a-4cbe-8a56-7de2245478a1. |
| 2002 | |
| 2003 | -------------------------------------------------------------------------------- |
| 2004 | Task ef5f8e2b-f1fa-445b-872a-3b217bf1c30a: finished |
| 2005 | -------------------------------------------------------------------------------- |
| 2006 | |
| 2007 | test scenario VMTasks.boot_runcommand_delete |
| 2008 | args position 0 |
| 2009 | args values: |
| 2010 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 2011 | u'floating_network': u'net04_ext', |
| 2012 | u'force_delete': False, |
| 2013 | u'image': {u'name': u'ubuntu'}, |
| 2014 | u'interpreter': u'/usr/bin/env python2', |
| 2015 | u'script': u'/tmp/fileb0dLih', |
| 2016 | u'username': u'ubuntu'}, |
| 2017 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 2018 | u'start_cidr': u'10.2.0.0/24'}, |
| 2019 | u'users': {u'project_domain': u'default', |
| 2020 | u'resource_management_workers': 30, |
| 2021 | u'tenants': 1, |
| 2022 | u'user_domain': u'default', |
| 2023 | u'users_per_tenant': 1}}, |
| 2024 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 2025 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2026 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 2027 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2028 | | nova.associate_floating_ip | 1.625 | 1.945 | 2.524 | 2.357 | 2.44 | 100.0% | 3 | |
| 2029 | | nova.boot_server | 61.061 | 62.013 | 63.296 | 62.973 | 63.135 | 100.0% | 3 | |
| 2030 | | nova.delete_server | 5.512 | 5.523 | 5.544 | 5.538 | 5.541 | 100.0% | 3 | |
| 2031 | | nova.dissociate_floating_ip | 1.666 | 3.445 | 6.82 | 5.826 | 6.323 | 100.0% | 3 | |
| 2032 | | total | 187.295 | 188.873 | 192.021 | 191.077 | 191.549 | 100.0% | 3 | |
| 2033 | | vm.run_command | 93.93 | 94.286 | 94.627 | 94.562 | 94.594 | 100.0% | 3 | |
| 2034 | | vm.wait_for_ping | 6.098 | 6.106 | 6.114 | 6.112 | 6.113 | 100.0% | 3 | |
| 2035 | | vm.wait_for_ssh | 5.258 | 7.552 | 10.811 | 9.966 | 10.388 | 100.0% | 3 | |
| 2036 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2037 | Load duration: 192.087732077 |
| 2038 | Full duration: 242.544982195 |
| 2039 | |
| 2040 | Scenario Specific Results |
| 2041 | |
| 2042 | +-------+-----+-----+-----+--------------+--------------+ |
| 2043 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 2044 | +-------+-----+-----+-----+--------------+--------------+ |
| 2045 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 2046 | +-------+-----+-----+-----+--------------+--------------+ |
| 2047 | |
| 2048 | HINTS: |
| 2049 | * To plot HTML graphics with this data, run: |
| 2050 | rally task report ef5f8e2b-f1fa-445b-872a-3b217bf1c30a --out output.html |
| 2051 | |
| 2052 | * To get raw JSON output of task results, run: |
| 2053 | rally task results ef5f8e2b-f1fa-445b-872a-3b217bf1c30a |
| 2054 | |
| 2055 | Using task: ef5f8e2b-f1fa-445b-872a-3b217bf1c30a |
| 2056 | ================================================================================ |
| 2057 | [{u'__meta__': {u'action': u'write', |
| 2058 | u'blocksize': 1024, |
| 2059 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filen5yUsz -i 0 -s 512000 -r 1024 -+n', |
| 2060 | u'concurence': 1, |
| 2061 | u'direct_io': False, |
| 2062 | u'iodepth': 16, |
| 2063 | u'size': 512000, |
| 2064 | u'sync': True, |
| 2065 | u'use_hight_io_priority': True}, |
| 2066 | u'bw_mean': 7784}, |
| 2067 | {u'__meta__': {u'action': u'write', |
| 2068 | u'blocksize': 1024, |
| 2069 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filehssvUs -i 0 -s 512000 -r 1024 -+n', |
| 2070 | u'concurence': 1, |
| 2071 | u'direct_io': False, |
| 2072 | u'iodepth': 16, |
| 2073 | u'size': 512000, |
| 2074 | u'sync': True, |
| 2075 | u'use_hight_io_priority': True}, |
| 2076 | u'bw_mean': 7750}, |
| 2077 | {u'__meta__': {u'action': u'write', |
| 2078 | u'blocksize': 1024, |
| 2079 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file9KdQg0 -i 0 -s 512000 -r 1024 -+n', |
| 2080 | u'concurence': 1, |
| 2081 | u'direct_io': False, |
| 2082 | u'iodepth': 16, |
| 2083 | u'size': 512000, |
| 2084 | u'sync': True, |
| 2085 | u'use_hight_io_priority': True}, |
| 2086 | u'bw_mean': 7703}] |
| 2087 | ================================================================================ |
| 2088 | |
| 2089 | ====> {"write s 1024k": [7745, 57]} |
| 2090 | |
| 2091 | ================================================================================ |
| 2092 | + bsizes='4k 64k 256k 1m' |
| 2093 | + ops='randread read' |
| 2094 | + for bsize in '$bsizes' |
| 2095 | + for op in '$ops' |
| 2096 | + for xxx in '$three_times' |
| 2097 | + io_opts='--type iozone -a randread --iodepth 16 --blocksize 4k --iosize r2' |
| 2098 | + python run_rally_test.py -l -o '--type iozone -a randread --iodepth 16 --blocksize 4k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 2099 | 02:47:50 15098 >>>> Start rally with opts 'task start /tmp/fileyLa6ay --deployment perf-1' |
| 2100 | -------------------------------------------------------------------------------- |
| 2101 | Preparing input task |
| 2102 | -------------------------------------------------------------------------------- |
| 2103 | |
| 2104 | Input task is: |
| 2105 | VMTasks.boot_runcommand_delete: |
| 2106 | - args: |
| 2107 | flavor: {name: ceph.512} |
| 2108 | floating_network: net04_ext |
| 2109 | force_delete: false |
| 2110 | image: {name: ubuntu} |
| 2111 | interpreter: /usr/bin/env python2 |
| 2112 | script: /tmp/file43pNPU |
| 2113 | username: ubuntu |
| 2114 | context: |
| 2115 | network: {} |
| 2116 | users: {tenants: 1, users_per_tenant: 1} |
| 2117 | runner: {concurrency: 3, times: 3, type: constant} |
| 2118 | |
| 2119 | -------------------------------------------------------------------------------- |
| 2120 | Task a2035cda-c1ba-4b2e-b001-957776d6b62d: started |
| 2121 | -------------------------------------------------------------------------------- |
| 2122 | |
| 2123 | Benchmarking... This can take a while... |
| 2124 | |
| 2125 | To track task status use: |
| 2126 | |
| 2127 | rally task status |
| 2128 | or |
| 2129 | rally task detailed |
| 2130 | |
| 2131 | 02:49:35 15296 >>>> Start io test |
| 2132 | 02:49:35 15296 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 2133 | 02:49:39 15295 >>>> Start io test |
| 2134 | 02:49:39 15295 >>>> Ready and waiting on barrier. Will wait at most 191 seconds |
| 2135 | 02:49:42 15294 >>>> Start io test |
| 2136 | 02:49:42 15294 >>>> Ready and waiting on barrier. Will wait at most 188 seconds |
| 2137 | 02:59:46 15296 >>>> Test finished |
| 2138 | 03:01:21 15294 >>>> Test finished |
| 2139 | 03:05:18 15295 >>>> Test finished |
| 2140 | 2015-02-08 03:06:04.345 15098 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 1d37146f-2194-4bb1-a1e9-2ddd4521a521. |
| 2141 | |
| 2142 | -------------------------------------------------------------------------------- |
| 2143 | Task a2035cda-c1ba-4b2e-b001-957776d6b62d: finished |
| 2144 | -------------------------------------------------------------------------------- |
| 2145 | |
| 2146 | test scenario VMTasks.boot_runcommand_delete |
| 2147 | args position 0 |
| 2148 | args values: |
| 2149 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 2150 | u'floating_network': u'net04_ext', |
| 2151 | u'force_delete': False, |
| 2152 | u'image': {u'name': u'ubuntu'}, |
| 2153 | u'interpreter': u'/usr/bin/env python2', |
| 2154 | u'script': u'/tmp/file43pNPU', |
| 2155 | u'username': u'ubuntu'}, |
| 2156 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 2157 | u'start_cidr': u'10.2.0.0/24'}, |
| 2158 | u'users': {u'project_domain': u'default', |
| 2159 | u'resource_management_workers': 30, |
| 2160 | u'tenants': 1, |
| 2161 | u'user_domain': u'default', |
| 2162 | u'users_per_tenant': 1}}, |
| 2163 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 2164 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2165 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 2166 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2167 | | nova.associate_floating_ip | 1.562 | 1.583 | 1.605 | 1.6 | 1.602 | 66.7% | 3 | |
| 2168 | | nova.boot_server | 60.516 | 61.197 | 61.878 | 61.742 | 61.81 | 66.7% | 3 | |
| 2169 | | nova.delete_server | 9.734 | 64.22 | 118.707 | 107.809 | 113.258 | 66.7% | 3 | |
| 2170 | | nova.dissociate_floating_ip | 7.256 | 7.343 | 7.429 | 7.412 | 7.421 | 66.7% | 3 | |
| 2171 | | total | 916.864 | 980.748 | 1044.633 | 1031.856 | 1038.244 | 66.7% | 3 | |
| 2172 | | vm.run_command | 699.725 | 818.19 | 936.655 | 912.962 | 924.809 | 66.7% | 3 | |
| 2173 | | vm.wait_for_ping | 6.829 | 6.925 | 7.022 | 7.002 | 7.012 | 66.7% | 3 | |
| 2174 | | vm.wait_for_ssh | 7.798 | 9.646 | 11.494 | 11.124 | 11.309 | 66.7% | 3 | |
| 2175 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2176 | Load duration: 1044.72544599 |
| 2177 | Full duration: 1090.92513418 |
| 2178 | |
| 2179 | Scenario Specific Results |
| 2180 | |
| 2181 | +-------+-----+-----+-----+--------------+--------------+ |
| 2182 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 2183 | +-------+-----+-----+-----+--------------+--------------+ |
| 2184 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 2185 | +-------+-----+-----+-----+--------------+--------------+ |
| 2186 | |
| 2187 | HINTS: |
| 2188 | * To plot HTML graphics with this data, run: |
| 2189 | rally task report a2035cda-c1ba-4b2e-b001-957776d6b62d --out output.html |
| 2190 | |
| 2191 | * To get raw JSON output of task results, run: |
| 2192 | rally task results a2035cda-c1ba-4b2e-b001-957776d6b62d |
| 2193 | |
| 2194 | Using task: a2035cda-c1ba-4b2e-b001-957776d6b62d |
| 2195 | ================================================================================ |
| 2196 | [{u'__meta__': {u'action': u'randread', |
| 2197 | u'blocksize': 4, |
| 2198 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileYpfqGI -i 2 -s 1003592 -r 4 -+n', |
| 2199 | u'concurence': 1, |
| 2200 | u'direct_io': False, |
| 2201 | u'iodepth': 16, |
| 2202 | u'size': 1003592, |
| 2203 | u'sync': False, |
| 2204 | u'use_hight_io_priority': True}, |
| 2205 | u'bw_mean': 5704}, |
| 2206 | {u'__meta__': {u'action': u'randread', |
| 2207 | u'blocksize': 4, |
| 2208 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file71kREt -i 2 -s 1003592 -r 4 -+n', |
| 2209 | u'concurence': 1, |
| 2210 | u'direct_io': False, |
| 2211 | u'iodepth': 16, |
| 2212 | u'size': 1003592, |
| 2213 | u'sync': False, |
| 2214 | u'use_hight_io_priority': True}, |
| 2215 | u'bw_mean': 2405}, |
| 2216 | {u'__meta__': {u'action': u'randread', |
| 2217 | u'blocksize': 4, |
| 2218 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileqQuSgR -i 2 -s 1003592 -r 4 -+n', |
| 2219 | u'concurence': 1, |
| 2220 | u'direct_io': False, |
| 2221 | u'iodepth': 16, |
| 2222 | u'size': 1003592, |
| 2223 | u'sync': False, |
| 2224 | u'use_hight_io_priority': True}, |
| 2225 | u'bw_mean': 1546}] |
| 2226 | ================================================================================ |
| 2227 | |
| 2228 | ====> {"randread a 4k": [3218, 3104]} |
| 2229 | |
| 2230 | ================================================================================ |
| 2231 | + for xxx in '$three_times' |
| 2232 | + io_opts='--type iozone -a randread --iodepth 16 --blocksize 4k --iosize r2' |
| 2233 | + python run_rally_test.py -l -o '--type iozone -a randread --iodepth 16 --blocksize 4k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 2234 | 03:06:08 15757 >>>> Start rally with opts 'task start /tmp/filegahy0i --deployment perf-1' |
| 2235 | -------------------------------------------------------------------------------- |
| 2236 | Preparing input task |
| 2237 | -------------------------------------------------------------------------------- |
| 2238 | |
| 2239 | Input task is: |
| 2240 | VMTasks.boot_runcommand_delete: |
| 2241 | - args: |
| 2242 | flavor: {name: ceph.512} |
| 2243 | floating_network: net04_ext |
| 2244 | force_delete: false |
| 2245 | image: {name: ubuntu} |
| 2246 | interpreter: /usr/bin/env python2 |
| 2247 | script: /tmp/filepJIm06 |
| 2248 | username: ubuntu |
| 2249 | context: |
| 2250 | network: {} |
| 2251 | users: {tenants: 1, users_per_tenant: 1} |
| 2252 | runner: {concurrency: 3, times: 3, type: constant} |
| 2253 | |
| 2254 | -------------------------------------------------------------------------------- |
| 2255 | Task f64f22f2-75f6-4b8e-8e75-325071d36647: started |
| 2256 | -------------------------------------------------------------------------------- |
| 2257 | |
| 2258 | Benchmarking... This can take a while... |
| 2259 | |
| 2260 | To track task status use: |
| 2261 | |
| 2262 | rally task status |
| 2263 | or |
| 2264 | rally task detailed |
| 2265 | |
| 2266 | 03:08:02 15951 >>>> Start io test |
| 2267 | 03:08:02 15951 >>>> Ready and waiting on barrier. Will wait at most 185 seconds |
| 2268 | 03:08:04 15953 >>>> Start io test |
| 2269 | 03:08:04 15953 >>>> Ready and waiting on barrier. Will wait at most 184 seconds |
| 2270 | 03:08:07 15952 >>>> Start io test |
| 2271 | 03:08:07 15952 >>>> Ready and waiting on barrier. Will wait at most 181 seconds |
| 2272 | 03:15:51 15952 >>>> Test finished |
| 2273 | 03:20:13 15951 >>>> Test finished |
| 2274 | 03:23:45 15953 >>>> Test finished |
| 2275 | 2015-02-08 03:24:47.264 15757 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 0e56722f-a6f4-400e-b566-69513f172737. |
| 2276 | |
| 2277 | -------------------------------------------------------------------------------- |
| 2278 | Task f64f22f2-75f6-4b8e-8e75-325071d36647: finished |
| 2279 | -------------------------------------------------------------------------------- |
| 2280 | |
| 2281 | test scenario VMTasks.boot_runcommand_delete |
| 2282 | args position 0 |
| 2283 | args values: |
| 2284 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 2285 | u'floating_network': u'net04_ext', |
| 2286 | u'force_delete': False, |
| 2287 | u'image': {u'name': u'ubuntu'}, |
| 2288 | u'interpreter': u'/usr/bin/env python2', |
| 2289 | u'script': u'/tmp/filepJIm06', |
| 2290 | u'username': u'ubuntu'}, |
| 2291 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 2292 | u'start_cidr': u'10.2.0.0/24'}, |
| 2293 | u'users': {u'project_domain': u'default', |
| 2294 | u'resource_management_workers': 30, |
| 2295 | u'tenants': 1, |
| 2296 | u'user_domain': u'default', |
| 2297 | u'users_per_tenant': 1}}, |
| 2298 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 2299 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2300 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 2301 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2302 | | nova.associate_floating_ip | 1.585 | 1.585 | 1.585 | 1.585 | 1.585 | 66.7% | 3 | |
| 2303 | | nova.boot_server | 60.579 | 63.488 | 66.397 | 65.815 | 66.106 | 66.7% | 3 | |
| 2304 | | nova.delete_server | 101.763 | 109.978 | 118.192 | 116.549 | 117.371 | 66.7% | 3 | |
| 2305 | | nova.dissociate_floating_ip | 7.717 | 7.802 | 7.887 | 7.87 | 7.879 | 66.7% | 3 | |
| 2306 | | total | 678.909 | 801.72 | 924.531 | 899.968 | 912.249 | 66.7% | 3 | |
| 2307 | | vm.run_command | 463.872 | 594.925 | 725.978 | 699.767 | 712.872 | 66.7% | 3 | |
| 2308 | | vm.wait_for_ping | 4.745 | 5.797 | 6.849 | 6.638 | 6.744 | 66.7% | 3 | |
| 2309 | | vm.wait_for_ssh | 6.618 | 7.068 | 7.519 | 7.429 | 7.474 | 66.7% | 3 | |
| 2310 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2311 | Load duration: 1039.91754508 |
| 2312 | Full duration: 1115.95508695 |
| 2313 | |
| 2314 | Scenario Specific Results |
| 2315 | |
| 2316 | +-------+-----+-----+-----+--------------+--------------+ |
| 2317 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 2318 | +-------+-----+-----+-----+--------------+--------------+ |
| 2319 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 2320 | +-------+-----+-----+-----+--------------+--------------+ |
| 2321 | |
| 2322 | HINTS: |
| 2323 | * To plot HTML graphics with this data, run: |
| 2324 | rally task report f64f22f2-75f6-4b8e-8e75-325071d36647 --out output.html |
| 2325 | |
| 2326 | * To get raw JSON output of task results, run: |
| 2327 | rally task results f64f22f2-75f6-4b8e-8e75-325071d36647 |
| 2328 | |
| 2329 | Using task: f64f22f2-75f6-4b8e-8e75-325071d36647 |
| 2330 | ================================================================================ |
| 2331 | [{u'__meta__': {u'action': u'randread', |
| 2332 | u'blocksize': 4, |
| 2333 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filekwv0GX -i 2 -s 1003592 -r 4 -+n', |
| 2334 | u'concurence': 1, |
| 2335 | u'direct_io': False, |
| 2336 | u'iodepth': 16, |
| 2337 | u'size': 1003592, |
| 2338 | u'sync': False, |
| 2339 | u'use_hight_io_priority': True}, |
| 2340 | u'bw_mean': 5631}, |
| 2341 | {u'__meta__': {u'action': u'randread', |
| 2342 | u'blocksize': 4, |
| 2343 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileJe4keD -i 2 -s 1003592 -r 4 -+n', |
| 2344 | u'concurence': 1, |
| 2345 | u'direct_io': False, |
| 2346 | u'iodepth': 16, |
| 2347 | u'size': 1003592, |
| 2348 | u'sync': False, |
| 2349 | u'use_hight_io_priority': True}, |
| 2350 | u'bw_mean': 2401}, |
| 2351 | {u'__meta__': {u'action': u'randread', |
| 2352 | u'blocksize': 4, |
| 2353 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filezkCFTw -i 2 -s 1003592 -r 4 -+n', |
| 2354 | u'concurence': 1, |
| 2355 | u'direct_io': False, |
| 2356 | u'iodepth': 16, |
| 2357 | u'size': 1003592, |
| 2358 | u'sync': False, |
| 2359 | u'use_hight_io_priority': True}, |
| 2360 | u'bw_mean': 1627}] |
| 2361 | ================================================================================ |
| 2362 | |
| 2363 | ====> {"randread a 4k": [3219, 3003]} |
| 2364 | |
| 2365 | ================================================================================ |
| 2366 | + for xxx in '$three_times' |
| 2367 | + io_opts='--type iozone -a randread --iodepth 16 --blocksize 4k --iosize r2' |
| 2368 | + python run_rally_test.py -l -o '--type iozone -a randread --iodepth 16 --blocksize 4k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 2369 | 03:24:51 16470 >>>> Start rally with opts 'task start /tmp/filee6OcGM --deployment perf-1' |
| 2370 | -------------------------------------------------------------------------------- |
| 2371 | Preparing input task |
| 2372 | -------------------------------------------------------------------------------- |
| 2373 | |
| 2374 | Input task is: |
| 2375 | VMTasks.boot_runcommand_delete: |
| 2376 | - args: |
| 2377 | flavor: {name: ceph.512} |
| 2378 | floating_network: net04_ext |
| 2379 | force_delete: false |
| 2380 | image: {name: ubuntu} |
| 2381 | interpreter: /usr/bin/env python2 |
| 2382 | script: /tmp/fileAxCCy9 |
| 2383 | username: ubuntu |
| 2384 | context: |
| 2385 | network: {} |
| 2386 | users: {tenants: 1, users_per_tenant: 1} |
| 2387 | runner: {concurrency: 3, times: 3, type: constant} |
| 2388 | |
| 2389 | -------------------------------------------------------------------------------- |
| 2390 | Task be0e01e1-d0b4-4438-8211-0dcbb8a25494: started |
| 2391 | -------------------------------------------------------------------------------- |
| 2392 | |
| 2393 | Benchmarking... This can take a while... |
| 2394 | |
| 2395 | To track task status use: |
| 2396 | |
| 2397 | rally task status |
| 2398 | or |
| 2399 | rally task detailed |
| 2400 | |
| 2401 | 03:26:30 16670 >>>> Start io test |
| 2402 | 03:26:30 16670 >>>> Ready and waiting on barrier. Will wait at most 201 seconds |
| 2403 | 03:26:34 16671 >>>> Start io test |
| 2404 | 03:26:34 16671 >>>> Ready and waiting on barrier. Will wait at most 196 seconds |
| 2405 | 03:26:36 16672 >>>> Start io test |
| 2406 | 03:26:36 16672 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 2407 | 03:34:17 16670 >>>> Test finished |
| 2408 | 03:38:12 16671 >>>> Test finished |
| 2409 | 03:42:12 16672 >>>> Test finished |
| 2410 | 2015-02-08 03:43:14.760 16470 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 4d01bd56-16a5-4779-9909-0a54bbb6c408. |
| 2411 | |
| 2412 | -------------------------------------------------------------------------------- |
| 2413 | Task be0e01e1-d0b4-4438-8211-0dcbb8a25494: finished |
| 2414 | -------------------------------------------------------------------------------- |
| 2415 | |
| 2416 | test scenario VMTasks.boot_runcommand_delete |
| 2417 | args position 0 |
| 2418 | args values: |
| 2419 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 2420 | u'floating_network': u'net04_ext', |
| 2421 | u'force_delete': False, |
| 2422 | u'image': {u'name': u'ubuntu'}, |
| 2423 | u'interpreter': u'/usr/bin/env python2', |
| 2424 | u'script': u'/tmp/fileAxCCy9', |
| 2425 | u'username': u'ubuntu'}, |
| 2426 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 2427 | u'start_cidr': u'10.2.0.0/24'}, |
| 2428 | u'users': {u'project_domain': u'default', |
| 2429 | u'resource_management_workers': 30, |
| 2430 | u'tenants': 1, |
| 2431 | u'user_domain': u'default', |
| 2432 | u'users_per_tenant': 1}}, |
| 2433 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 2434 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2435 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 2436 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2437 | | nova.associate_floating_ip | 1.43 | 1.579 | 1.727 | 1.697 | 1.712 | 66.7% | 3 | |
| 2438 | | nova.boot_server | 59.598 | 60.62 | 61.642 | 61.437 | 61.54 | 66.7% | 3 | |
| 2439 | | nova.delete_server | 107.422 | 110.554 | 113.686 | 113.059 | 113.373 | 66.7% | 3 | |
| 2440 | | nova.dissociate_floating_ip | 7.259 | 7.594 | 7.928 | 7.861 | 7.895 | 66.7% | 3 | |
| 2441 | | total | 662.103 | 784.922 | 907.741 | 883.178 | 895.459 | 66.7% | 3 | |
| 2442 | | vm.run_command | 461.257 | 578.766 | 696.276 | 672.774 | 684.525 | 66.7% | 3 | |
| 2443 | | vm.wait_for_ping | 4.372 | 4.909 | 5.446 | 5.339 | 5.392 | 66.7% | 3 | |
| 2444 | | vm.wait_for_ssh | 6.33 | 10.25 | 14.17 | 13.386 | 13.778 | 66.7% | 3 | |
| 2445 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2446 | Load duration: 1039.57612801 |
| 2447 | Full duration: 1100.92216921 |
| 2448 | |
| 2449 | Scenario Specific Results |
| 2450 | |
| 2451 | +-------+-----+-----+-----+--------------+--------------+ |
| 2452 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 2453 | +-------+-----+-----+-----+--------------+--------------+ |
| 2454 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 2455 | +-------+-----+-----+-----+--------------+--------------+ |
| 2456 | |
| 2457 | HINTS: |
| 2458 | * To plot HTML graphics with this data, run: |
| 2459 | rally task report be0e01e1-d0b4-4438-8211-0dcbb8a25494 --out output.html |
| 2460 | |
| 2461 | * To get raw JSON output of task results, run: |
| 2462 | rally task results be0e01e1-d0b4-4438-8211-0dcbb8a25494 |
| 2463 | |
| 2464 | Using task: be0e01e1-d0b4-4438-8211-0dcbb8a25494 |
| 2465 | ================================================================================ |
| 2466 | [{u'__meta__': {u'action': u'randread', |
| 2467 | u'blocksize': 4, |
| 2468 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileLPYo3V -i 2 -s 1003592 -r 4 -+n', |
| 2469 | u'concurence': 1, |
| 2470 | u'direct_io': False, |
| 2471 | u'iodepth': 16, |
| 2472 | u'size': 1003592, |
| 2473 | u'sync': False, |
| 2474 | u'use_hight_io_priority': True}, |
| 2475 | u'bw_mean': 5596}, |
| 2476 | {u'__meta__': {u'action': u'randread', |
| 2477 | u'blocksize': 4, |
| 2478 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileWDIRGn -i 2 -s 1003592 -r 4 -+n', |
| 2479 | u'concurence': 1, |
| 2480 | u'direct_io': False, |
| 2481 | u'iodepth': 16, |
| 2482 | u'size': 1003592, |
| 2483 | u'sync': False, |
| 2484 | u'use_hight_io_priority': True}, |
| 2485 | u'bw_mean': 2456}, |
| 2486 | {u'__meta__': {u'action': u'randread', |
| 2487 | u'blocksize': 4, |
| 2488 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file7XPTqh -i 2 -s 1003592 -r 4 -+n', |
| 2489 | u'concurence': 1, |
| 2490 | u'direct_io': False, |
| 2491 | u'iodepth': 16, |
| 2492 | u'size': 1003592, |
| 2493 | u'sync': False, |
| 2494 | u'use_hight_io_priority': True}, |
| 2495 | u'bw_mean': 1547}] |
| 2496 | ================================================================================ |
| 2497 | |
| 2498 | ====> {"randread a 4k": [3199, 3004]} |
| 2499 | |
| 2500 | ================================================================================ |
| 2501 | + for op in '$ops' |
| 2502 | + for xxx in '$three_times' |
| 2503 | + io_opts='--type iozone -a read --iodepth 16 --blocksize 4k --iosize r2' |
| 2504 | + python run_rally_test.py -l -o '--type iozone -a read --iodepth 16 --blocksize 4k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 2505 | 03:43:18 17180 >>>> Start rally with opts 'task start /tmp/filewY04CB --deployment perf-1' |
| 2506 | -------------------------------------------------------------------------------- |
| 2507 | Preparing input task |
| 2508 | -------------------------------------------------------------------------------- |
| 2509 | |
| 2510 | Input task is: |
| 2511 | VMTasks.boot_runcommand_delete: |
| 2512 | - args: |
| 2513 | flavor: {name: ceph.512} |
| 2514 | floating_network: net04_ext |
| 2515 | force_delete: false |
| 2516 | image: {name: ubuntu} |
| 2517 | interpreter: /usr/bin/env python2 |
| 2518 | script: /tmp/fileYAOZL4 |
| 2519 | username: ubuntu |
| 2520 | context: |
| 2521 | network: {} |
| 2522 | users: {tenants: 1, users_per_tenant: 1} |
| 2523 | runner: {concurrency: 3, times: 3, type: constant} |
| 2524 | |
| 2525 | -------------------------------------------------------------------------------- |
| 2526 | Task c6df4441-cbe6-411a-9988-828c5f753190: started |
| 2527 | -------------------------------------------------------------------------------- |
| 2528 | |
| 2529 | Benchmarking... This can take a while... |
| 2530 | |
| 2531 | To track task status use: |
| 2532 | |
| 2533 | rally task status |
| 2534 | or |
| 2535 | rally task detailed |
| 2536 | |
| 2537 | 03:45:09 17401 >>>> Start io test |
| 2538 | 03:45:09 17401 >>>> Ready and waiting on barrier. Will wait at most 188 seconds |
| 2539 | 03:45:09 17400 >>>> Start io test |
| 2540 | 03:45:09 17400 >>>> Ready and waiting on barrier. Will wait at most 188 seconds |
| 2541 | 03:45:10 17402 >>>> Start io test |
| 2542 | 03:45:10 17402 >>>> Ready and waiting on barrier. Will wait at most 188 seconds |
| 2543 | 03:46:12 17402 >>>> Test finished |
| 2544 | 03:46:13 17401 >>>> Test finished |
| 2545 | 03:46:15 17400 >>>> Test finished |
| 2546 | 2015-02-08 03:46:45.887 17180 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: e055c38f-eb1a-4255-8e50-d5e61fba86e5. |
| 2547 | |
| 2548 | -------------------------------------------------------------------------------- |
| 2549 | Task c6df4441-cbe6-411a-9988-828c5f753190: finished |
| 2550 | -------------------------------------------------------------------------------- |
| 2551 | |
| 2552 | test scenario VMTasks.boot_runcommand_delete |
| 2553 | args position 0 |
| 2554 | args values: |
| 2555 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 2556 | u'floating_network': u'net04_ext', |
| 2557 | u'force_delete': False, |
| 2558 | u'image': {u'name': u'ubuntu'}, |
| 2559 | u'interpreter': u'/usr/bin/env python2', |
| 2560 | u'script': u'/tmp/fileYAOZL4', |
| 2561 | u'username': u'ubuntu'}, |
| 2562 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 2563 | u'start_cidr': u'10.2.0.0/24'}, |
| 2564 | u'users': {u'project_domain': u'default', |
| 2565 | u'resource_management_workers': 30, |
| 2566 | u'tenants': 1, |
| 2567 | u'user_domain': u'default', |
| 2568 | u'users_per_tenant': 1}}, |
| 2569 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 2570 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2571 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 2572 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2573 | | nova.associate_floating_ip | 1.312 | 1.503 | 1.633 | 1.619 | 1.626 | 100.0% | 3 | |
| 2574 | | nova.boot_server | 60.807 | 63.406 | 67.252 | 66.233 | 66.743 | 100.0% | 3 | |
| 2575 | | nova.delete_server | 5.118 | 5.181 | 5.283 | 5.255 | 5.269 | 100.0% | 3 | |
| 2576 | | nova.dissociate_floating_ip | 1.791 | 5.063 | 6.726 | 6.715 | 6.721 | 100.0% | 3 | |
| 2577 | | total | 161.009 | 162.234 | 163.704 | 163.361 | 163.533 | 100.0% | 3 | |
| 2578 | | vm.run_command | 62.605 | 63.704 | 65.078 | 64.748 | 64.913 | 100.0% | 3 | |
| 2579 | | vm.wait_for_ping | 4.739 | 5.253 | 6.098 | 5.863 | 5.981 | 100.0% | 3 | |
| 2580 | | vm.wait_for_ssh | 8.83 | 12.046 | 14.362 | 14.079 | 14.22 | 100.0% | 3 | |
| 2581 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2582 | Load duration: 163.799864054 |
| 2583 | Full duration: 204.062970161 |
| 2584 | |
| 2585 | Scenario Specific Results |
| 2586 | |
| 2587 | +-------+-----+-----+-----+--------------+--------------+ |
| 2588 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 2589 | +-------+-----+-----+-----+--------------+--------------+ |
| 2590 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 2591 | +-------+-----+-----+-----+--------------+--------------+ |
| 2592 | |
| 2593 | HINTS: |
| 2594 | * To plot HTML graphics with this data, run: |
| 2595 | rally task report c6df4441-cbe6-411a-9988-828c5f753190 --out output.html |
| 2596 | |
| 2597 | * To get raw JSON output of task results, run: |
| 2598 | rally task results c6df4441-cbe6-411a-9988-828c5f753190 |
| 2599 | |
| 2600 | Using task: c6df4441-cbe6-411a-9988-828c5f753190 |
| 2601 | ================================================================================ |
| 2602 | [{u'__meta__': {u'action': u'read', |
| 2603 | u'blocksize': 4, |
| 2604 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileJDzs6n -i 1 -s 1003592 -r 4 -+n', |
| 2605 | u'concurence': 1, |
| 2606 | u'direct_io': False, |
| 2607 | u'iodepth': 16, |
| 2608 | u'size': 1003592, |
| 2609 | u'sync': False, |
| 2610 | u'use_hight_io_priority': True}, |
| 2611 | u'bw_mean': 93311}, |
| 2612 | {u'__meta__': {u'action': u'read', |
| 2613 | u'blocksize': 4, |
| 2614 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileG1bSAG -i 1 -s 1003592 -r 4 -+n', |
| 2615 | u'concurence': 1, |
| 2616 | u'direct_io': False, |
| 2617 | u'iodepth': 16, |
| 2618 | u'size': 1003592, |
| 2619 | u'sync': False, |
| 2620 | u'use_hight_io_priority': True}, |
| 2621 | u'bw_mean': 93183}, |
| 2622 | {u'__meta__': {u'action': u'read', |
| 2623 | u'blocksize': 4, |
| 2624 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file7jppMM -i 1 -s 1003592 -r 4 -+n', |
| 2625 | u'concurence': 1, |
| 2626 | u'direct_io': False, |
| 2627 | u'iodepth': 16, |
| 2628 | u'size': 1003592, |
| 2629 | u'sync': False, |
| 2630 | u'use_hight_io_priority': True}, |
| 2631 | u'bw_mean': 82790}] |
| 2632 | ================================================================================ |
| 2633 | |
| 2634 | ====> {"read a 4k": [89761, 8538]} |
| 2635 | |
| 2636 | ================================================================================ |
| 2637 | + for xxx in '$three_times' |
| 2638 | + io_opts='--type iozone -a read --iodepth 16 --blocksize 4k --iosize r2' |
| 2639 | + python run_rally_test.py -l -o '--type iozone -a read --iodepth 16 --blocksize 4k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 2640 | 03:46:49 17685 >>>> Start rally with opts 'task start /tmp/filer62bgm --deployment perf-1' |
| 2641 | -------------------------------------------------------------------------------- |
| 2642 | Preparing input task |
| 2643 | -------------------------------------------------------------------------------- |
| 2644 | |
| 2645 | Input task is: |
| 2646 | VMTasks.boot_runcommand_delete: |
| 2647 | - args: |
| 2648 | flavor: {name: ceph.512} |
| 2649 | floating_network: net04_ext |
| 2650 | force_delete: false |
| 2651 | image: {name: ubuntu} |
| 2652 | interpreter: /usr/bin/env python2 |
| 2653 | script: /tmp/fileEw9cBp |
| 2654 | username: ubuntu |
| 2655 | context: |
| 2656 | network: {} |
| 2657 | users: {tenants: 1, users_per_tenant: 1} |
| 2658 | runner: {concurrency: 3, times: 3, type: constant} |
| 2659 | |
| 2660 | -------------------------------------------------------------------------------- |
| 2661 | Task d07375f1-2c76-4e6c-b5ef-f7f77ac8713a: started |
| 2662 | -------------------------------------------------------------------------------- |
| 2663 | |
| 2664 | Benchmarking... This can take a while... |
| 2665 | |
| 2666 | To track task status use: |
| 2667 | |
| 2668 | rally task status |
| 2669 | or |
| 2670 | rally task detailed |
| 2671 | |
| 2672 | 03:48:27 17882 >>>> Start io test |
| 2673 | 03:48:27 17882 >>>> Ready and waiting on barrier. Will wait at most 202 seconds |
| 2674 | 03:48:27 17880 >>>> Start io test |
| 2675 | 03:48:27 17880 >>>> Ready and waiting on barrier. Will wait at most 202 seconds |
| 2676 | 03:48:29 17881 >>>> Start io test |
| 2677 | 03:48:29 17881 >>>> Ready and waiting on barrier. Will wait at most 199 seconds |
| 2678 | 03:49:28 17881 >>>> Test finished |
| 2679 | 03:49:29 17880 >>>> Test finished |
| 2680 | 03:49:30 17882 >>>> Test finished |
| 2681 | 2015-02-08 03:49:56.935 17685 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 5b1d3b23-3fdf-45e4-9bbf-474a00bf88b7. |
| 2682 | |
| 2683 | -------------------------------------------------------------------------------- |
| 2684 | Task d07375f1-2c76-4e6c-b5ef-f7f77ac8713a: finished |
| 2685 | -------------------------------------------------------------------------------- |
| 2686 | |
| 2687 | test scenario VMTasks.boot_runcommand_delete |
| 2688 | args position 0 |
| 2689 | args values: |
| 2690 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 2691 | u'floating_network': u'net04_ext', |
| 2692 | u'force_delete': False, |
| 2693 | u'image': {u'name': u'ubuntu'}, |
| 2694 | u'interpreter': u'/usr/bin/env python2', |
| 2695 | u'script': u'/tmp/fileEw9cBp', |
| 2696 | u'username': u'ubuntu'}, |
| 2697 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 2698 | u'start_cidr': u'10.2.0.0/24'}, |
| 2699 | u'users': {u'project_domain': u'default', |
| 2700 | u'resource_management_workers': 30, |
| 2701 | u'tenants': 1, |
| 2702 | u'user_domain': u'default', |
| 2703 | u'users_per_tenant': 1}}, |
| 2704 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 2705 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2706 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 2707 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2708 | | nova.associate_floating_ip | 1.312 | 1.471 | 1.598 | 1.579 | 1.589 | 100.0% | 3 | |
| 2709 | | nova.boot_server | 60.969 | 62.361 | 63.1 | 63.083 | 63.092 | 100.0% | 3 | |
| 2710 | | nova.delete_server | 5.329 | 6.731 | 7.442 | 7.438 | 7.44 | 100.0% | 3 | |
| 2711 | | nova.dissociate_floating_ip | 6.543 | 6.692 | 6.832 | 6.806 | 6.819 | 100.0% | 3 | |
| 2712 | | total | 157.705 | 158.191 | 159.086 | 158.826 | 158.956 | 100.0% | 3 | |
| 2713 | | vm.run_command | 58.301 | 59.552 | 60.555 | 60.404 | 60.479 | 100.0% | 3 | |
| 2714 | | vm.wait_for_ping | 0.417 | 3.996 | 6.561 | 6.251 | 6.406 | 100.0% | 3 | |
| 2715 | | vm.wait_for_ssh | 8.607 | 9.899 | 12.472 | 11.701 | 12.087 | 100.0% | 3 | |
| 2716 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2717 | Load duration: 159.181003094 |
| 2718 | Full duration: 184.547394991 |
| 2719 | |
| 2720 | Scenario Specific Results |
| 2721 | |
| 2722 | +-------+-----+-----+-----+--------------+--------------+ |
| 2723 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 2724 | +-------+-----+-----+-----+--------------+--------------+ |
| 2725 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 2726 | +-------+-----+-----+-----+--------------+--------------+ |
| 2727 | |
| 2728 | HINTS: |
| 2729 | * To plot HTML graphics with this data, run: |
| 2730 | rally task report d07375f1-2c76-4e6c-b5ef-f7f77ac8713a --out output.html |
| 2731 | |
| 2732 | * To get raw JSON output of task results, run: |
| 2733 | rally task results d07375f1-2c76-4e6c-b5ef-f7f77ac8713a |
| 2734 | |
| 2735 | Using task: d07375f1-2c76-4e6c-b5ef-f7f77ac8713a |
| 2736 | ================================================================================ |
| 2737 | [{u'__meta__': {u'action': u'read', |
| 2738 | u'blocksize': 4, |
| 2739 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileWTc16J -i 1 -s 1003592 -r 4 -+n', |
| 2740 | u'concurence': 1, |
| 2741 | u'direct_io': False, |
| 2742 | u'iodepth': 16, |
| 2743 | u'size': 1003592, |
| 2744 | u'sync': False, |
| 2745 | u'use_hight_io_priority': True}, |
| 2746 | u'bw_mean': 101778}, |
| 2747 | {u'__meta__': {u'action': u'read', |
| 2748 | u'blocksize': 4, |
| 2749 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filefuW14Y -i 1 -s 1003592 -r 4 -+n', |
| 2750 | u'concurence': 1, |
| 2751 | u'direct_io': False, |
| 2752 | u'iodepth': 16, |
| 2753 | u'size': 1003592, |
| 2754 | u'sync': False, |
| 2755 | u'use_hight_io_priority': True}, |
| 2756 | u'bw_mean': 94327}, |
| 2757 | {u'__meta__': {u'action': u'read', |
| 2758 | u'blocksize': 4, |
| 2759 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileUKBY4b -i 1 -s 1003592 -r 4 -+n', |
| 2760 | u'concurence': 1, |
| 2761 | u'direct_io': False, |
| 2762 | u'iodepth': 16, |
| 2763 | u'size': 1003592, |
| 2764 | u'sync': False, |
| 2765 | u'use_hight_io_priority': True}, |
| 2766 | u'bw_mean': 88073}] |
| 2767 | ================================================================================ |
| 2768 | |
| 2769 | ====> {"read a 4k": [94726, 9703]} |
| 2770 | |
| 2771 | ================================================================================ |
| 2772 | + for xxx in '$three_times' |
| 2773 | + io_opts='--type iozone -a read --iodepth 16 --blocksize 4k --iosize r2' |
| 2774 | + python run_rally_test.py -l -o '--type iozone -a read --iodepth 16 --blocksize 4k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 2775 | 03:50:00 18218 >>>> Start rally with opts 'task start /tmp/file6kNlAh --deployment perf-1' |
| 2776 | -------------------------------------------------------------------------------- |
| 2777 | Preparing input task |
| 2778 | -------------------------------------------------------------------------------- |
| 2779 | |
| 2780 | Input task is: |
| 2781 | VMTasks.boot_runcommand_delete: |
| 2782 | - args: |
| 2783 | flavor: {name: ceph.512} |
| 2784 | floating_network: net04_ext |
| 2785 | force_delete: false |
| 2786 | image: {name: ubuntu} |
| 2787 | interpreter: /usr/bin/env python2 |
| 2788 | script: /tmp/filec8j2LC |
| 2789 | username: ubuntu |
| 2790 | context: |
| 2791 | network: {} |
| 2792 | users: {tenants: 1, users_per_tenant: 1} |
| 2793 | runner: {concurrency: 3, times: 3, type: constant} |
| 2794 | |
| 2795 | -------------------------------------------------------------------------------- |
| 2796 | Task eab9ae50-6dba-494c-8e7c-b746bb6cac47: started |
| 2797 | -------------------------------------------------------------------------------- |
| 2798 | |
| 2799 | Benchmarking... This can take a while... |
| 2800 | |
| 2801 | To track task status use: |
| 2802 | |
| 2803 | rally task status |
| 2804 | or |
| 2805 | rally task detailed |
| 2806 | |
| 2807 | 03:51:35 18414 >>>> Start io test |
| 2808 | 03:51:35 18414 >>>> Ready and waiting on barrier. Will wait at most 205 seconds |
| 2809 | 03:51:37 18412 >>>> Start io test |
| 2810 | 03:51:37 18412 >>>> Ready and waiting on barrier. Will wait at most 203 seconds |
| 2811 | 03:51:39 18413 >>>> Start io test |
| 2812 | 03:51:39 18413 >>>> Ready and waiting on barrier. Will wait at most 201 seconds |
| 2813 | 03:52:40 18414 >>>> Test finished |
| 2814 | 03:52:41 18412 >>>> Test finished |
| 2815 | 03:52:42 18413 >>>> Test finished |
| 2816 | 2015-02-08 03:53:14.295 18218 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 73505413-80d5-497b-acaf-98026958166f. |
| 2817 | |
| 2818 | -------------------------------------------------------------------------------- |
| 2819 | Task eab9ae50-6dba-494c-8e7c-b746bb6cac47: finished |
| 2820 | -------------------------------------------------------------------------------- |
| 2821 | |
| 2822 | test scenario VMTasks.boot_runcommand_delete |
| 2823 | args position 0 |
| 2824 | args values: |
| 2825 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 2826 | u'floating_network': u'net04_ext', |
| 2827 | u'force_delete': False, |
| 2828 | u'image': {u'name': u'ubuntu'}, |
| 2829 | u'interpreter': u'/usr/bin/env python2', |
| 2830 | u'script': u'/tmp/filec8j2LC', |
| 2831 | u'username': u'ubuntu'}, |
| 2832 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 2833 | u'start_cidr': u'10.2.0.0/24'}, |
| 2834 | u'users': {u'project_domain': u'default', |
| 2835 | u'resource_management_workers': 30, |
| 2836 | u'tenants': 1, |
| 2837 | u'user_domain': u'default', |
| 2838 | u'users_per_tenant': 1}}, |
| 2839 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 2840 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2841 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 2842 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2843 | | nova.associate_floating_ip | 1.491 | 1.513 | 1.554 | 1.542 | 1.548 | 100.0% | 3 | |
| 2844 | | nova.boot_server | 62.204 | 62.691 | 63.636 | 63.355 | 63.496 | 100.0% | 3 | |
| 2845 | | nova.delete_server | 5.15 | 6.78 | 10.018 | 9.049 | 9.534 | 100.0% | 3 | |
| 2846 | | nova.dissociate_floating_ip | 1.513 | 3.302 | 6.842 | 5.784 | 6.313 | 100.0% | 3 | |
| 2847 | | total | 151.867 | 156.879 | 163.36 | 161.77 | 162.565 | 100.0% | 3 | |
| 2848 | | vm.run_command | 61.108 | 62.273 | 63.423 | 63.196 | 63.309 | 100.0% | 3 | |
| 2849 | | vm.wait_for_ping | 0.316 | 2.283 | 6.098 | 4.966 | 5.532 | 100.0% | 3 | |
| 2850 | | vm.wait_for_ssh | 6.67 | 7.548 | 8.389 | 8.228 | 8.309 | 100.0% | 3 | |
| 2851 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2852 | Load duration: 163.49594593 |
| 2853 | Full duration: 190.661319971 |
| 2854 | |
| 2855 | Scenario Specific Results |
| 2856 | |
| 2857 | +-------+-----+-----+-----+--------------+--------------+ |
| 2858 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 2859 | +-------+-----+-----+-----+--------------+--------------+ |
| 2860 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 2861 | +-------+-----+-----+-----+--------------+--------------+ |
| 2862 | |
| 2863 | HINTS: |
| 2864 | * To plot HTML graphics with this data, run: |
| 2865 | rally task report eab9ae50-6dba-494c-8e7c-b746bb6cac47 --out output.html |
| 2866 | |
| 2867 | * To get raw JSON output of task results, run: |
| 2868 | rally task results eab9ae50-6dba-494c-8e7c-b746bb6cac47 |
| 2869 | |
| 2870 | Using task: eab9ae50-6dba-494c-8e7c-b746bb6cac47 |
| 2871 | ================================================================================ |
| 2872 | [{u'__meta__': {u'action': u'read', |
| 2873 | u'blocksize': 4, |
| 2874 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileoMZBpL -i 1 -s 1003592 -r 4 -+n', |
| 2875 | u'concurence': 1, |
| 2876 | u'direct_io': False, |
| 2877 | u'iodepth': 16, |
| 2878 | u'size': 1003592, |
| 2879 | u'sync': False, |
| 2880 | u'use_hight_io_priority': True}, |
| 2881 | u'bw_mean': 102057}, |
| 2882 | {u'__meta__': {u'action': u'read', |
| 2883 | u'blocksize': 4, |
| 2884 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileuL3kd5 -i 1 -s 1003592 -r 4 -+n', |
| 2885 | u'concurence': 1, |
| 2886 | u'direct_io': False, |
| 2887 | u'iodepth': 16, |
| 2888 | u'size': 1003592, |
| 2889 | u'sync': False, |
| 2890 | u'use_hight_io_priority': True}, |
| 2891 | u'bw_mean': 90171}, |
| 2892 | {u'__meta__': {u'action': u'read', |
| 2893 | u'blocksize': 4, |
| 2894 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileqMW87o -i 1 -s 1003592 -r 4 -+n', |
| 2895 | u'concurence': 1, |
| 2896 | u'direct_io': False, |
| 2897 | u'iodepth': 16, |
| 2898 | u'size': 1003592, |
| 2899 | u'sync': False, |
| 2900 | u'use_hight_io_priority': True}, |
| 2901 | u'bw_mean': 84684}] |
| 2902 | ================================================================================ |
| 2903 | |
| 2904 | ====> {"read a 4k": [92304, 12559]} |
| 2905 | |
| 2906 | ================================================================================ |
| 2907 | + for bsize in '$bsizes' |
| 2908 | + for op in '$ops' |
| 2909 | + for xxx in '$three_times' |
| 2910 | + io_opts='--type iozone -a randread --iodepth 16 --blocksize 64k --iosize r2' |
| 2911 | + python run_rally_test.py -l -o '--type iozone -a randread --iodepth 16 --blocksize 64k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 2912 | 03:53:18 18765 >>>> Start rally with opts 'task start /tmp/filebTBHbt --deployment perf-1' |
| 2913 | -------------------------------------------------------------------------------- |
| 2914 | Preparing input task |
| 2915 | -------------------------------------------------------------------------------- |
| 2916 | |
| 2917 | Input task is: |
| 2918 | VMTasks.boot_runcommand_delete: |
| 2919 | - args: |
| 2920 | flavor: {name: ceph.512} |
| 2921 | floating_network: net04_ext |
| 2922 | force_delete: false |
| 2923 | image: {name: ubuntu} |
| 2924 | interpreter: /usr/bin/env python2 |
| 2925 | script: /tmp/filekoRmrS |
| 2926 | username: ubuntu |
| 2927 | context: |
| 2928 | network: {} |
| 2929 | users: {tenants: 1, users_per_tenant: 1} |
| 2930 | runner: {concurrency: 3, times: 3, type: constant} |
| 2931 | |
| 2932 | -------------------------------------------------------------------------------- |
| 2933 | Task 55a8c53a-6382-4150-ba97-472feefb9a4c: started |
| 2934 | -------------------------------------------------------------------------------- |
| 2935 | |
| 2936 | Benchmarking... This can take a while... |
| 2937 | |
| 2938 | To track task status use: |
| 2939 | |
| 2940 | rally task status |
| 2941 | or |
| 2942 | rally task detailed |
| 2943 | |
| 2944 | 03:55:00 18961 >>>> Start io test |
| 2945 | 03:55:00 18961 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 2946 | 03:55:01 18960 >>>> Start io test |
| 2947 | 03:55:01 18960 >>>> Ready and waiting on barrier. Will wait at most 196 seconds |
| 2948 | 03:55:02 18959 >>>> Start io test |
| 2949 | 03:55:02 18959 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 2950 | 03:57:06 18959 >>>> Test finished |
| 2951 | 03:58:50 18960 >>>> Test finished |
| 2952 | 03:58:51 18961 >>>> Test finished |
| 2953 | 2015-02-08 03:59:49.063 18765 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 1c3529d2-3b3c-411f-b940-03c808699f04. |
| 2954 | |
| 2955 | -------------------------------------------------------------------------------- |
| 2956 | Task 55a8c53a-6382-4150-ba97-472feefb9a4c: finished |
| 2957 | -------------------------------------------------------------------------------- |
| 2958 | |
| 2959 | test scenario VMTasks.boot_runcommand_delete |
| 2960 | args position 0 |
| 2961 | args values: |
| 2962 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 2963 | u'floating_network': u'net04_ext', |
| 2964 | u'force_delete': False, |
| 2965 | u'image': {u'name': u'ubuntu'}, |
| 2966 | u'interpreter': u'/usr/bin/env python2', |
| 2967 | u'script': u'/tmp/filekoRmrS', |
| 2968 | u'username': u'ubuntu'}, |
| 2969 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 2970 | u'start_cidr': u'10.2.0.0/24'}, |
| 2971 | u'users': {u'project_domain': u'default', |
| 2972 | u'resource_management_workers': 30, |
| 2973 | u'tenants': 1, |
| 2974 | u'user_domain': u'default', |
| 2975 | u'users_per_tenant': 1}}, |
| 2976 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 2977 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2978 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 2979 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2980 | | nova.associate_floating_ip | 1.525 | 1.594 | 1.648 | 1.64 | 1.644 | 100.0% | 3 | |
| 2981 | | nova.boot_server | 64.224 | 65.255 | 65.788 | 65.781 | 65.785 | 100.0% | 3 | |
| 2982 | | nova.delete_server | 5.275 | 39.871 | 102.086 | 84.12 | 93.103 | 100.0% | 3 | |
| 2983 | | nova.dissociate_floating_ip | 2.219 | 5.665 | 7.573 | 7.499 | 7.536 | 100.0% | 3 | |
| 2984 | | total | 328.329 | 332.59 | 337.326 | 336.284 | 336.805 | 100.0% | 3 | |
| 2985 | | vm.run_command | 124.315 | 194.091 | 229.598 | 229.351 | 229.475 | 100.0% | 3 | |
| 2986 | | vm.wait_for_ping | 6.106 | 6.108 | 6.111 | 6.11 | 6.111 | 100.0% | 3 | |
| 2987 | | vm.wait_for_ssh | 10.92 | 11.986 | 13.187 | 12.92 | 13.054 | 100.0% | 3 | |
| 2988 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 2989 | Load duration: 337.380197048 |
| 2990 | Full duration: 388.13932991 |
| 2991 | |
| 2992 | Scenario Specific Results |
| 2993 | |
| 2994 | +-------+-----+-----+-----+--------------+--------------+ |
| 2995 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 2996 | +-------+-----+-----+-----+--------------+--------------+ |
| 2997 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 2998 | +-------+-----+-----+-----+--------------+--------------+ |
| 2999 | |
| 3000 | HINTS: |
| 3001 | * To plot HTML graphics with this data, run: |
| 3002 | rally task report 55a8c53a-6382-4150-ba97-472feefb9a4c --out output.html |
| 3003 | |
| 3004 | * To get raw JSON output of task results, run: |
| 3005 | rally task results 55a8c53a-6382-4150-ba97-472feefb9a4c |
| 3006 | |
| 3007 | Using task: 55a8c53a-6382-4150-ba97-472feefb9a4c |
| 3008 | ================================================================================ |
| 3009 | [{u'__meta__': {u'action': u'randread', |
| 3010 | u'blocksize': 64, |
| 3011 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filewjDdKA -i 2 -s 1003592 -r 64 -+n', |
| 3012 | u'concurence': 1, |
| 3013 | u'direct_io': False, |
| 3014 | u'iodepth': 16, |
| 3015 | u'size': 1003592, |
| 3016 | u'sync': False, |
| 3017 | u'use_hight_io_priority': True}, |
| 3018 | u'bw_mean': 47901}, |
| 3019 | {u'__meta__': {u'action': u'randread', |
| 3020 | u'blocksize': 64, |
| 3021 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileVTdIsv -i 2 -s 1003592 -r 64 -+n', |
| 3022 | u'concurence': 1, |
| 3023 | u'direct_io': False, |
| 3024 | u'iodepth': 16, |
| 3025 | u'size': 1003592, |
| 3026 | u'sync': False, |
| 3027 | u'use_hight_io_priority': True}, |
| 3028 | u'bw_mean': 14197}, |
| 3029 | {u'__meta__': {u'action': u'randread', |
| 3030 | u'blocksize': 64, |
| 3031 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filezmWQw0 -i 2 -s 1003592 -r 64 -+n', |
| 3032 | u'concurence': 1, |
| 3033 | u'direct_io': False, |
| 3034 | u'iodepth': 16, |
| 3035 | u'size': 1003592, |
| 3036 | u'sync': False, |
| 3037 | u'use_hight_io_priority': True}, |
| 3038 | u'bw_mean': 13118}] |
| 3039 | ================================================================================ |
| 3040 | |
| 3041 | ====> {"randread a 64k": [25072, 27970]} |
| 3042 | |
| 3043 | ================================================================================ |
| 3044 | + for xxx in '$three_times' |
| 3045 | + io_opts='--type iozone -a randread --iodepth 16 --blocksize 64k --iosize r2' |
| 3046 | + python run_rally_test.py -l -o '--type iozone -a randread --iodepth 16 --blocksize 64k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 3047 | 03:59:52 19298 >>>> Start rally with opts 'task start /tmp/fileOa9iPH --deployment perf-1' |
| 3048 | -------------------------------------------------------------------------------- |
| 3049 | Preparing input task |
| 3050 | -------------------------------------------------------------------------------- |
| 3051 | |
| 3052 | Input task is: |
| 3053 | VMTasks.boot_runcommand_delete: |
| 3054 | - args: |
| 3055 | flavor: {name: ceph.512} |
| 3056 | floating_network: net04_ext |
| 3057 | force_delete: false |
| 3058 | image: {name: ubuntu} |
| 3059 | interpreter: /usr/bin/env python2 |
| 3060 | script: /tmp/filewDMref |
| 3061 | username: ubuntu |
| 3062 | context: |
| 3063 | network: {} |
| 3064 | users: {tenants: 1, users_per_tenant: 1} |
| 3065 | runner: {concurrency: 3, times: 3, type: constant} |
| 3066 | |
| 3067 | -------------------------------------------------------------------------------- |
| 3068 | Task e330e33b-cf77-4a7d-8fec-27754254a60b: started |
| 3069 | -------------------------------------------------------------------------------- |
| 3070 | |
| 3071 | Benchmarking... This can take a while... |
| 3072 | |
| 3073 | To track task status use: |
| 3074 | |
| 3075 | rally task status |
| 3076 | or |
| 3077 | rally task detailed |
| 3078 | |
| 3079 | 04:01:33 19498 >>>> Start io test |
| 3080 | 04:01:33 19498 >>>> Ready and waiting on barrier. Will wait at most 199 seconds |
| 3081 | 04:01:36 19496 >>>> Start io test |
| 3082 | 04:01:36 19496 >>>> Ready and waiting on barrier. Will wait at most 196 seconds |
| 3083 | 04:01:36 19497 >>>> Start io test |
| 3084 | 04:01:36 19497 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 3085 | 04:03:42 19497 >>>> Test finished |
| 3086 | 04:04:55 19496 >>>> Test finished |
| 3087 | 04:05:35 19498 >>>> Test finished |
| 3088 | 2015-02-08 04:06:22.542 19298 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: b595de09-0c4c-4bd1-ac6b-0b1411866ff4. |
| 3089 | |
| 3090 | -------------------------------------------------------------------------------- |
| 3091 | Task e330e33b-cf77-4a7d-8fec-27754254a60b: finished |
| 3092 | -------------------------------------------------------------------------------- |
| 3093 | |
| 3094 | test scenario VMTasks.boot_runcommand_delete |
| 3095 | args position 0 |
| 3096 | args values: |
| 3097 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 3098 | u'floating_network': u'net04_ext', |
| 3099 | u'force_delete': False, |
| 3100 | u'image': {u'name': u'ubuntu'}, |
| 3101 | u'interpreter': u'/usr/bin/env python2', |
| 3102 | u'script': u'/tmp/filewDMref', |
| 3103 | u'username': u'ubuntu'}, |
| 3104 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 3105 | u'start_cidr': u'10.2.0.0/24'}, |
| 3106 | u'users': {u'project_domain': u'default', |
| 3107 | u'resource_management_workers': 30, |
| 3108 | u'tenants': 1, |
| 3109 | u'user_domain': u'default', |
| 3110 | u'users_per_tenant': 1}}, |
| 3111 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 3112 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3113 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 3114 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3115 | | nova.associate_floating_ip | 1.35 | 1.498 | 1.647 | 1.618 | 1.633 | 100.0% | 3 | |
| 3116 | | nova.boot_server | 61.584 | 63.821 | 66.77 | 66.038 | 66.404 | 100.0% | 3 | |
| 3117 | | nova.delete_server | 5.239 | 51.077 | 109.875 | 95.523 | 102.699 | 100.0% | 3 | |
| 3118 | | nova.dissociate_floating_ip | 2.473 | 5.576 | 7.732 | 7.49 | 7.611 | 100.0% | 3 | |
| 3119 | | total | 332.307 | 333.862 | 336.338 | 335.659 | 335.999 | 100.0% | 3 | |
| 3120 | | vm.run_command | 125.145 | 187.652 | 239.068 | 231.003 | 235.036 | 100.0% | 3 | |
| 3121 | | vm.wait_for_ping | 4.777 | 5.252 | 6.106 | 5.86 | 5.983 | 100.0% | 3 | |
| 3122 | | vm.wait_for_ssh | 7.626 | 8.85 | 11.258 | 10.54 | 10.899 | 100.0% | 3 | |
| 3123 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3124 | Load duration: 336.475885868 |
| 3125 | Full duration: 386.695617914 |
| 3126 | |
| 3127 | Scenario Specific Results |
| 3128 | |
| 3129 | +-------+-----+-----+-----+--------------+--------------+ |
| 3130 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 3131 | +-------+-----+-----+-----+--------------+--------------+ |
| 3132 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 3133 | +-------+-----+-----+-----+--------------+--------------+ |
| 3134 | |
| 3135 | HINTS: |
| 3136 | * To plot HTML graphics with this data, run: |
| 3137 | rally task report e330e33b-cf77-4a7d-8fec-27754254a60b --out output.html |
| 3138 | |
| 3139 | * To get raw JSON output of task results, run: |
| 3140 | rally task results e330e33b-cf77-4a7d-8fec-27754254a60b |
| 3141 | |
| 3142 | Using task: e330e33b-cf77-4a7d-8fec-27754254a60b |
| 3143 | ================================================================================ |
| 3144 | [{u'__meta__': {u'action': u'randread', |
| 3145 | u'blocksize': 64, |
| 3146 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filek5umT8 -i 2 -s 1003592 -r 64 -+n', |
| 3147 | u'concurence': 1, |
| 3148 | u'direct_io': False, |
| 3149 | u'iodepth': 16, |
| 3150 | u'size': 1003592, |
| 3151 | u'sync': False, |
| 3152 | u'use_hight_io_priority': True}, |
| 3153 | u'bw_mean': 49709}, |
| 3154 | {u'__meta__': {u'action': u'randread', |
| 3155 | u'blocksize': 64, |
| 3156 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileelA7gH -i 2 -s 1003592 -r 64 -+n', |
| 3157 | u'concurence': 1, |
| 3158 | u'direct_io': False, |
| 3159 | u'iodepth': 16, |
| 3160 | u'size': 1003592, |
| 3161 | u'sync': False, |
| 3162 | u'use_hight_io_priority': True}, |
| 3163 | u'bw_mean': 13419}, |
| 3164 | {u'__meta__': {u'action': u'randread', |
| 3165 | u'blocksize': 64, |
| 3166 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filenQTFsX -i 2 -s 1003592 -r 64 -+n', |
| 3167 | u'concurence': 1, |
| 3168 | u'direct_io': False, |
| 3169 | u'iodepth': 16, |
| 3170 | u'size': 1003592, |
| 3171 | u'sync': False, |
| 3172 | u'use_hight_io_priority': True}, |
| 3173 | u'bw_mean': 8837}] |
| 3174 | ================================================================================ |
| 3175 | |
| 3176 | ====> {"randread a 64k": [23988, 31667]} |
| 3177 | |
| 3178 | ================================================================================ |
| 3179 | + for xxx in '$three_times' |
| 3180 | + io_opts='--type iozone -a randread --iodepth 16 --blocksize 64k --iosize r2' |
| 3181 | + python run_rally_test.py -l -o '--type iozone -a randread --iodepth 16 --blocksize 64k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 3182 | 04:06:26 19842 >>>> Start rally with opts 'task start /tmp/fileOUHeTj --deployment perf-1' |
| 3183 | -------------------------------------------------------------------------------- |
| 3184 | Preparing input task |
| 3185 | -------------------------------------------------------------------------------- |
| 3186 | |
| 3187 | Input task is: |
| 3188 | VMTasks.boot_runcommand_delete: |
| 3189 | - args: |
| 3190 | flavor: {name: ceph.512} |
| 3191 | floating_network: net04_ext |
| 3192 | force_delete: false |
| 3193 | image: {name: ubuntu} |
| 3194 | interpreter: /usr/bin/env python2 |
| 3195 | script: /tmp/filewk64m2 |
| 3196 | username: ubuntu |
| 3197 | context: |
| 3198 | network: {} |
| 3199 | users: {tenants: 1, users_per_tenant: 1} |
| 3200 | runner: {concurrency: 3, times: 3, type: constant} |
| 3201 | |
| 3202 | -------------------------------------------------------------------------------- |
| 3203 | Task 8d35b591-ac81-424c-916d-dced1d1b51d4: started |
| 3204 | -------------------------------------------------------------------------------- |
| 3205 | |
| 3206 | Benchmarking... This can take a while... |
| 3207 | |
| 3208 | To track task status use: |
| 3209 | |
| 3210 | rally task status |
| 3211 | or |
| 3212 | rally task detailed |
| 3213 | |
| 3214 | 04:07:59 20036 >>>> Start io test |
| 3215 | 04:07:59 20036 >>>> Ready and waiting on barrier. Will wait at most 206 seconds |
| 3216 | 04:08:05 20038 >>>> Start io test |
| 3217 | 04:08:05 20038 >>>> Ready and waiting on barrier. Will wait at most 201 seconds |
| 3218 | 04:08:07 20037 >>>> Start io test |
| 3219 | 04:08:07 20037 >>>> Ready and waiting on barrier. Will wait at most 198 seconds |
| 3220 | 04:10:59 20038 >>>> Test finished |
| 3221 | 04:11:24 20036 >>>> Test finished |
| 3222 | 04:12:02 20037 >>>> Test finished |
| 3223 | 2015-02-08 04:12:54.143 19842 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 87a06072-58d2-47c2-b92d-aab4537d9a9d. |
| 3224 | |
| 3225 | -------------------------------------------------------------------------------- |
| 3226 | Task 8d35b591-ac81-424c-916d-dced1d1b51d4: finished |
| 3227 | -------------------------------------------------------------------------------- |
| 3228 | |
| 3229 | test scenario VMTasks.boot_runcommand_delete |
| 3230 | args position 0 |
| 3231 | args values: |
| 3232 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 3233 | u'floating_network': u'net04_ext', |
| 3234 | u'force_delete': False, |
| 3235 | u'image': {u'name': u'ubuntu'}, |
| 3236 | u'interpreter': u'/usr/bin/env python2', |
| 3237 | u'script': u'/tmp/filewk64m2', |
| 3238 | u'username': u'ubuntu'}, |
| 3239 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 3240 | u'start_cidr': u'10.2.0.0/24'}, |
| 3241 | u'users': {u'project_domain': u'default', |
| 3242 | u'resource_management_workers': 30, |
| 3243 | u'tenants': 1, |
| 3244 | u'user_domain': u'default', |
| 3245 | u'users_per_tenant': 1}}, |
| 3246 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 3247 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3248 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 3249 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3250 | | nova.associate_floating_ip | 1.458 | 1.5 | 1.554 | 1.541 | 1.548 | 100.0% | 3 | |
| 3251 | | nova.boot_server | 61.084 | 63.483 | 66.04 | 65.497 | 65.769 | 100.0% | 3 | |
| 3252 | | nova.delete_server | 9.903 | 37.147 | 60.946 | 56.875 | 58.911 | 100.0% | 3 | |
| 3253 | | nova.dissociate_floating_ip | 2.285 | 5.154 | 6.682 | 6.644 | 6.663 | 100.0% | 3 | |
| 3254 | | total | 330.782 | 333.862 | 339.373 | 337.784 | 338.579 | 100.0% | 3 | |
| 3255 | | vm.run_command | 171.985 | 201.383 | 235.307 | 227.617 | 231.462 | 100.0% | 3 | |
| 3256 | | vm.wait_for_ping | 0.305 | 2.421 | 4.871 | 4.314 | 4.593 | 100.0% | 3 | |
| 3257 | | vm.wait_for_ssh | 5.402 | 8.885 | 13.594 | 12.407 | 13.0 | 100.0% | 3 | |
| 3258 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3259 | Load duration: 339.492558002 |
| 3260 | Full duration: 385.326843023 |
| 3261 | |
| 3262 | Scenario Specific Results |
| 3263 | |
| 3264 | +-------+-----+-----+-----+--------------+--------------+ |
| 3265 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 3266 | +-------+-----+-----+-----+--------------+--------------+ |
| 3267 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 3268 | +-------+-----+-----+-----+--------------+--------------+ |
| 3269 | |
| 3270 | HINTS: |
| 3271 | * To plot HTML graphics with this data, run: |
| 3272 | rally task report 8d35b591-ac81-424c-916d-dced1d1b51d4 --out output.html |
| 3273 | |
| 3274 | * To get raw JSON output of task results, run: |
| 3275 | rally task results 8d35b591-ac81-424c-916d-dced1d1b51d4 |
| 3276 | |
| 3277 | Using task: 8d35b591-ac81-424c-916d-dced1d1b51d4 |
| 3278 | ================================================================================ |
| 3279 | [{u'__meta__': {u'action': u'randread', |
| 3280 | u'blocksize': 64, |
| 3281 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileM158IT -i 2 -s 1003592 -r 64 -+n', |
| 3282 | u'concurence': 1, |
| 3283 | u'direct_io': False, |
| 3284 | u'iodepth': 16, |
| 3285 | u'size': 1003592, |
| 3286 | u'sync': False, |
| 3287 | u'use_hight_io_priority': True}, |
| 3288 | u'bw_mean': 48054}, |
| 3289 | {u'__meta__': {u'action': u'randread', |
| 3290 | u'blocksize': 64, |
| 3291 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file6L0NhS -i 2 -s 1003592 -r 64 -+n', |
| 3292 | u'concurence': 1, |
| 3293 | u'direct_io': False, |
| 3294 | u'iodepth': 16, |
| 3295 | u'size': 1003592, |
| 3296 | u'sync': False, |
| 3297 | u'use_hight_io_priority': True}, |
| 3298 | u'bw_mean': 34874}, |
| 3299 | {u'__meta__': {u'action': u'randread', |
| 3300 | u'blocksize': 64, |
| 3301 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileL1z2EE -i 2 -s 1003592 -r 64 -+n', |
| 3302 | u'concurence': 1, |
| 3303 | u'direct_io': False, |
| 3304 | u'iodepth': 16, |
| 3305 | u'size': 1003592, |
| 3306 | u'sync': False, |
| 3307 | u'use_hight_io_priority': True}, |
| 3308 | u'bw_mean': 10868}] |
| 3309 | ================================================================================ |
| 3310 | |
| 3311 | ====> {"randread a 64k": [31265, 26663]} |
| 3312 | |
| 3313 | ================================================================================ |
| 3314 | + for op in '$ops' |
| 3315 | + for xxx in '$three_times' |
| 3316 | + io_opts='--type iozone -a read --iodepth 16 --blocksize 64k --iosize r2' |
| 3317 | + python run_rally_test.py -l -o '--type iozone -a read --iodepth 16 --blocksize 64k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 3318 | 04:12:58 20422 >>>> Start rally with opts 'task start /tmp/filerOM6qj --deployment perf-1' |
| 3319 | -------------------------------------------------------------------------------- |
| 3320 | Preparing input task |
| 3321 | -------------------------------------------------------------------------------- |
| 3322 | |
| 3323 | Input task is: |
| 3324 | VMTasks.boot_runcommand_delete: |
| 3325 | - args: |
| 3326 | flavor: {name: ceph.512} |
| 3327 | floating_network: net04_ext |
| 3328 | force_delete: false |
| 3329 | image: {name: ubuntu} |
| 3330 | interpreter: /usr/bin/env python2 |
| 3331 | script: /tmp/filedUh8Bg |
| 3332 | username: ubuntu |
| 3333 | context: |
| 3334 | network: {} |
| 3335 | users: {tenants: 1, users_per_tenant: 1} |
| 3336 | runner: {concurrency: 3, times: 3, type: constant} |
| 3337 | |
| 3338 | -------------------------------------------------------------------------------- |
| 3339 | Task 5919bfba-0422-430d-997a-7c93f7f68952: started |
| 3340 | -------------------------------------------------------------------------------- |
| 3341 | |
| 3342 | Benchmarking... This can take a while... |
| 3343 | |
| 3344 | To track task status use: |
| 3345 | |
| 3346 | rally task status |
| 3347 | or |
| 3348 | rally task detailed |
| 3349 | |
| 3350 | 04:14:32 20619 >>>> Start io test |
| 3351 | 04:14:32 20619 >>>> Ready and waiting on barrier. Will wait at most 205 seconds |
| 3352 | 04:14:32 20617 >>>> Start io test |
| 3353 | 04:14:32 20617 >>>> Ready and waiting on barrier. Will wait at most 205 seconds |
| 3354 | 04:14:33 20618 >>>> Start io test |
| 3355 | 04:14:33 20618 >>>> Ready and waiting on barrier. Will wait at most 204 seconds |
| 3356 | 04:15:34 20617 >>>> Test finished |
| 3357 | 04:15:36 20619 >>>> Test finished |
| 3358 | 04:15:36 20618 >>>> Test finished |
| 3359 | 2015-02-08 04:16:08.971 20422 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 073429f9-9553-46ed-ac1e-3adf3f83b029. |
| 3360 | |
| 3361 | -------------------------------------------------------------------------------- |
| 3362 | Task 5919bfba-0422-430d-997a-7c93f7f68952: finished |
| 3363 | -------------------------------------------------------------------------------- |
| 3364 | |
| 3365 | test scenario VMTasks.boot_runcommand_delete |
| 3366 | args position 0 |
| 3367 | args values: |
| 3368 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 3369 | u'floating_network': u'net04_ext', |
| 3370 | u'force_delete': False, |
| 3371 | u'image': {u'name': u'ubuntu'}, |
| 3372 | u'interpreter': u'/usr/bin/env python2', |
| 3373 | u'script': u'/tmp/filedUh8Bg', |
| 3374 | u'username': u'ubuntu'}, |
| 3375 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 3376 | u'start_cidr': u'10.2.0.0/24'}, |
| 3377 | u'users': {u'project_domain': u'default', |
| 3378 | u'resource_management_workers': 30, |
| 3379 | u'tenants': 1, |
| 3380 | u'user_domain': u'default', |
| 3381 | u'users_per_tenant': 1}}, |
| 3382 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 3383 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3384 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 3385 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3386 | | nova.associate_floating_ip | 1.312 | 1.384 | 1.444 | 1.434 | 1.439 | 100.0% | 3 | |
| 3387 | | nova.boot_server | 60.937 | 61.626 | 62.303 | 62.171 | 62.237 | 100.0% | 3 | |
| 3388 | | nova.delete_server | 5.124 | 9.767 | 12.175 | 12.14 | 12.157 | 100.0% | 3 | |
| 3389 | | nova.dissociate_floating_ip | 1.6 | 1.645 | 1.697 | 1.685 | 1.691 | 100.0% | 3 | |
| 3390 | | total | 148.661 | 155.004 | 158.26 | 158.226 | 158.243 | 100.0% | 3 | |
| 3391 | | vm.run_command | 60.691 | 62.348 | 63.269 | 63.232 | 63.251 | 100.0% | 3 | |
| 3392 | | vm.wait_for_ping | 0.298 | 2.452 | 6.104 | 5.074 | 5.589 | 100.0% | 3 | |
| 3393 | | vm.wait_for_ssh | 6.333 | 6.876 | 7.759 | 7.515 | 7.637 | 100.0% | 3 | |
| 3394 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3395 | Load duration: 158.382258177 |
| 3396 | Full duration: 188.079952002 |
| 3397 | |
| 3398 | Scenario Specific Results |
| 3399 | |
| 3400 | +-------+-----+-----+-----+--------------+--------------+ |
| 3401 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 3402 | +-------+-----+-----+-----+--------------+--------------+ |
| 3403 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 3404 | +-------+-----+-----+-----+--------------+--------------+ |
| 3405 | |
| 3406 | HINTS: |
| 3407 | * To plot HTML graphics with this data, run: |
| 3408 | rally task report 5919bfba-0422-430d-997a-7c93f7f68952 --out output.html |
| 3409 | |
| 3410 | * To get raw JSON output of task results, run: |
| 3411 | rally task results 5919bfba-0422-430d-997a-7c93f7f68952 |
| 3412 | |
| 3413 | Using task: 5919bfba-0422-430d-997a-7c93f7f68952 |
| 3414 | ================================================================================ |
| 3415 | [{u'__meta__': {u'action': u'read', |
| 3416 | u'blocksize': 64, |
| 3417 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileSSIH46 -i 1 -s 1003592 -r 64 -+n', |
| 3418 | u'concurence': 1, |
| 3419 | u'direct_io': False, |
| 3420 | u'iodepth': 16, |
| 3421 | u'size': 1003592, |
| 3422 | u'sync': False, |
| 3423 | u'use_hight_io_priority': True}, |
| 3424 | u'bw_mean': 96822}, |
| 3425 | {u'__meta__': {u'action': u'read', |
| 3426 | u'blocksize': 64, |
| 3427 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file2c9nrm -i 1 -s 1003592 -r 64 -+n', |
| 3428 | u'concurence': 1, |
| 3429 | u'direct_io': False, |
| 3430 | u'iodepth': 16, |
| 3431 | u'size': 1003592, |
| 3432 | u'sync': False, |
| 3433 | u'use_hight_io_priority': True}, |
| 3434 | u'bw_mean': 92380}, |
| 3435 | {u'__meta__': {u'action': u'read', |
| 3436 | u'blocksize': 64, |
| 3437 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filedxJefl -i 1 -s 1003592 -r 64 -+n', |
| 3438 | u'concurence': 1, |
| 3439 | u'direct_io': False, |
| 3440 | u'iodepth': 16, |
| 3441 | u'size': 1003592, |
| 3442 | u'sync': False, |
| 3443 | u'use_hight_io_priority': True}, |
| 3444 | u'bw_mean': 85881}] |
| 3445 | ================================================================================ |
| 3446 | |
| 3447 | ====> {"read a 64k": [91694, 7781]} |
| 3448 | |
| 3449 | ================================================================================ |
| 3450 | + for xxx in '$three_times' |
| 3451 | + io_opts='--type iozone -a read --iodepth 16 --blocksize 64k --iosize r2' |
| 3452 | + python run_rally_test.py -l -o '--type iozone -a read --iodepth 16 --blocksize 64k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 3453 | 04:16:12 20896 >>>> Start rally with opts 'task start /tmp/filekpH6Xn --deployment perf-1' |
| 3454 | -------------------------------------------------------------------------------- |
| 3455 | Preparing input task |
| 3456 | -------------------------------------------------------------------------------- |
| 3457 | |
| 3458 | Input task is: |
| 3459 | VMTasks.boot_runcommand_delete: |
| 3460 | - args: |
| 3461 | flavor: {name: ceph.512} |
| 3462 | floating_network: net04_ext |
| 3463 | force_delete: false |
| 3464 | image: {name: ubuntu} |
| 3465 | interpreter: /usr/bin/env python2 |
| 3466 | script: /tmp/filearhMTu |
| 3467 | username: ubuntu |
| 3468 | context: |
| 3469 | network: {} |
| 3470 | users: {tenants: 1, users_per_tenant: 1} |
| 3471 | runner: {concurrency: 3, times: 3, type: constant} |
| 3472 | |
| 3473 | -------------------------------------------------------------------------------- |
| 3474 | Task 793b0236-ce2f-40b5-b1be-e3dcb867dbe5: started |
| 3475 | -------------------------------------------------------------------------------- |
| 3476 | |
| 3477 | Benchmarking... This can take a while... |
| 3478 | |
| 3479 | To track task status use: |
| 3480 | |
| 3481 | rally task status |
| 3482 | or |
| 3483 | rally task detailed |
| 3484 | |
| 3485 | 04:17:47 21092 >>>> Start io test |
| 3486 | 04:17:47 21092 >>>> Ready and waiting on barrier. Will wait at most 205 seconds |
| 3487 | 04:17:48 21093 >>>> Start io test |
| 3488 | 04:17:48 21093 >>>> Ready and waiting on barrier. Will wait at most 203 seconds |
| 3489 | 04:17:52 21091 >>>> Start io test |
| 3490 | 04:17:52 21091 >>>> Ready and waiting on barrier. Will wait at most 200 seconds |
| 3491 | 04:18:54 21091 >>>> Test finished |
| 3492 | 04:18:55 21093 >>>> Test finished |
| 3493 | 04:18:55 21092 >>>> Test finished |
| 3494 | 2015-02-08 04:19:26.569 20896 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: f1cd9e32-c3ab-44cf-9b2e-d2a5c3ab7d3f. |
| 3495 | |
| 3496 | -------------------------------------------------------------------------------- |
| 3497 | Task 793b0236-ce2f-40b5-b1be-e3dcb867dbe5: finished |
| 3498 | -------------------------------------------------------------------------------- |
| 3499 | |
| 3500 | test scenario VMTasks.boot_runcommand_delete |
| 3501 | args position 0 |
| 3502 | args values: |
| 3503 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 3504 | u'floating_network': u'net04_ext', |
| 3505 | u'force_delete': False, |
| 3506 | u'image': {u'name': u'ubuntu'}, |
| 3507 | u'interpreter': u'/usr/bin/env python2', |
| 3508 | u'script': u'/tmp/filearhMTu', |
| 3509 | u'username': u'ubuntu'}, |
| 3510 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 3511 | u'start_cidr': u'10.2.0.0/24'}, |
| 3512 | u'users': {u'project_domain': u'default', |
| 3513 | u'resource_management_workers': 30, |
| 3514 | u'tenants': 1, |
| 3515 | u'user_domain': u'default', |
| 3516 | u'users_per_tenant': 1}}, |
| 3517 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 3518 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3519 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 3520 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3521 | | nova.associate_floating_ip | 1.329 | 1.431 | 1.6 | 1.553 | 1.576 | 100.0% | 3 | |
| 3522 | | nova.boot_server | 59.75 | 62.448 | 66.327 | 65.315 | 65.821 | 100.0% | 3 | |
| 3523 | | nova.delete_server | 5.166 | 8.227 | 9.764 | 9.761 | 9.763 | 100.0% | 3 | |
| 3524 | | nova.dissociate_floating_ip | 1.669 | 1.803 | 1.996 | 1.945 | 1.97 | 100.0% | 3 | |
| 3525 | | total | 153.152 | 158.751 | 163.843 | 162.925 | 163.384 | 100.0% | 3 | |
| 3526 | | vm.run_command | 61.444 | 62.292 | 62.726 | 62.722 | 62.724 | 100.0% | 3 | |
| 3527 | | vm.wait_for_ping | 6.106 | 6.11 | 6.113 | 6.113 | 6.113 | 100.0% | 3 | |
| 3528 | | vm.wait_for_ssh | 7.289 | 7.922 | 8.712 | 8.522 | 8.617 | 100.0% | 3 | |
| 3529 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3530 | Load duration: 163.902353048 |
| 3531 | Full duration: 190.593609095 |
| 3532 | |
| 3533 | Scenario Specific Results |
| 3534 | |
| 3535 | +-------+-----+-----+-----+--------------+--------------+ |
| 3536 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 3537 | +-------+-----+-----+-----+--------------+--------------+ |
| 3538 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 3539 | +-------+-----+-----+-----+--------------+--------------+ |
| 3540 | |
| 3541 | HINTS: |
| 3542 | * To plot HTML graphics with this data, run: |
| 3543 | rally task report 793b0236-ce2f-40b5-b1be-e3dcb867dbe5 --out output.html |
| 3544 | |
| 3545 | * To get raw JSON output of task results, run: |
| 3546 | rally task results 793b0236-ce2f-40b5-b1be-e3dcb867dbe5 |
| 3547 | |
| 3548 | Using task: 793b0236-ce2f-40b5-b1be-e3dcb867dbe5 |
| 3549 | ================================================================================ |
| 3550 | [{u'__meta__': {u'action': u'read', |
| 3551 | u'blocksize': 64, |
| 3552 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filewG5auY -i 1 -s 1003592 -r 64 -+n', |
| 3553 | u'concurence': 1, |
| 3554 | u'direct_io': False, |
| 3555 | u'iodepth': 16, |
| 3556 | u'size': 1003592, |
| 3557 | u'sync': False, |
| 3558 | u'use_hight_io_priority': True}, |
| 3559 | u'bw_mean': 96590}, |
| 3560 | {u'__meta__': {u'action': u'read', |
| 3561 | u'blocksize': 64, |
| 3562 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileDmAbvT -i 1 -s 1003592 -r 64 -+n', |
| 3563 | u'concurence': 1, |
| 3564 | u'direct_io': False, |
| 3565 | u'iodepth': 16, |
| 3566 | u'size': 1003592, |
| 3567 | u'sync': False, |
| 3568 | u'use_hight_io_priority': True}, |
| 3569 | u'bw_mean': 87036}, |
| 3570 | {u'__meta__': {u'action': u'read', |
| 3571 | u'blocksize': 64, |
| 3572 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file9EBT5G -i 1 -s 1003592 -r 64 -+n', |
| 3573 | u'concurence': 1, |
| 3574 | u'direct_io': False, |
| 3575 | u'iodepth': 16, |
| 3576 | u'size': 1003592, |
| 3577 | u'sync': False, |
| 3578 | u'use_hight_io_priority': True}, |
| 3579 | u'bw_mean': 85956}] |
| 3580 | ================================================================================ |
| 3581 | |
| 3582 | ====> {"read a 64k": [89860, 8277]} |
| 3583 | |
| 3584 | ================================================================================ |
| 3585 | + for xxx in '$three_times' |
| 3586 | + io_opts='--type iozone -a read --iodepth 16 --blocksize 64k --iosize r2' |
| 3587 | + python run_rally_test.py -l -o '--type iozone -a read --iodepth 16 --blocksize 64k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 3588 | 04:19:30 21433 >>>> Start rally with opts 'task start /tmp/file8CgslP --deployment perf-1' |
| 3589 | -------------------------------------------------------------------------------- |
| 3590 | Preparing input task |
| 3591 | -------------------------------------------------------------------------------- |
| 3592 | |
| 3593 | Input task is: |
| 3594 | VMTasks.boot_runcommand_delete: |
| 3595 | - args: |
| 3596 | flavor: {name: ceph.512} |
| 3597 | floating_network: net04_ext |
| 3598 | force_delete: false |
| 3599 | image: {name: ubuntu} |
| 3600 | interpreter: /usr/bin/env python2 |
| 3601 | script: /tmp/filebQkvFZ |
| 3602 | username: ubuntu |
| 3603 | context: |
| 3604 | network: {} |
| 3605 | users: {tenants: 1, users_per_tenant: 1} |
| 3606 | runner: {concurrency: 3, times: 3, type: constant} |
| 3607 | |
| 3608 | -------------------------------------------------------------------------------- |
| 3609 | Task 8ef48348-00e0-4fc6-aa30-48ced6af74aa: started |
| 3610 | -------------------------------------------------------------------------------- |
| 3611 | |
| 3612 | Benchmarking... This can take a while... |
| 3613 | |
| 3614 | To track task status use: |
| 3615 | |
| 3616 | rally task status |
| 3617 | or |
| 3618 | rally task detailed |
| 3619 | |
| 3620 | 04:21:16 21629 >>>> Start io test |
| 3621 | 04:21:16 21629 >>>> Ready and waiting on barrier. Will wait at most 193 seconds |
| 3622 | 04:21:20 21627 >>>> Start io test |
| 3623 | 04:21:20 21627 >>>> Ready and waiting on barrier. Will wait at most 189 seconds |
| 3624 | 04:21:22 21628 >>>> Start io test |
| 3625 | 04:21:22 21628 >>>> Ready and waiting on barrier. Will wait at most 188 seconds |
| 3626 | 04:22:25 21627 >>>> Test finished |
| 3627 | 04:22:25 21629 >>>> Test finished |
| 3628 | 04:22:26 21628 >>>> Test finished |
| 3629 | 2015-02-08 04:23:02.741 21433 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: d651454f-1264-4c17-b2d4-de8a21af3d84. |
| 3630 | |
| 3631 | -------------------------------------------------------------------------------- |
| 3632 | Task 8ef48348-00e0-4fc6-aa30-48ced6af74aa: finished |
| 3633 | -------------------------------------------------------------------------------- |
| 3634 | |
| 3635 | test scenario VMTasks.boot_runcommand_delete |
| 3636 | args position 0 |
| 3637 | args values: |
| 3638 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 3639 | u'floating_network': u'net04_ext', |
| 3640 | u'force_delete': False, |
| 3641 | u'image': {u'name': u'ubuntu'}, |
| 3642 | u'interpreter': u'/usr/bin/env python2', |
| 3643 | u'script': u'/tmp/filebQkvFZ', |
| 3644 | u'username': u'ubuntu'}, |
| 3645 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 3646 | u'start_cidr': u'10.2.0.0/24'}, |
| 3647 | u'users': {u'project_domain': u'default', |
| 3648 | u'resource_management_workers': 30, |
| 3649 | u'tenants': 1, |
| 3650 | u'user_domain': u'default', |
| 3651 | u'users_per_tenant': 1}}, |
| 3652 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 3653 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3654 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 3655 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3656 | | nova.associate_floating_ip | 1.416 | 1.652 | 1.885 | 1.839 | 1.862 | 100.0% | 3 | |
| 3657 | | nova.boot_server | 61.576 | 62.167 | 63.142 | 62.871 | 63.007 | 100.0% | 3 | |
| 3658 | | nova.delete_server | 5.108 | 7.509 | 12.152 | 10.775 | 11.464 | 100.0% | 3 | |
| 3659 | | nova.dissociate_floating_ip | 1.664 | 3.325 | 6.613 | 5.63 | 6.121 | 100.0% | 3 | |
| 3660 | | total | 157.89 | 163.165 | 169.106 | 167.785 | 168.446 | 100.0% | 3 | |
| 3661 | | vm.run_command | 62.889 | 63.305 | 63.756 | 63.659 | 63.707 | 100.0% | 3 | |
| 3662 | | vm.wait_for_ping | 6.1 | 6.109 | 6.113 | 6.113 | 6.113 | 100.0% | 3 | |
| 3663 | | vm.wait_for_ssh | 8.757 | 11.298 | 12.685 | 12.638 | 12.661 | 100.0% | 3 | |
| 3664 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3665 | Load duration: 169.206213951 |
| 3666 | Full duration: 209.484374046 |
| 3667 | |
| 3668 | Scenario Specific Results |
| 3669 | |
| 3670 | +-------+-----+-----+-----+--------------+--------------+ |
| 3671 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 3672 | +-------+-----+-----+-----+--------------+--------------+ |
| 3673 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 3674 | +-------+-----+-----+-----+--------------+--------------+ |
| 3675 | |
| 3676 | HINTS: |
| 3677 | * To plot HTML graphics with this data, run: |
| 3678 | rally task report 8ef48348-00e0-4fc6-aa30-48ced6af74aa --out output.html |
| 3679 | |
| 3680 | * To get raw JSON output of task results, run: |
| 3681 | rally task results 8ef48348-00e0-4fc6-aa30-48ced6af74aa |
| 3682 | |
| 3683 | Using task: 8ef48348-00e0-4fc6-aa30-48ced6af74aa |
| 3684 | ================================================================================ |
| 3685 | [{u'__meta__': {u'action': u'read', |
| 3686 | u'blocksize': 64, |
| 3687 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file9z0Fbs -i 1 -s 1003592 -r 64 -+n', |
| 3688 | u'concurence': 1, |
| 3689 | u'direct_io': False, |
| 3690 | u'iodepth': 16, |
| 3691 | u'size': 1003592, |
| 3692 | u'sync': False, |
| 3693 | u'use_hight_io_priority': True}, |
| 3694 | u'bw_mean': 84881}, |
| 3695 | {u'__meta__': {u'action': u'read', |
| 3696 | u'blocksize': 64, |
| 3697 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filez9U2O5 -i 1 -s 1003592 -r 64 -+n', |
| 3698 | u'concurence': 1, |
| 3699 | u'direct_io': False, |
| 3700 | u'iodepth': 16, |
| 3701 | u'size': 1003592, |
| 3702 | u'sync': False, |
| 3703 | u'use_hight_io_priority': True}, |
| 3704 | u'bw_mean': 86992}, |
| 3705 | {u'__meta__': {u'action': u'read', |
| 3706 | u'blocksize': 64, |
| 3707 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file7jkppV -i 1 -s 1003592 -r 64 -+n', |
| 3708 | u'concurence': 1, |
| 3709 | u'direct_io': False, |
| 3710 | u'iodepth': 16, |
| 3711 | u'size': 1003592, |
| 3712 | u'sync': False, |
| 3713 | u'use_hight_io_priority': True}, |
| 3714 | u'bw_mean': 88016}] |
| 3715 | ================================================================================ |
| 3716 | |
| 3717 | ====> {"read a 64k": [86629, 2260]} |
| 3718 | |
| 3719 | ================================================================================ |
| 3720 | + for bsize in '$bsizes' |
| 3721 | + for op in '$ops' |
| 3722 | + for xxx in '$three_times' |
| 3723 | + io_opts='--type iozone -a randread --iodepth 16 --blocksize 256k --iosize r2' |
| 3724 | + python run_rally_test.py -l -o '--type iozone -a randread --iodepth 16 --blocksize 256k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 3725 | 04:23:06 21978 >>>> Start rally with opts 'task start /tmp/fileCG9xio --deployment perf-1' |
| 3726 | -------------------------------------------------------------------------------- |
| 3727 | Preparing input task |
| 3728 | -------------------------------------------------------------------------------- |
| 3729 | |
| 3730 | Input task is: |
| 3731 | VMTasks.boot_runcommand_delete: |
| 3732 | - args: |
| 3733 | flavor: {name: ceph.512} |
| 3734 | floating_network: net04_ext |
| 3735 | force_delete: false |
| 3736 | image: {name: ubuntu} |
| 3737 | interpreter: /usr/bin/env python2 |
| 3738 | script: /tmp/filewE7uNX |
| 3739 | username: ubuntu |
| 3740 | context: |
| 3741 | network: {} |
| 3742 | users: {tenants: 1, users_per_tenant: 1} |
| 3743 | runner: {concurrency: 3, times: 3, type: constant} |
| 3744 | |
| 3745 | -------------------------------------------------------------------------------- |
| 3746 | Task 3abb8511-1e93-4241-9ee7-f2f4221eff20: started |
| 3747 | -------------------------------------------------------------------------------- |
| 3748 | |
| 3749 | Benchmarking... This can take a while... |
| 3750 | |
| 3751 | To track task status use: |
| 3752 | |
| 3753 | rally task status |
| 3754 | or |
| 3755 | rally task detailed |
| 3756 | |
| 3757 | 04:24:46 22174 >>>> Start io test |
| 3758 | 04:24:46 22174 >>>> Ready and waiting on barrier. Will wait at most 200 seconds |
| 3759 | 04:24:47 22172 >>>> Start io test |
| 3760 | 04:24:47 22172 >>>> Ready and waiting on barrier. Will wait at most 198 seconds |
| 3761 | 04:24:47 22173 >>>> Start io test |
| 3762 | 04:24:47 22173 >>>> Ready and waiting on barrier. Will wait at most 198 seconds |
| 3763 | 04:26:52 22173 >>>> Test finished |
| 3764 | 04:26:54 22172 >>>> Test finished |
| 3765 | 04:27:04 22174 >>>> Test finished |
| 3766 | 2015-02-08 04:27:50.016 21978 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 481ac5c2-a07b-4526-ba83-6a8d75dedca0. |
| 3767 | |
| 3768 | -------------------------------------------------------------------------------- |
| 3769 | Task 3abb8511-1e93-4241-9ee7-f2f4221eff20: finished |
| 3770 | -------------------------------------------------------------------------------- |
| 3771 | |
| 3772 | test scenario VMTasks.boot_runcommand_delete |
| 3773 | args position 0 |
| 3774 | args values: |
| 3775 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 3776 | u'floating_network': u'net04_ext', |
| 3777 | u'force_delete': False, |
| 3778 | u'image': {u'name': u'ubuntu'}, |
| 3779 | u'interpreter': u'/usr/bin/env python2', |
| 3780 | u'script': u'/tmp/filewE7uNX', |
| 3781 | u'username': u'ubuntu'}, |
| 3782 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 3783 | u'start_cidr': u'10.2.0.0/24'}, |
| 3784 | u'users': {u'project_domain': u'default', |
| 3785 | u'resource_management_workers': 30, |
| 3786 | u'tenants': 1, |
| 3787 | u'user_domain': u'default', |
| 3788 | u'users_per_tenant': 1}}, |
| 3789 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 3790 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3791 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 3792 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3793 | | nova.associate_floating_ip | 1.387 | 1.472 | 1.64 | 1.59 | 1.615 | 100.0% | 3 | |
| 3794 | | nova.boot_server | 59.435 | 61.663 | 64.875 | 64.036 | 64.456 | 100.0% | 3 | |
| 3795 | | nova.delete_server | 5.128 | 13.613 | 18.923 | 18.496 | 18.71 | 100.0% | 3 | |
| 3796 | | nova.dissociate_floating_ip | 6.582 | 6.655 | 6.758 | 6.732 | 6.745 | 100.0% | 3 | |
| 3797 | | total | 235.479 | 236.771 | 239.31 | 238.553 | 238.931 | 100.0% | 3 | |
| 3798 | | vm.run_command | 124.205 | 129.273 | 137.069 | 134.964 | 136.017 | 100.0% | 3 | |
| 3799 | | vm.wait_for_ping | 2.092 | 4.766 | 6.113 | 6.109 | 6.111 | 100.0% | 3 | |
| 3800 | | vm.wait_for_ssh | 8.484 | 11.066 | 14.205 | 13.466 | 13.835 | 100.0% | 3 | |
| 3801 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3802 | Load duration: 239.470646143 |
| 3803 | Full duration: 280.715167999 |
| 3804 | |
| 3805 | Scenario Specific Results |
| 3806 | |
| 3807 | +-------+-----+-----+-----+--------------+--------------+ |
| 3808 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 3809 | +-------+-----+-----+-----+--------------+--------------+ |
| 3810 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 3811 | +-------+-----+-----+-----+--------------+--------------+ |
| 3812 | |
| 3813 | HINTS: |
| 3814 | * To plot HTML graphics with this data, run: |
| 3815 | rally task report 3abb8511-1e93-4241-9ee7-f2f4221eff20 --out output.html |
| 3816 | |
| 3817 | * To get raw JSON output of task results, run: |
| 3818 | rally task results 3abb8511-1e93-4241-9ee7-f2f4221eff20 |
| 3819 | |
| 3820 | Using task: 3abb8511-1e93-4241-9ee7-f2f4221eff20 |
| 3821 | ================================================================================ |
| 3822 | [{u'__meta__': {u'action': u'randread', |
| 3823 | u'blocksize': 256, |
| 3824 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filewisljU -i 2 -s 1003592 -r 256 -+n', |
| 3825 | u'concurence': 1, |
| 3826 | u'direct_io': False, |
| 3827 | u'iodepth': 16, |
| 3828 | u'size': 1003592, |
| 3829 | u'sync': False, |
| 3830 | u'use_hight_io_priority': True}, |
| 3831 | u'bw_mean': 80886}, |
| 3832 | {u'__meta__': {u'action': u'randread', |
| 3833 | u'blocksize': 256, |
| 3834 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileBSUYtv -i 2 -s 1003592 -r 256 -+n', |
| 3835 | u'concurence': 1, |
| 3836 | u'direct_io': False, |
| 3837 | u'iodepth': 16, |
| 3838 | u'size': 1003592, |
| 3839 | u'sync': False, |
| 3840 | u'use_hight_io_priority': True}, |
| 3841 | u'bw_mean': 71785}, |
| 3842 | {u'__meta__': {u'action': u'randread', |
| 3843 | u'blocksize': 256, |
| 3844 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file0HNpB0 -i 2 -s 1003592 -r 256 -+n', |
| 3845 | u'concurence': 1, |
| 3846 | u'direct_io': False, |
| 3847 | u'iodepth': 16, |
| 3848 | u'size': 1003592, |
| 3849 | u'sync': False, |
| 3850 | u'use_hight_io_priority': True}, |
| 3851 | u'bw_mean': 36555}] |
| 3852 | ================================================================================ |
| 3853 | |
| 3854 | ====> {"randread a 256k": [63075, 33112]} |
| 3855 | |
| 3856 | ================================================================================ |
| 3857 | + for xxx in '$three_times' |
| 3858 | + io_opts='--type iozone -a randread --iodepth 16 --blocksize 256k --iosize r2' |
| 3859 | + python run_rally_test.py -l -o '--type iozone -a randread --iodepth 16 --blocksize 256k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 3860 | 04:27:54 22513 >>>> Start rally with opts 'task start /tmp/fileBn8qPc --deployment perf-1' |
| 3861 | -------------------------------------------------------------------------------- |
| 3862 | Preparing input task |
| 3863 | -------------------------------------------------------------------------------- |
| 3864 | |
| 3865 | Input task is: |
| 3866 | VMTasks.boot_runcommand_delete: |
| 3867 | - args: |
| 3868 | flavor: {name: ceph.512} |
| 3869 | floating_network: net04_ext |
| 3870 | force_delete: false |
| 3871 | image: {name: ubuntu} |
| 3872 | interpreter: /usr/bin/env python2 |
| 3873 | script: /tmp/filegpecvG |
| 3874 | username: ubuntu |
| 3875 | context: |
| 3876 | network: {} |
| 3877 | users: {tenants: 1, users_per_tenant: 1} |
| 3878 | runner: {concurrency: 3, times: 3, type: constant} |
| 3879 | |
| 3880 | -------------------------------------------------------------------------------- |
| 3881 | Task 32b31e1a-0d23-412f-addf-ba2d1f8e65d9: started |
| 3882 | -------------------------------------------------------------------------------- |
| 3883 | |
| 3884 | Benchmarking... This can take a while... |
| 3885 | |
| 3886 | To track task status use: |
| 3887 | |
| 3888 | rally task status |
| 3889 | or |
| 3890 | rally task detailed |
| 3891 | |
| 3892 | 04:29:33 22709 >>>> Start io test |
| 3893 | 04:29:33 22709 >>>> Ready and waiting on barrier. Will wait at most 200 seconds |
| 3894 | 04:29:34 22708 >>>> Start io test |
| 3895 | 04:29:34 22708 >>>> Ready and waiting on barrier. Will wait at most 199 seconds |
| 3896 | 04:29:35 22707 >>>> Start io test |
| 3897 | 04:29:35 22707 >>>> Ready and waiting on barrier. Will wait at most 198 seconds |
| 3898 | 04:31:29 22709 >>>> Test finished |
| 3899 | 04:31:32 22708 >>>> Test finished |
| 3900 | 04:31:55 22707 >>>> Test finished |
| 3901 | 2015-02-08 04:32:30.143 22513 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 8a8137cc-5649-4eb5-9a25-4397b6de1019. |
| 3902 | |
| 3903 | -------------------------------------------------------------------------------- |
| 3904 | Task 32b31e1a-0d23-412f-addf-ba2d1f8e65d9: finished |
| 3905 | -------------------------------------------------------------------------------- |
| 3906 | |
| 3907 | test scenario VMTasks.boot_runcommand_delete |
| 3908 | args position 0 |
| 3909 | args values: |
| 3910 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 3911 | u'floating_network': u'net04_ext', |
| 3912 | u'force_delete': False, |
| 3913 | u'image': {u'name': u'ubuntu'}, |
| 3914 | u'interpreter': u'/usr/bin/env python2', |
| 3915 | u'script': u'/tmp/filegpecvG', |
| 3916 | u'username': u'ubuntu'}, |
| 3917 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 3918 | u'start_cidr': u'10.2.0.0/24'}, |
| 3919 | u'users': {u'project_domain': u'default', |
| 3920 | u'resource_management_workers': 30, |
| 3921 | u'tenants': 1, |
| 3922 | u'user_domain': u'default', |
| 3923 | u'users_per_tenant': 1}}, |
| 3924 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 3925 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3926 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 3927 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3928 | | nova.associate_floating_ip | 1.517 | 3.159 | 6.39 | 5.426 | 5.908 | 100.0% | 3 | |
| 3929 | | nova.boot_server | 61.943 | 65.005 | 67.837 | 67.317 | 67.577 | 100.0% | 3 | |
| 3930 | | nova.delete_server | 9.836 | 19.827 | 28.242 | 26.875 | 27.559 | 100.0% | 3 | |
| 3931 | | nova.dissociate_floating_ip | 6.482 | 6.562 | 6.7 | 6.661 | 6.68 | 100.0% | 3 | |
| 3932 | | total | 231.318 | 236.534 | 242.613 | 241.224 | 241.918 | 100.0% | 3 | |
| 3933 | | vm.run_command | 114.631 | 124.047 | 140.193 | 135.618 | 137.905 | 100.0% | 3 | |
| 3934 | | vm.wait_for_ping | 0.676 | 3.39 | 5.388 | 5.131 | 5.259 | 100.0% | 3 | |
| 3935 | | vm.wait_for_ssh | 7.6 | 9.314 | 12.686 | 11.68 | 12.183 | 100.0% | 3 | |
| 3936 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 3937 | Load duration: 242.772460938 |
| 3938 | Full duration: 273.41289711 |
| 3939 | |
| 3940 | Scenario Specific Results |
| 3941 | |
| 3942 | +-------+-----+-----+-----+--------------+--------------+ |
| 3943 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 3944 | +-------+-----+-----+-----+--------------+--------------+ |
| 3945 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 3946 | +-------+-----+-----+-----+--------------+--------------+ |
| 3947 | |
| 3948 | HINTS: |
| 3949 | * To plot HTML graphics with this data, run: |
| 3950 | rally task report 32b31e1a-0d23-412f-addf-ba2d1f8e65d9 --out output.html |
| 3951 | |
| 3952 | * To get raw JSON output of task results, run: |
| 3953 | rally task results 32b31e1a-0d23-412f-addf-ba2d1f8e65d9 |
| 3954 | |
| 3955 | Using task: 32b31e1a-0d23-412f-addf-ba2d1f8e65d9 |
| 3956 | ================================================================================ |
| 3957 | [{u'__meta__': {u'action': u'randread', |
| 3958 | u'blocksize': 256, |
| 3959 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filelufCrl -i 2 -s 1003592 -r 256 -+n', |
| 3960 | u'concurence': 1, |
| 3961 | u'direct_io': False, |
| 3962 | u'iodepth': 16, |
| 3963 | u'size': 1003592, |
| 3964 | u'sync': False, |
| 3965 | u'use_hight_io_priority': True}, |
| 3966 | u'bw_mean': 82316}, |
| 3967 | {u'__meta__': {u'action': u'randread', |
| 3968 | u'blocksize': 256, |
| 3969 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file5oPuOD -i 2 -s 1003592 -r 256 -+n', |
| 3970 | u'concurence': 1, |
| 3971 | u'direct_io': False, |
| 3972 | u'iodepth': 16, |
| 3973 | u'size': 1003592, |
| 3974 | u'sync': False, |
| 3975 | u'use_hight_io_priority': True}, |
| 3976 | u'bw_mean': 73212}, |
| 3977 | {u'__meta__': {u'action': u'randread', |
| 3978 | u'blocksize': 256, |
| 3979 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file5zQrVa -i 2 -s 1003592 -r 256 -+n', |
| 3980 | u'concurence': 1, |
| 3981 | u'direct_io': False, |
| 3982 | u'iodepth': 16, |
| 3983 | u'size': 1003592, |
| 3984 | u'sync': False, |
| 3985 | u'use_hight_io_priority': True}, |
| 3986 | u'bw_mean': 20493}] |
| 3987 | ================================================================================ |
| 3988 | |
| 3989 | ====> {"randread a 256k": [58673, 47202]} |
| 3990 | |
| 3991 | ================================================================================ |
| 3992 | + for xxx in '$three_times' |
| 3993 | + io_opts='--type iozone -a randread --iodepth 16 --blocksize 256k --iosize r2' |
| 3994 | + python run_rally_test.py -l -o '--type iozone -a randread --iodepth 16 --blocksize 256k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 3995 | 04:32:34 23044 >>>> Start rally with opts 'task start /tmp/filesBizOD --deployment perf-1' |
| 3996 | -------------------------------------------------------------------------------- |
| 3997 | Preparing input task |
| 3998 | -------------------------------------------------------------------------------- |
| 3999 | |
| 4000 | Input task is: |
| 4001 | VMTasks.boot_runcommand_delete: |
| 4002 | - args: |
| 4003 | flavor: {name: ceph.512} |
| 4004 | floating_network: net04_ext |
| 4005 | force_delete: false |
| 4006 | image: {name: ubuntu} |
| 4007 | interpreter: /usr/bin/env python2 |
| 4008 | script: /tmp/filemrkLdh |
| 4009 | username: ubuntu |
| 4010 | context: |
| 4011 | network: {} |
| 4012 | users: {tenants: 1, users_per_tenant: 1} |
| 4013 | runner: {concurrency: 3, times: 3, type: constant} |
| 4014 | |
| 4015 | -------------------------------------------------------------------------------- |
| 4016 | Task 739b5967-0338-4c1a-b62e-fcfbd08d5b68: started |
| 4017 | -------------------------------------------------------------------------------- |
| 4018 | |
| 4019 | Benchmarking... This can take a while... |
| 4020 | |
| 4021 | To track task status use: |
| 4022 | |
| 4023 | rally task status |
| 4024 | or |
| 4025 | rally task detailed |
| 4026 | |
| 4027 | 04:34:14 23238 >>>> Start io test |
| 4028 | 04:34:14 23238 >>>> Ready and waiting on barrier. Will wait at most 199 seconds |
| 4029 | 04:34:15 23240 >>>> Start io test |
| 4030 | 04:34:15 23240 >>>> Ready and waiting on barrier. Will wait at most 198 seconds |
| 4031 | 04:34:23 23239 >>>> Start io test |
| 4032 | 04:34:23 23239 >>>> Ready and waiting on barrier. Will wait at most 190 seconds |
| 4033 | 04:36:36 23238 >>>> Test finished |
| 4034 | 04:36:42 23239 >>>> Test finished |
| 4035 | 04:36:42 23240 >>>> Test finished |
| 4036 | 2015-02-08 04:37:31.459 23044 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 73c67b08-c370-4ef4-98e8-c2b923dc388d. |
| 4037 | |
| 4038 | -------------------------------------------------------------------------------- |
| 4039 | Task 739b5967-0338-4c1a-b62e-fcfbd08d5b68: finished |
| 4040 | -------------------------------------------------------------------------------- |
| 4041 | |
| 4042 | test scenario VMTasks.boot_runcommand_delete |
| 4043 | args position 0 |
| 4044 | args values: |
| 4045 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 4046 | u'floating_network': u'net04_ext', |
| 4047 | u'force_delete': False, |
| 4048 | u'image': {u'name': u'ubuntu'}, |
| 4049 | u'interpreter': u'/usr/bin/env python2', |
| 4050 | u'script': u'/tmp/filemrkLdh', |
| 4051 | u'username': u'ubuntu'}, |
| 4052 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 4053 | u'start_cidr': u'10.2.0.0/24'}, |
| 4054 | u'users': {u'project_domain': u'default', |
| 4055 | u'resource_management_workers': 30, |
| 4056 | u'tenants': 1, |
| 4057 | u'user_domain': u'default', |
| 4058 | u'users_per_tenant': 1}}, |
| 4059 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 4060 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4061 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 4062 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4063 | | nova.associate_floating_ip | 1.377 | 1.499 | 1.564 | 1.562 | 1.563 | 100.0% | 3 | |
| 4064 | | nova.boot_server | 63.112 | 63.733 | 64.654 | 64.41 | 64.532 | 100.0% | 3 | |
| 4065 | | nova.delete_server | 7.479 | 11.248 | 14.263 | 13.811 | 14.037 | 100.0% | 3 | |
| 4066 | | nova.dissociate_floating_ip | 1.558 | 4.949 | 6.66 | 6.654 | 6.657 | 100.0% | 3 | |
| 4067 | | total | 242.669 | 246.243 | 248.793 | 248.488 | 248.641 | 100.0% | 3 | |
| 4068 | | vm.run_command | 133.273 | 137.081 | 138.998 | 138.992 | 138.995 | 100.0% | 3 | |
| 4069 | | vm.wait_for_ping | 2.092 | 4.165 | 5.669 | 5.482 | 5.575 | 100.0% | 3 | |
| 4070 | | vm.wait_for_ssh | 7.608 | 9.163 | 12.248 | 11.325 | 11.787 | 100.0% | 3 | |
| 4071 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4072 | Load duration: 248.887854099 |
| 4073 | Full duration: 294.444478989 |
| 4074 | |
| 4075 | Scenario Specific Results |
| 4076 | |
| 4077 | +-------+-----+-----+-----+--------------+--------------+ |
| 4078 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 4079 | +-------+-----+-----+-----+--------------+--------------+ |
| 4080 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 4081 | +-------+-----+-----+-----+--------------+--------------+ |
| 4082 | |
| 4083 | HINTS: |
| 4084 | * To plot HTML graphics with this data, run: |
| 4085 | rally task report 739b5967-0338-4c1a-b62e-fcfbd08d5b68 --out output.html |
| 4086 | |
| 4087 | * To get raw JSON output of task results, run: |
| 4088 | rally task results 739b5967-0338-4c1a-b62e-fcfbd08d5b68 |
| 4089 | |
| 4090 | Using task: 739b5967-0338-4c1a-b62e-fcfbd08d5b68 |
| 4091 | ================================================================================ |
| 4092 | [{u'__meta__': {u'action': u'randread', |
| 4093 | u'blocksize': 256, |
| 4094 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filesZaTGZ -i 2 -s 1003592 -r 256 -+n', |
| 4095 | u'concurence': 1, |
| 4096 | u'direct_io': False, |
| 4097 | u'iodepth': 16, |
| 4098 | u'size': 1003592, |
| 4099 | u'sync': False, |
| 4100 | u'use_hight_io_priority': True}, |
| 4101 | u'bw_mean': 75858}, |
| 4102 | {u'__meta__': {u'action': u'randread', |
| 4103 | u'blocksize': 256, |
| 4104 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filevQ259z -i 2 -s 1003592 -r 256 -+n', |
| 4105 | u'concurence': 1, |
| 4106 | u'direct_io': False, |
| 4107 | u'iodepth': 16, |
| 4108 | u'size': 1003592, |
| 4109 | u'sync': False, |
| 4110 | u'use_hight_io_priority': True}, |
| 4111 | u'bw_mean': 61209}, |
| 4112 | {u'__meta__': {u'action': u'randread', |
| 4113 | u'blocksize': 256, |
| 4114 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filevZHKW5 -i 2 -s 1003592 -r 256 -+n', |
| 4115 | u'concurence': 1, |
| 4116 | u'direct_io': False, |
| 4117 | u'iodepth': 16, |
| 4118 | u'size': 1003592, |
| 4119 | u'sync': False, |
| 4120 | u'use_hight_io_priority': True}, |
| 4121 | u'bw_mean': 70162}] |
| 4122 | ================================================================================ |
| 4123 | |
| 4124 | ====> {"randread a 256k": [69076, 10443]} |
| 4125 | |
| 4126 | ================================================================================ |
| 4127 | + for op in '$ops' |
| 4128 | + for xxx in '$three_times' |
| 4129 | + io_opts='--type iozone -a read --iodepth 16 --blocksize 256k --iosize r2' |
| 4130 | + python run_rally_test.py -l -o '--type iozone -a read --iodepth 16 --blocksize 256k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 4131 | 04:37:35 23567 >>>> Start rally with opts 'task start /tmp/filedK1Atl --deployment perf-1' |
| 4132 | -------------------------------------------------------------------------------- |
| 4133 | Preparing input task |
| 4134 | -------------------------------------------------------------------------------- |
| 4135 | |
| 4136 | Input task is: |
| 4137 | VMTasks.boot_runcommand_delete: |
| 4138 | - args: |
| 4139 | flavor: {name: ceph.512} |
| 4140 | floating_network: net04_ext |
| 4141 | force_delete: false |
| 4142 | image: {name: ubuntu} |
| 4143 | interpreter: /usr/bin/env python2 |
| 4144 | script: /tmp/filewDejyo |
| 4145 | username: ubuntu |
| 4146 | context: |
| 4147 | network: {} |
| 4148 | users: {tenants: 1, users_per_tenant: 1} |
| 4149 | runner: {concurrency: 3, times: 3, type: constant} |
| 4150 | |
| 4151 | -------------------------------------------------------------------------------- |
| 4152 | Task acd44fc4-425a-4d74-aba4-4189c08c7497: started |
| 4153 | -------------------------------------------------------------------------------- |
| 4154 | |
| 4155 | Benchmarking... This can take a while... |
| 4156 | |
| 4157 | To track task status use: |
| 4158 | |
| 4159 | rally task status |
| 4160 | or |
| 4161 | rally task detailed |
| 4162 | |
| 4163 | 04:39:21 23761 >>>> Start io test |
| 4164 | 04:39:21 23761 >>>> Ready and waiting on barrier. Will wait at most 193 seconds |
| 4165 | 04:39:28 23762 >>>> Start io test |
| 4166 | 04:39:28 23762 >>>> Ready and waiting on barrier. Will wait at most 187 seconds |
| 4167 | 04:42:35 23761 >>>> Barrier timeouted |
| 4168 | 04:42:35 23762 >>>> Barrier timeouted |
| 4169 | 04:43:22 23762 >>>> Test finished |
| 4170 | 04:43:22 23761 >>>> Test finished |
| 4171 | 2015-02-08 04:44:27.949 23567 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: d912c821-d47e-4a87-9338-814a7e786c74. |
| 4172 | |
| 4173 | -------------------------------------------------------------------------------- |
| 4174 | Task acd44fc4-425a-4d74-aba4-4189c08c7497: finished |
| 4175 | -------------------------------------------------------------------------------- |
| 4176 | |
| 4177 | test scenario VMTasks.boot_runcommand_delete |
| 4178 | args position 0 |
| 4179 | args values: |
| 4180 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 4181 | u'floating_network': u'net04_ext', |
| 4182 | u'force_delete': False, |
| 4183 | u'image': {u'name': u'ubuntu'}, |
| 4184 | u'interpreter': u'/usr/bin/env python2', |
| 4185 | u'script': u'/tmp/filewDejyo', |
| 4186 | u'username': u'ubuntu'}, |
| 4187 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 4188 | u'start_cidr': u'10.2.0.0/24'}, |
| 4189 | u'users': {u'project_domain': u'default', |
| 4190 | u'resource_management_workers': 30, |
| 4191 | u'tenants': 1, |
| 4192 | u'user_domain': u'default', |
| 4193 | u'users_per_tenant': 1}}, |
| 4194 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 4195 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4196 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 4197 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4198 | | nova.associate_floating_ip | 1.436 | 1.912 | 2.389 | 2.293 | 2.341 | 66.7% | 3 | |
| 4199 | | nova.boot_server | 62.781 | 64.235 | 65.689 | 65.398 | 65.544 | 66.7% | 3 | |
| 4200 | | nova.delete_server | 9.847 | 9.931 | 10.016 | 9.999 | 10.007 | 66.7% | 3 | |
| 4201 | | nova.dissociate_floating_ip | 7.802 | 7.98 | 8.159 | 8.123 | 8.141 | 66.7% | 3 | |
| 4202 | | total | 345.045 | 345.11 | 345.175 | 345.162 | 345.169 | 66.7% | 3 | |
| 4203 | | vm.run_command | 46.693 | 46.822 | 46.95 | 46.925 | 46.938 | 66.7% | 3 | |
| 4204 | | vm.wait_for_ping | 4.633 | 5.368 | 6.103 | 5.956 | 6.029 | 66.7% | 3 | |
| 4205 | | vm.wait_for_ssh | 6.995 | 9.269 | 11.544 | 11.089 | 11.316 | 66.7% | 3 | |
| 4206 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4207 | Load duration: 345.318270922 |
| 4208 | Full duration: 409.839308023 |
| 4209 | |
| 4210 | Scenario Specific Results |
| 4211 | |
| 4212 | +-------+-----+-----+-----+--------------+--------------+ |
| 4213 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 4214 | +-------+-----+-----+-----+--------------+--------------+ |
| 4215 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 4216 | +-------+-----+-----+-----+--------------+--------------+ |
| 4217 | |
| 4218 | HINTS: |
| 4219 | * To plot HTML graphics with this data, run: |
| 4220 | rally task report acd44fc4-425a-4d74-aba4-4189c08c7497 --out output.html |
| 4221 | |
| 4222 | * To get raw JSON output of task results, run: |
| 4223 | rally task results acd44fc4-425a-4d74-aba4-4189c08c7497 |
| 4224 | |
| 4225 | Using task: acd44fc4-425a-4d74-aba4-4189c08c7497 |
| 4226 | ================================================================================ |
| 4227 | [{u'__meta__': {u'action': u'read', |
| 4228 | u'blocksize': 256, |
| 4229 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileKfKe0H -i 1 -s 1003592 -r 256 -+n', |
| 4230 | u'concurence': 1, |
| 4231 | u'direct_io': False, |
| 4232 | u'iodepth': 16, |
| 4233 | u'size': 1003592, |
| 4234 | u'sync': False, |
| 4235 | u'use_hight_io_priority': True}, |
| 4236 | u'bw_mean': 108004}, |
| 4237 | {u'__meta__': {u'action': u'read', |
| 4238 | u'blocksize': 256, |
| 4239 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file5u1vOZ -i 1 -s 1003592 -r 256 -+n', |
| 4240 | u'concurence': 1, |
| 4241 | u'direct_io': False, |
| 4242 | u'iodepth': 16, |
| 4243 | u'size': 1003592, |
| 4244 | u'sync': False, |
| 4245 | u'use_hight_io_priority': True}, |
| 4246 | u'bw_mean': 101816}] |
| 4247 | ================================================================================ |
| 4248 | |
| 4249 | ====> {"read a 256k": [104910, 4375]} |
| 4250 | |
| 4251 | ================================================================================ |
| 4252 | + for xxx in '$three_times' |
| 4253 | + io_opts='--type iozone -a read --iodepth 16 --blocksize 256k --iosize r2' |
| 4254 | + python run_rally_test.py -l -o '--type iozone -a read --iodepth 16 --blocksize 256k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 4255 | 04:44:32 24092 >>>> Start rally with opts 'task start /tmp/filexVCGgo --deployment perf-1' |
| 4256 | -------------------------------------------------------------------------------- |
| 4257 | Preparing input task |
| 4258 | -------------------------------------------------------------------------------- |
| 4259 | |
| 4260 | Input task is: |
| 4261 | VMTasks.boot_runcommand_delete: |
| 4262 | - args: |
| 4263 | flavor: {name: ceph.512} |
| 4264 | floating_network: net04_ext |
| 4265 | force_delete: false |
| 4266 | image: {name: ubuntu} |
| 4267 | interpreter: /usr/bin/env python2 |
| 4268 | script: /tmp/filez4KNfO |
| 4269 | username: ubuntu |
| 4270 | context: |
| 4271 | network: {} |
| 4272 | users: {tenants: 1, users_per_tenant: 1} |
| 4273 | runner: {concurrency: 3, times: 3, type: constant} |
| 4274 | |
| 4275 | -------------------------------------------------------------------------------- |
| 4276 | Task 7ce88724-7df6-4b49-9f26-e49a345647cc: started |
| 4277 | -------------------------------------------------------------------------------- |
| 4278 | |
| 4279 | Benchmarking... This can take a while... |
| 4280 | |
| 4281 | To track task status use: |
| 4282 | |
| 4283 | rally task status |
| 4284 | or |
| 4285 | rally task detailed |
| 4286 | |
| 4287 | 04:46:12 24297 >>>> Start io test |
| 4288 | 04:46:12 24297 >>>> Ready and waiting on barrier. Will wait at most 199 seconds |
| 4289 | 04:46:16 24296 >>>> Start io test |
| 4290 | 04:46:16 24296 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 4291 | 04:46:18 24295 >>>> Start io test |
| 4292 | 04:46:18 24295 >>>> Ready and waiting on barrier. Will wait at most 193 seconds |
| 4293 | 04:47:20 24297 >>>> Test finished |
| 4294 | 04:47:21 24295 >>>> Test finished |
| 4295 | 04:47:23 24296 >>>> Test finished |
| 4296 | 2015-02-08 04:47:53.995 24092 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: e9aafec8-b8da-4b44-b31e-bf468e53e0e2. |
| 4297 | |
| 4298 | -------------------------------------------------------------------------------- |
| 4299 | Task 7ce88724-7df6-4b49-9f26-e49a345647cc: finished |
| 4300 | -------------------------------------------------------------------------------- |
| 4301 | |
| 4302 | test scenario VMTasks.boot_runcommand_delete |
| 4303 | args position 0 |
| 4304 | args values: |
| 4305 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 4306 | u'floating_network': u'net04_ext', |
| 4307 | u'force_delete': False, |
| 4308 | u'image': {u'name': u'ubuntu'}, |
| 4309 | u'interpreter': u'/usr/bin/env python2', |
| 4310 | u'script': u'/tmp/filez4KNfO', |
| 4311 | u'username': u'ubuntu'}, |
| 4312 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 4313 | u'start_cidr': u'10.2.0.0/24'}, |
| 4314 | u'users': {u'project_domain': u'default', |
| 4315 | u'resource_management_workers': 30, |
| 4316 | u'tenants': 1, |
| 4317 | u'user_domain': u'default', |
| 4318 | u'users_per_tenant': 1}}, |
| 4319 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 4320 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4321 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 4322 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4323 | | nova.associate_floating_ip | 1.438 | 1.525 | 1.687 | 1.64 | 1.663 | 100.0% | 3 | |
| 4324 | | nova.boot_server | 59.839 | 61.903 | 63.582 | 63.323 | 63.452 | 100.0% | 3 | |
| 4325 | | nova.delete_server | 5.175 | 7.477 | 11.978 | 10.638 | 11.308 | 100.0% | 3 | |
| 4326 | | nova.dissociate_floating_ip | 1.6 | 1.654 | 1.757 | 1.727 | 1.742 | 100.0% | 3 | |
| 4327 | | total | 156.057 | 160.483 | 163.223 | 163.012 | 163.117 | 100.0% | 3 | |
| 4328 | | vm.run_command | 62.062 | 63.076 | 64.538 | 64.156 | 64.347 | 100.0% | 3 | |
| 4329 | | vm.wait_for_ping | 0.312 | 3.764 | 6.326 | 5.992 | 6.159 | 100.0% | 3 | |
| 4330 | | vm.wait_for_ssh | 6.926 | 11.424 | 14.171 | 13.972 | 14.071 | 100.0% | 3 | |
| 4331 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4332 | Load duration: 163.290655851 |
| 4333 | Full duration: 199.127013922 |
| 4334 | |
| 4335 | Scenario Specific Results |
| 4336 | |
| 4337 | +-------+-----+-----+-----+--------------+--------------+ |
| 4338 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 4339 | +-------+-----+-----+-----+--------------+--------------+ |
| 4340 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 4341 | +-------+-----+-----+-----+--------------+--------------+ |
| 4342 | |
| 4343 | HINTS: |
| 4344 | * To plot HTML graphics with this data, run: |
| 4345 | rally task report 7ce88724-7df6-4b49-9f26-e49a345647cc --out output.html |
| 4346 | |
| 4347 | * To get raw JSON output of task results, run: |
| 4348 | rally task results 7ce88724-7df6-4b49-9f26-e49a345647cc |
| 4349 | |
| 4350 | Using task: 7ce88724-7df6-4b49-9f26-e49a345647cc |
| 4351 | ================================================================================ |
| 4352 | [{u'__meta__': {u'action': u'read', |
| 4353 | u'blocksize': 256, |
| 4354 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileBZmu7u -i 1 -s 1003592 -r 256 -+n', |
| 4355 | u'concurence': 1, |
| 4356 | u'direct_io': False, |
| 4357 | u'iodepth': 16, |
| 4358 | u'size': 1003592, |
| 4359 | u'sync': False, |
| 4360 | u'use_hight_io_priority': True}, |
| 4361 | u'bw_mean': 86069}, |
| 4362 | {u'__meta__': {u'action': u'read', |
| 4363 | u'blocksize': 256, |
| 4364 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileMJWgkx -i 1 -s 1003592 -r 256 -+n', |
| 4365 | u'concurence': 1, |
| 4366 | u'direct_io': False, |
| 4367 | u'iodepth': 16, |
| 4368 | u'size': 1003592, |
| 4369 | u'sync': False, |
| 4370 | u'use_hight_io_priority': True}, |
| 4371 | u'bw_mean': 86387}, |
| 4372 | {u'__meta__': {u'action': u'read', |
| 4373 | u'blocksize': 256, |
| 4374 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filen06XzA -i 1 -s 1003592 -r 256 -+n', |
| 4375 | u'concurence': 1, |
| 4376 | u'direct_io': False, |
| 4377 | u'iodepth': 16, |
| 4378 | u'size': 1003592, |
| 4379 | u'sync': False, |
| 4380 | u'use_hight_io_priority': True}, |
| 4381 | u'bw_mean': 93582}] |
| 4382 | ================================================================================ |
| 4383 | |
| 4384 | ====> {"read a 256k": [88679, 6008]} |
| 4385 | |
| 4386 | ================================================================================ |
| 4387 | + for xxx in '$three_times' |
| 4388 | + io_opts='--type iozone -a read --iodepth 16 --blocksize 256k --iosize r2' |
| 4389 | + python run_rally_test.py -l -o '--type iozone -a read --iodepth 16 --blocksize 256k --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 4390 | 04:47:58 24633 >>>> Start rally with opts 'task start /tmp/filelosPDk --deployment perf-1' |
| 4391 | -------------------------------------------------------------------------------- |
| 4392 | Preparing input task |
| 4393 | -------------------------------------------------------------------------------- |
| 4394 | |
| 4395 | Input task is: |
| 4396 | VMTasks.boot_runcommand_delete: |
| 4397 | - args: |
| 4398 | flavor: {name: ceph.512} |
| 4399 | floating_network: net04_ext |
| 4400 | force_delete: false |
| 4401 | image: {name: ubuntu} |
| 4402 | interpreter: /usr/bin/env python2 |
| 4403 | script: /tmp/filecw3NYv |
| 4404 | username: ubuntu |
| 4405 | context: |
| 4406 | network: {} |
| 4407 | users: {tenants: 1, users_per_tenant: 1} |
| 4408 | runner: {concurrency: 3, times: 3, type: constant} |
| 4409 | |
| 4410 | -------------------------------------------------------------------------------- |
| 4411 | Task 62beae66-7fee-4826-b23b-d1e2edbf6e49: started |
| 4412 | -------------------------------------------------------------------------------- |
| 4413 | |
| 4414 | Benchmarking... This can take a while... |
| 4415 | |
| 4416 | To track task status use: |
| 4417 | |
| 4418 | rally task status |
| 4419 | or |
| 4420 | rally task detailed |
| 4421 | |
| 4422 | 04:49:33 24828 >>>> Start io test |
| 4423 | 04:49:33 24828 >>>> Ready and waiting on barrier. Will wait at most 204 seconds |
| 4424 | 04:49:38 24827 >>>> Start io test |
| 4425 | 04:49:38 24827 >>>> Ready and waiting on barrier. Will wait at most 199 seconds |
| 4426 | 04:49:40 24829 >>>> Start io test |
| 4427 | 04:49:40 24829 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 4428 | 04:50:40 24828 >>>> Test finished |
| 4429 | 04:50:41 24829 >>>> Test finished |
| 4430 | 04:50:42 24827 >>>> Test finished |
| 4431 | 2015-02-08 04:51:17.634 24633 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 30bbf66d-3e06-458e-b6cb-0aa9bc58c3ee. |
| 4432 | |
| 4433 | -------------------------------------------------------------------------------- |
| 4434 | Task 62beae66-7fee-4826-b23b-d1e2edbf6e49: finished |
| 4435 | -------------------------------------------------------------------------------- |
| 4436 | |
| 4437 | test scenario VMTasks.boot_runcommand_delete |
| 4438 | args position 0 |
| 4439 | args values: |
| 4440 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 4441 | u'floating_network': u'net04_ext', |
| 4442 | u'force_delete': False, |
| 4443 | u'image': {u'name': u'ubuntu'}, |
| 4444 | u'interpreter': u'/usr/bin/env python2', |
| 4445 | u'script': u'/tmp/filecw3NYv', |
| 4446 | u'username': u'ubuntu'}, |
| 4447 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 4448 | u'start_cidr': u'10.2.0.0/24'}, |
| 4449 | u'users': {u'project_domain': u'default', |
| 4450 | u'resource_management_workers': 30, |
| 4451 | u'tenants': 1, |
| 4452 | u'user_domain': u'default', |
| 4453 | u'users_per_tenant': 1}}, |
| 4454 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 4455 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4456 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 4457 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4458 | | nova.associate_floating_ip | 1.434 | 3.232 | 6.549 | 5.582 | 6.066 | 100.0% | 3 | |
| 4459 | | nova.boot_server | 60.815 | 63.156 | 66.272 | 65.493 | 65.882 | 100.0% | 3 | |
| 4460 | | nova.delete_server | 5.115 | 5.141 | 5.162 | 5.158 | 5.16 | 100.0% | 3 | |
| 4461 | | nova.dissociate_floating_ip | 1.609 | 1.777 | 1.9 | 1.884 | 1.892 | 100.0% | 3 | |
| 4462 | | total | 154.384 | 157.126 | 161.408 | 160.244 | 160.826 | 100.0% | 3 | |
| 4463 | | vm.run_command | 60.477 | 61.402 | 62.28 | 62.114 | 62.197 | 100.0% | 3 | |
| 4464 | | vm.wait_for_ping | 2.09 | 4.614 | 6.111 | 6.017 | 6.064 | 100.0% | 3 | |
| 4465 | | vm.wait_for_ssh | 6.593 | 8.644 | 12.412 | 11.315 | 11.864 | 100.0% | 3 | |
| 4466 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4467 | Load duration: 161.592362165 |
| 4468 | Full duration: 196.78255105 |
| 4469 | |
| 4470 | Scenario Specific Results |
| 4471 | |
| 4472 | +-------+-----+-----+-----+--------------+--------------+ |
| 4473 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 4474 | +-------+-----+-----+-----+--------------+--------------+ |
| 4475 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 4476 | +-------+-----+-----+-----+--------------+--------------+ |
| 4477 | |
| 4478 | HINTS: |
| 4479 | * To plot HTML graphics with this data, run: |
| 4480 | rally task report 62beae66-7fee-4826-b23b-d1e2edbf6e49 --out output.html |
| 4481 | |
| 4482 | * To get raw JSON output of task results, run: |
| 4483 | rally task results 62beae66-7fee-4826-b23b-d1e2edbf6e49 |
| 4484 | |
| 4485 | Using task: 62beae66-7fee-4826-b23b-d1e2edbf6e49 |
| 4486 | ================================================================================ |
| 4487 | [{u'__meta__': {u'action': u'read', |
| 4488 | u'blocksize': 256, |
| 4489 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file0ahPT6 -i 1 -s 1003592 -r 256 -+n', |
| 4490 | u'concurence': 1, |
| 4491 | u'direct_io': False, |
| 4492 | u'iodepth': 16, |
| 4493 | u'size': 1003592, |
| 4494 | u'sync': False, |
| 4495 | u'use_hight_io_priority': True}, |
| 4496 | u'bw_mean': 101168}, |
| 4497 | {u'__meta__': {u'action': u'read', |
| 4498 | u'blocksize': 256, |
| 4499 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileOyfioD -i 1 -s 1003592 -r 256 -+n', |
| 4500 | u'concurence': 1, |
| 4501 | u'direct_io': False, |
| 4502 | u'iodepth': 16, |
| 4503 | u'size': 1003592, |
| 4504 | u'sync': False, |
| 4505 | u'use_hight_io_priority': True}, |
| 4506 | u'bw_mean': 92857}, |
| 4507 | {u'__meta__': {u'action': u'read', |
| 4508 | u'blocksize': 256, |
| 4509 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filewRMU07 -i 1 -s 1003592 -r 256 -+n', |
| 4510 | u'concurence': 1, |
| 4511 | u'direct_io': False, |
| 4512 | u'iodepth': 16, |
| 4513 | u'size': 1003592, |
| 4514 | u'sync': False, |
| 4515 | u'use_hight_io_priority': True}, |
| 4516 | u'bw_mean': 86159}] |
| 4517 | ================================================================================ |
| 4518 | |
| 4519 | ====> {"read a 256k": [93394, 10633]} |
| 4520 | |
| 4521 | ================================================================================ |
| 4522 | + for bsize in '$bsizes' |
| 4523 | + for op in '$ops' |
| 4524 | + for xxx in '$three_times' |
| 4525 | + io_opts='--type iozone -a randread --iodepth 16 --blocksize 1m --iosize r2' |
| 4526 | + python run_rally_test.py -l -o '--type iozone -a randread --iodepth 16 --blocksize 1m --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 4527 | 04:51:21 25123 >>>> Start rally with opts 'task start /tmp/fileHbzOND --deployment perf-1' |
| 4528 | -------------------------------------------------------------------------------- |
| 4529 | Preparing input task |
| 4530 | -------------------------------------------------------------------------------- |
| 4531 | |
| 4532 | Input task is: |
| 4533 | VMTasks.boot_runcommand_delete: |
| 4534 | - args: |
| 4535 | flavor: {name: ceph.512} |
| 4536 | floating_network: net04_ext |
| 4537 | force_delete: false |
| 4538 | image: {name: ubuntu} |
| 4539 | interpreter: /usr/bin/env python2 |
| 4540 | script: /tmp/fileeduZsF |
| 4541 | username: ubuntu |
| 4542 | context: |
| 4543 | network: {} |
| 4544 | users: {tenants: 1, users_per_tenant: 1} |
| 4545 | runner: {concurrency: 3, times: 3, type: constant} |
| 4546 | |
| 4547 | -------------------------------------------------------------------------------- |
| 4548 | Task fd529d00-5199-43fc-87f7-ada79955a2a4: started |
| 4549 | -------------------------------------------------------------------------------- |
| 4550 | |
| 4551 | Benchmarking... This can take a while... |
| 4552 | |
| 4553 | To track task status use: |
| 4554 | |
| 4555 | rally task status |
| 4556 | or |
| 4557 | rally task detailed |
| 4558 | |
| 4559 | 04:53:10 25320 >>>> Start io test |
| 4560 | 04:53:10 25320 >>>> Ready and waiting on barrier. Will wait at most 191 seconds |
| 4561 | 04:53:11 25319 >>>> Start io test |
| 4562 | 04:53:11 25319 >>>> Ready and waiting on barrier. Will wait at most 189 seconds |
| 4563 | 04:53:11 25318 >>>> Start io test |
| 4564 | 04:53:11 25318 >>>> Ready and waiting on barrier. Will wait at most 189 seconds |
| 4565 | 04:54:57 25319 >>>> Test finished |
| 4566 | 04:55:02 25320 >>>> Test finished |
| 4567 | 04:55:03 25318 >>>> Test finished |
| 4568 | 2015-02-08 04:55:58.443 25123 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: b413df76-2a5b-4277-8de5-0c1c43152ac6. |
| 4569 | |
| 4570 | -------------------------------------------------------------------------------- |
| 4571 | Task fd529d00-5199-43fc-87f7-ada79955a2a4: finished |
| 4572 | -------------------------------------------------------------------------------- |
| 4573 | |
| 4574 | test scenario VMTasks.boot_runcommand_delete |
| 4575 | args position 0 |
| 4576 | args values: |
| 4577 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 4578 | u'floating_network': u'net04_ext', |
| 4579 | u'force_delete': False, |
| 4580 | u'image': {u'name': u'ubuntu'}, |
| 4581 | u'interpreter': u'/usr/bin/env python2', |
| 4582 | u'script': u'/tmp/fileeduZsF', |
| 4583 | u'username': u'ubuntu'}, |
| 4584 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 4585 | u'start_cidr': u'10.2.0.0/24'}, |
| 4586 | u'users': {u'project_domain': u'default', |
| 4587 | u'resource_management_workers': 30, |
| 4588 | u'tenants': 1, |
| 4589 | u'user_domain': u'default', |
| 4590 | u'users_per_tenant': 1}}, |
| 4591 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 4592 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4593 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 4594 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4595 | | nova.associate_floating_ip | 1.411 | 1.569 | 1.69 | 1.674 | 1.682 | 100.0% | 3 | |
| 4596 | | nova.boot_server | 60.735 | 62.942 | 66.269 | 65.379 | 65.824 | 100.0% | 3 | |
| 4597 | | nova.delete_server | 7.42 | 9.731 | 12.07 | 11.597 | 11.833 | 100.0% | 3 | |
| 4598 | | nova.dissociate_floating_ip | 1.595 | 4.982 | 6.834 | 6.771 | 6.802 | 100.0% | 3 | |
| 4599 | | total | 205.318 | 212.848 | 218.315 | 217.634 | 217.975 | 100.0% | 3 | |
| 4600 | | vm.run_command | 106.017 | 109.443 | 111.364 | 111.281 | 111.322 | 100.0% | 3 | |
| 4601 | | vm.wait_for_ping | 6.094 | 6.104 | 6.113 | 6.111 | 6.112 | 100.0% | 3 | |
| 4602 | | vm.wait_for_ssh | 7.444 | 10.216 | 11.984 | 11.832 | 11.908 | 100.0% | 3 | |
| 4603 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4604 | Load duration: 218.411695004 |
| 4605 | Full duration: 274.046303034 |
| 4606 | |
| 4607 | Scenario Specific Results |
| 4608 | |
| 4609 | +-------+-----+-----+-----+--------------+--------------+ |
| 4610 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 4611 | +-------+-----+-----+-----+--------------+--------------+ |
| 4612 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 4613 | +-------+-----+-----+-----+--------------+--------------+ |
| 4614 | |
| 4615 | HINTS: |
| 4616 | * To plot HTML graphics with this data, run: |
| 4617 | rally task report fd529d00-5199-43fc-87f7-ada79955a2a4 --out output.html |
| 4618 | |
| 4619 | * To get raw JSON output of task results, run: |
| 4620 | rally task results fd529d00-5199-43fc-87f7-ada79955a2a4 |
| 4621 | |
| 4622 | Using task: fd529d00-5199-43fc-87f7-ada79955a2a4 |
| 4623 | ================================================================================ |
| 4624 | [{u'__meta__': {u'action': u'randread', |
| 4625 | u'blocksize': 1024, |
| 4626 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file6tx1kh -i 2 -s 1003592 -r 1024 -+n', |
| 4627 | u'concurence': 1, |
| 4628 | u'direct_io': False, |
| 4629 | u'iodepth': 16, |
| 4630 | u'size': 1003592, |
| 4631 | u'sync': False, |
| 4632 | u'use_hight_io_priority': True}, |
| 4633 | u'bw_mean': 101681}, |
| 4634 | {u'__meta__': {u'action': u'randread', |
| 4635 | u'blocksize': 1024, |
| 4636 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileM0llPC -i 2 -s 1003592 -r 1024 -+n', |
| 4637 | u'concurence': 1, |
| 4638 | u'direct_io': False, |
| 4639 | u'iodepth': 16, |
| 4640 | u'size': 1003592, |
| 4641 | u'sync': False, |
| 4642 | u'use_hight_io_priority': True}, |
| 4643 | u'bw_mean': 78824}, |
| 4644 | {u'__meta__': {u'action': u'randread', |
| 4645 | u'blocksize': 1024, |
| 4646 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileos3rXL -i 2 -s 1003592 -r 1024 -+n', |
| 4647 | u'concurence': 1, |
| 4648 | u'direct_io': False, |
| 4649 | u'iodepth': 16, |
| 4650 | u'size': 1003592, |
| 4651 | u'sync': False, |
| 4652 | u'use_hight_io_priority': True}, |
| 4653 | u'bw_mean': 72668}] |
| 4654 | ================================================================================ |
| 4655 | |
| 4656 | ====> {"randread a 1024k": [84391, 21618]} |
| 4657 | |
| 4658 | ================================================================================ |
| 4659 | + for xxx in '$three_times' |
| 4660 | + io_opts='--type iozone -a randread --iodepth 16 --blocksize 1m --iosize r2' |
| 4661 | + python run_rally_test.py -l -o '--type iozone -a randread --iodepth 16 --blocksize 1m --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 4662 | 04:56:02 25654 >>>> Start rally with opts 'task start /tmp/fileuiGk5R --deployment perf-1' |
| 4663 | -------------------------------------------------------------------------------- |
| 4664 | Preparing input task |
| 4665 | -------------------------------------------------------------------------------- |
| 4666 | |
| 4667 | Input task is: |
| 4668 | VMTasks.boot_runcommand_delete: |
| 4669 | - args: |
| 4670 | flavor: {name: ceph.512} |
| 4671 | floating_network: net04_ext |
| 4672 | force_delete: false |
| 4673 | image: {name: ubuntu} |
| 4674 | interpreter: /usr/bin/env python2 |
| 4675 | script: /tmp/filemjpp91 |
| 4676 | username: ubuntu |
| 4677 | context: |
| 4678 | network: {} |
| 4679 | users: {tenants: 1, users_per_tenant: 1} |
| 4680 | runner: {concurrency: 3, times: 3, type: constant} |
| 4681 | |
| 4682 | -------------------------------------------------------------------------------- |
| 4683 | Task 28268549-0562-4c02-9cb6-aac6b5fecbf5: started |
| 4684 | -------------------------------------------------------------------------------- |
| 4685 | |
| 4686 | Benchmarking... This can take a while... |
| 4687 | |
| 4688 | To track task status use: |
| 4689 | |
| 4690 | rally task status |
| 4691 | or |
| 4692 | rally task detailed |
| 4693 | |
| 4694 | 04:57:39 25850 >>>> Start io test |
| 4695 | 04:57:39 25850 >>>> Ready and waiting on barrier. Will wait at most 203 seconds |
| 4696 | 04:57:45 25852 >>>> Start io test |
| 4697 | 04:57:45 25852 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 4698 | 04:57:45 25851 >>>> Start io test |
| 4699 | 04:57:45 25851 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 4700 | 04:59:32 25850 >>>> Test finished |
| 4701 | 04:59:39 25851 >>>> Test finished |
| 4702 | 04:59:39 25852 >>>> Test finished |
| 4703 | 2015-02-08 05:00:21.954 25654 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 9c9fac38-55dd-441a-b796-3f5103bcff06. |
| 4704 | |
| 4705 | -------------------------------------------------------------------------------- |
| 4706 | Task 28268549-0562-4c02-9cb6-aac6b5fecbf5: finished |
| 4707 | -------------------------------------------------------------------------------- |
| 4708 | |
| 4709 | test scenario VMTasks.boot_runcommand_delete |
| 4710 | args position 0 |
| 4711 | args values: |
| 4712 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 4713 | u'floating_network': u'net04_ext', |
| 4714 | u'force_delete': False, |
| 4715 | u'image': {u'name': u'ubuntu'}, |
| 4716 | u'interpreter': u'/usr/bin/env python2', |
| 4717 | u'script': u'/tmp/filemjpp91', |
| 4718 | u'username': u'ubuntu'}, |
| 4719 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 4720 | u'start_cidr': u'10.2.0.0/24'}, |
| 4721 | u'users': {u'project_domain': u'default', |
| 4722 | u'resource_management_workers': 30, |
| 4723 | u'tenants': 1, |
| 4724 | u'user_domain': u'default', |
| 4725 | u'users_per_tenant': 1}}, |
| 4726 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 4727 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4728 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 4729 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4730 | | nova.associate_floating_ip | 1.34 | 3.056 | 6.359 | 5.381 | 5.87 | 100.0% | 3 | |
| 4731 | | nova.boot_server | 63.772 | 66.022 | 69.13 | 68.337 | 68.733 | 100.0% | 3 | |
| 4732 | | nova.delete_server | 7.493 | 9.089 | 12.202 | 11.276 | 11.739 | 100.0% | 3 | |
| 4733 | | nova.dissociate_floating_ip | 1.546 | 1.77 | 1.986 | 1.944 | 1.965 | 100.0% | 3 | |
| 4734 | | total | 209.572 | 212.238 | 216.06 | 215.065 | 215.562 | 100.0% | 3 | |
| 4735 | | vm.run_command | 107.119 | 111.544 | 113.794 | 113.779 | 113.786 | 100.0% | 3 | |
| 4736 | | vm.wait_for_ping | 0.282 | 2.352 | 6.092 | 5.01 | 5.551 | 100.0% | 3 | |
| 4737 | | vm.wait_for_ssh | 7.418 | 8.999 | 11.886 | 11.047 | 11.467 | 100.0% | 3 | |
| 4738 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4739 | Load duration: 216.108293056 |
| 4740 | Full duration: 256.594227076 |
| 4741 | |
| 4742 | Scenario Specific Results |
| 4743 | |
| 4744 | +-------+-----+-----+-----+--------------+--------------+ |
| 4745 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 4746 | +-------+-----+-----+-----+--------------+--------------+ |
| 4747 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 4748 | +-------+-----+-----+-----+--------------+--------------+ |
| 4749 | |
| 4750 | HINTS: |
| 4751 | * To plot HTML graphics with this data, run: |
| 4752 | rally task report 28268549-0562-4c02-9cb6-aac6b5fecbf5 --out output.html |
| 4753 | |
| 4754 | * To get raw JSON output of task results, run: |
| 4755 | rally task results 28268549-0562-4c02-9cb6-aac6b5fecbf5 |
| 4756 | |
| 4757 | Using task: 28268549-0562-4c02-9cb6-aac6b5fecbf5 |
| 4758 | ================================================================================ |
| 4759 | [{u'__meta__': {u'action': u'randread', |
| 4760 | u'blocksize': 1024, |
| 4761 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filec8gl5j -i 2 -s 1003592 -r 1024 -+n', |
| 4762 | u'concurence': 1, |
| 4763 | u'direct_io': False, |
| 4764 | u'iodepth': 16, |
| 4765 | u'size': 1003592, |
| 4766 | u'sync': False, |
| 4767 | u'use_hight_io_priority': True}, |
| 4768 | u'bw_mean': 93787}, |
| 4769 | {u'__meta__': {u'action': u'randread', |
| 4770 | u'blocksize': 1024, |
| 4771 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file7qisMV -i 2 -s 1003592 -r 1024 -+n', |
| 4772 | u'concurence': 1, |
| 4773 | u'direct_io': False, |
| 4774 | u'iodepth': 16, |
| 4775 | u'size': 1003592, |
| 4776 | u'sync': False, |
| 4777 | u'use_hight_io_priority': True}, |
| 4778 | u'bw_mean': 80563}, |
| 4779 | {u'__meta__': {u'action': u'randread', |
| 4780 | u'blocksize': 1024, |
| 4781 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file9H97NF -i 2 -s 1003592 -r 1024 -+n', |
| 4782 | u'concurence': 1, |
| 4783 | u'direct_io': False, |
| 4784 | u'iodepth': 16, |
| 4785 | u'size': 1003592, |
| 4786 | u'sync': False, |
| 4787 | u'use_hight_io_priority': True}, |
| 4788 | u'bw_mean': 76548}] |
| 4789 | ================================================================================ |
| 4790 | |
| 4791 | ====> {"randread a 1024k": [83632, 12756]} |
| 4792 | |
| 4793 | ================================================================================ |
| 4794 | + for xxx in '$three_times' |
| 4795 | + io_opts='--type iozone -a randread --iodepth 16 --blocksize 1m --iosize r2' |
| 4796 | + python run_rally_test.py -l -o '--type iozone -a randread --iodepth 16 --blocksize 1m --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 4797 | 05:00:26 26175 >>>> Start rally with opts 'task start /tmp/fileB4vQCD --deployment perf-1' |
| 4798 | -------------------------------------------------------------------------------- |
| 4799 | Preparing input task |
| 4800 | -------------------------------------------------------------------------------- |
| 4801 | |
| 4802 | Input task is: |
| 4803 | VMTasks.boot_runcommand_delete: |
| 4804 | - args: |
| 4805 | flavor: {name: ceph.512} |
| 4806 | floating_network: net04_ext |
| 4807 | force_delete: false |
| 4808 | image: {name: ubuntu} |
| 4809 | interpreter: /usr/bin/env python2 |
| 4810 | script: /tmp/filemGoBvx |
| 4811 | username: ubuntu |
| 4812 | context: |
| 4813 | network: {} |
| 4814 | users: {tenants: 1, users_per_tenant: 1} |
| 4815 | runner: {concurrency: 3, times: 3, type: constant} |
| 4816 | |
| 4817 | -------------------------------------------------------------------------------- |
| 4818 | Task 8972ec9b-5ef9-4936-a27a-35b270b7bfd6: started |
| 4819 | -------------------------------------------------------------------------------- |
| 4820 | |
| 4821 | Benchmarking... This can take a while... |
| 4822 | |
| 4823 | To track task status use: |
| 4824 | |
| 4825 | rally task status |
| 4826 | or |
| 4827 | rally task detailed |
| 4828 | |
| 4829 | 05:02:10 26371 >>>> Start io test |
| 4830 | 05:02:10 26371 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 4831 | 05:02:12 26369 >>>> Start io test |
| 4832 | 05:02:12 26369 >>>> Ready and waiting on barrier. Will wait at most 193 seconds |
| 4833 | 05:02:14 26370 >>>> Start io test |
| 4834 | 05:02:14 26370 >>>> Ready and waiting on barrier. Will wait at most 191 seconds |
| 4835 | 05:04:00 26371 >>>> Test finished |
| 4836 | 05:04:06 26369 >>>> Test finished |
| 4837 | 05:04:08 26370 >>>> Test finished |
| 4838 | 2015-02-08 05:04:56.216 26175 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 205dd318-7b68-4831-aa73-601adc8d129c. |
| 4839 | |
| 4840 | -------------------------------------------------------------------------------- |
| 4841 | Task 8972ec9b-5ef9-4936-a27a-35b270b7bfd6: finished |
| 4842 | -------------------------------------------------------------------------------- |
| 4843 | |
| 4844 | test scenario VMTasks.boot_runcommand_delete |
| 4845 | args position 0 |
| 4846 | args values: |
| 4847 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 4848 | u'floating_network': u'net04_ext', |
| 4849 | u'force_delete': False, |
| 4850 | u'image': {u'name': u'ubuntu'}, |
| 4851 | u'interpreter': u'/usr/bin/env python2', |
| 4852 | u'script': u'/tmp/filemGoBvx', |
| 4853 | u'username': u'ubuntu'}, |
| 4854 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 4855 | u'start_cidr': u'10.2.0.0/24'}, |
| 4856 | u'users': {u'project_domain': u'default', |
| 4857 | u'resource_management_workers': 30, |
| 4858 | u'tenants': 1, |
| 4859 | u'user_domain': u'default', |
| 4860 | u'users_per_tenant': 1}}, |
| 4861 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 4862 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4863 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 4864 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4865 | | nova.associate_floating_ip | 1.422 | 1.539 | 1.606 | 1.602 | 1.604 | 100.0% | 3 | |
| 4866 | | nova.boot_server | 61.314 | 64.564 | 68.446 | 67.543 | 67.995 | 100.0% | 3 | |
| 4867 | | nova.delete_server | 5.108 | 8.983 | 12.076 | 11.614 | 11.845 | 100.0% | 3 | |
| 4868 | | nova.dissociate_floating_ip | 6.638 | 6.646 | 6.656 | 6.654 | 6.655 | 100.0% | 3 | |
| 4869 | | total | 213.22 | 218.145 | 221.977 | 221.429 | 221.703 | 100.0% | 3 | |
| 4870 | | vm.run_command | 105.769 | 110.486 | 113.763 | 113.396 | 113.579 | 100.0% | 3 | |
| 4871 | | vm.wait_for_ping | 6.1 | 6.108 | 6.112 | 6.112 | 6.112 | 100.0% | 3 | |
| 4872 | | vm.wait_for_ssh | 7.736 | 11.22 | 13.883 | 13.514 | 13.699 | 100.0% | 3 | |
| 4873 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4874 | Load duration: 222.02217412 |
| 4875 | Full duration: 267.403285027 |
| 4876 | |
| 4877 | Scenario Specific Results |
| 4878 | |
| 4879 | +-------+-----+-----+-----+--------------+--------------+ |
| 4880 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 4881 | +-------+-----+-----+-----+--------------+--------------+ |
| 4882 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 4883 | +-------+-----+-----+-----+--------------+--------------+ |
| 4884 | |
| 4885 | HINTS: |
| 4886 | * To plot HTML graphics with this data, run: |
| 4887 | rally task report 8972ec9b-5ef9-4936-a27a-35b270b7bfd6 --out output.html |
| 4888 | |
| 4889 | * To get raw JSON output of task results, run: |
| 4890 | rally task results 8972ec9b-5ef9-4936-a27a-35b270b7bfd6 |
| 4891 | |
| 4892 | Using task: 8972ec9b-5ef9-4936-a27a-35b270b7bfd6 |
| 4893 | ================================================================================ |
| 4894 | [{u'__meta__': {u'action': u'randread', |
| 4895 | u'blocksize': 1024, |
| 4896 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileNsKKQX -i 2 -s 1003592 -r 1024 -+n', |
| 4897 | u'concurence': 1, |
| 4898 | u'direct_io': False, |
| 4899 | u'iodepth': 16, |
| 4900 | u'size': 1003592, |
| 4901 | u'sync': False, |
| 4902 | u'use_hight_io_priority': True}, |
| 4903 | u'bw_mean': 93992}, |
| 4904 | {u'__meta__': {u'action': u'randread', |
| 4905 | u'blocksize': 1024, |
| 4906 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileFxGZw1 -i 2 -s 1003592 -r 1024 -+n', |
| 4907 | u'concurence': 1, |
| 4908 | u'direct_io': False, |
| 4909 | u'iodepth': 16, |
| 4910 | u'size': 1003592, |
| 4911 | u'sync': False, |
| 4912 | u'use_hight_io_priority': True}, |
| 4913 | u'bw_mean': 85549}, |
| 4914 | {u'__meta__': {u'action': u'randread', |
| 4915 | u'blocksize': 1024, |
| 4916 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file3KOpCP -i 2 -s 1003592 -r 1024 -+n', |
| 4917 | u'concurence': 1, |
| 4918 | u'direct_io': False, |
| 4919 | u'iodepth': 16, |
| 4920 | u'size': 1003592, |
| 4921 | u'sync': False, |
| 4922 | u'use_hight_io_priority': True}, |
| 4923 | u'bw_mean': 65888}] |
| 4924 | ================================================================================ |
| 4925 | |
| 4926 | ====> {"randread a 1024k": [81809, 20393]} |
| 4927 | |
| 4928 | ================================================================================ |
| 4929 | + for op in '$ops' |
| 4930 | + for xxx in '$three_times' |
| 4931 | + io_opts='--type iozone -a read --iodepth 16 --blocksize 1m --iosize r2' |
| 4932 | + python run_rally_test.py -l -o '--type iozone -a read --iodepth 16 --blocksize 1m --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 4933 | 05:05:00 26719 >>>> Start rally with opts 'task start /tmp/fileYaRVs8 --deployment perf-1' |
| 4934 | -------------------------------------------------------------------------------- |
| 4935 | Preparing input task |
| 4936 | -------------------------------------------------------------------------------- |
| 4937 | |
| 4938 | Input task is: |
| 4939 | VMTasks.boot_runcommand_delete: |
| 4940 | - args: |
| 4941 | flavor: {name: ceph.512} |
| 4942 | floating_network: net04_ext |
| 4943 | force_delete: false |
| 4944 | image: {name: ubuntu} |
| 4945 | interpreter: /usr/bin/env python2 |
| 4946 | script: /tmp/fileh8n0jp |
| 4947 | username: ubuntu |
| 4948 | context: |
| 4949 | network: {} |
| 4950 | users: {tenants: 1, users_per_tenant: 1} |
| 4951 | runner: {concurrency: 3, times: 3, type: constant} |
| 4952 | |
| 4953 | -------------------------------------------------------------------------------- |
| 4954 | Task 23e7109e-3a30-468d-adcb-87138980931a: started |
| 4955 | -------------------------------------------------------------------------------- |
| 4956 | |
| 4957 | Benchmarking... This can take a while... |
| 4958 | |
| 4959 | To track task status use: |
| 4960 | |
| 4961 | rally task status |
| 4962 | or |
| 4963 | rally task detailed |
| 4964 | |
| 4965 | 05:06:41 26916 >>>> Start io test |
| 4966 | 05:06:41 26916 >>>> Ready and waiting on barrier. Will wait at most 198 seconds |
| 4967 | 05:06:42 26914 >>>> Start io test |
| 4968 | 05:06:42 26914 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 4969 | 05:06:54 26915 >>>> Start io test |
| 4970 | 05:06:54 26915 >>>> Ready and waiting on barrier. Will wait at most 185 seconds |
| 4971 | 05:07:59 26914 >>>> Test finished |
| 4972 | 05:08:00 26916 >>>> Test finished |
| 4973 | 05:08:00 26915 >>>> Test finished |
| 4974 | 2015-02-08 05:08:39.982 26719 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 1eb245be-e3b4-4070-aade-4a3ec624c945. |
| 4975 | |
| 4976 | -------------------------------------------------------------------------------- |
| 4977 | Task 23e7109e-3a30-468d-adcb-87138980931a: finished |
| 4978 | -------------------------------------------------------------------------------- |
| 4979 | |
| 4980 | test scenario VMTasks.boot_runcommand_delete |
| 4981 | args position 0 |
| 4982 | args values: |
| 4983 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 4984 | u'floating_network': u'net04_ext', |
| 4985 | u'force_delete': False, |
| 4986 | u'image': {u'name': u'ubuntu'}, |
| 4987 | u'interpreter': u'/usr/bin/env python2', |
| 4988 | u'script': u'/tmp/fileh8n0jp', |
| 4989 | u'username': u'ubuntu'}, |
| 4990 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 4991 | u'start_cidr': u'10.2.0.0/24'}, |
| 4992 | u'users': {u'project_domain': u'default', |
| 4993 | u'resource_management_workers': 30, |
| 4994 | u'tenants': 1, |
| 4995 | u'user_domain': u'default', |
| 4996 | u'users_per_tenant': 1}}, |
| 4997 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 4998 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 4999 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 5000 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5001 | | nova.associate_floating_ip | 1.477 | 4.761 | 6.423 | 6.415 | 6.419 | 100.0% | 3 | |
| 5002 | | nova.boot_server | 63.393 | 65.136 | 67.456 | 66.877 | 67.167 | 100.0% | 3 | |
| 5003 | | nova.delete_server | 5.198 | 6.749 | 9.81 | 8.896 | 9.353 | 100.0% | 3 | |
| 5004 | | nova.dissociate_floating_ip | 1.727 | 3.514 | 6.846 | 5.871 | 6.359 | 100.0% | 3 | |
| 5005 | | total | 165.902 | 171.19 | 181.184 | 178.244 | 179.714 | 100.0% | 3 | |
| 5006 | | vm.run_command | 64.228 | 64.863 | 65.202 | 65.193 | 65.198 | 100.0% | 3 | |
| 5007 | | vm.wait_for_ping | 2.087 | 3.039 | 4.938 | 4.369 | 4.654 | 100.0% | 3 | |
| 5008 | | vm.wait_for_ssh | 5.402 | 8.183 | 13.575 | 11.974 | 12.775 | 100.0% | 3 | |
| 5009 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5010 | Load duration: 181.237936974 |
| 5011 | Full duration: 216.883905888 |
| 5012 | |
| 5013 | Scenario Specific Results |
| 5014 | |
| 5015 | +-------+-----+-----+-----+--------------+--------------+ |
| 5016 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 5017 | +-------+-----+-----+-----+--------------+--------------+ |
| 5018 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 5019 | +-------+-----+-----+-----+--------------+--------------+ |
| 5020 | |
| 5021 | HINTS: |
| 5022 | * To plot HTML graphics with this data, run: |
| 5023 | rally task report 23e7109e-3a30-468d-adcb-87138980931a --out output.html |
| 5024 | |
| 5025 | * To get raw JSON output of task results, run: |
| 5026 | rally task results 23e7109e-3a30-468d-adcb-87138980931a |
| 5027 | |
| 5028 | Using task: 23e7109e-3a30-468d-adcb-87138980931a |
| 5029 | ================================================================================ |
| 5030 | [{u'__meta__': {u'action': u'read', |
| 5031 | u'blocksize': 1024, |
| 5032 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileOix7wc -i 1 -s 1003592 -r 1024 -+n', |
| 5033 | u'concurence': 1, |
| 5034 | u'direct_io': False, |
| 5035 | u'iodepth': 16, |
| 5036 | u'size': 1003592, |
| 5037 | u'sync': False, |
| 5038 | u'use_hight_io_priority': True}, |
| 5039 | u'bw_mean': 95583}, |
| 5040 | {u'__meta__': {u'action': u'read', |
| 5041 | u'blocksize': 1024, |
| 5042 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileTaPoJq -i 1 -s 1003592 -r 1024 -+n', |
| 5043 | u'concurence': 1, |
| 5044 | u'direct_io': False, |
| 5045 | u'iodepth': 16, |
| 5046 | u'size': 1003592, |
| 5047 | u'sync': False, |
| 5048 | u'use_hight_io_priority': True}, |
| 5049 | u'bw_mean': 86063}, |
| 5050 | {u'__meta__': {u'action': u'read', |
| 5051 | u'blocksize': 1024, |
| 5052 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/files1BdbM -i 1 -s 1003592 -r 1024 -+n', |
| 5053 | u'concurence': 1, |
| 5054 | u'direct_io': False, |
| 5055 | u'iodepth': 16, |
| 5056 | u'size': 1003592, |
| 5057 | u'sync': False, |
| 5058 | u'use_hight_io_priority': True}, |
| 5059 | u'bw_mean': 86661}] |
| 5060 | ================================================================================ |
| 5061 | |
| 5062 | ====> {"read a 1024k": [89435, 7540]} |
| 5063 | |
| 5064 | ================================================================================ |
| 5065 | + for xxx in '$three_times' |
| 5066 | + io_opts='--type iozone -a read --iodepth 16 --blocksize 1m --iosize r2' |
| 5067 | + python run_rally_test.py -l -o '--type iozone -a read --iodepth 16 --blocksize 1m --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 5068 | 05:08:44 27235 >>>> Start rally with opts 'task start /tmp/filebCnZJn --deployment perf-1' |
| 5069 | -------------------------------------------------------------------------------- |
| 5070 | Preparing input task |
| 5071 | -------------------------------------------------------------------------------- |
| 5072 | |
| 5073 | Input task is: |
| 5074 | VMTasks.boot_runcommand_delete: |
| 5075 | - args: |
| 5076 | flavor: {name: ceph.512} |
| 5077 | floating_network: net04_ext |
| 5078 | force_delete: false |
| 5079 | image: {name: ubuntu} |
| 5080 | interpreter: /usr/bin/env python2 |
| 5081 | script: /tmp/fileoDugfN |
| 5082 | username: ubuntu |
| 5083 | context: |
| 5084 | network: {} |
| 5085 | users: {tenants: 1, users_per_tenant: 1} |
| 5086 | runner: {concurrency: 3, times: 3, type: constant} |
| 5087 | |
| 5088 | -------------------------------------------------------------------------------- |
| 5089 | Task f66db582-fea4-40cd-a030-0c65f387bc76: started |
| 5090 | -------------------------------------------------------------------------------- |
| 5091 | |
| 5092 | Benchmarking... This can take a while... |
| 5093 | |
| 5094 | To track task status use: |
| 5095 | |
| 5096 | rally task status |
| 5097 | or |
| 5098 | rally task detailed |
| 5099 | |
| 5100 | 05:10:08 27432 >>>> Start io test |
| 5101 | 05:10:08 27432 >>>> Ready and waiting on barrier. Will wait at most 215 seconds |
| 5102 | 05:10:09 27433 >>>> Start io test |
| 5103 | 05:10:09 27433 >>>> Ready and waiting on barrier. Will wait at most 214 seconds |
| 5104 | 05:13:44 27433 >>>> Barrier timeouted |
| 5105 | 05:13:44 27432 >>>> Barrier timeouted |
| 5106 | 05:14:32 27433 >>>> Test finished |
| 5107 | 05:14:33 27432 >>>> Test finished |
| 5108 | 2015-02-08 05:15:37.838 27235 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 53080eac-94a0-4e75-872b-b6037d3452e5. |
| 5109 | |
| 5110 | -------------------------------------------------------------------------------- |
| 5111 | Task f66db582-fea4-40cd-a030-0c65f387bc76: finished |
| 5112 | -------------------------------------------------------------------------------- |
| 5113 | |
| 5114 | test scenario VMTasks.boot_runcommand_delete |
| 5115 | args position 0 |
| 5116 | args values: |
| 5117 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 5118 | u'floating_network': u'net04_ext', |
| 5119 | u'force_delete': False, |
| 5120 | u'image': {u'name': u'ubuntu'}, |
| 5121 | u'interpreter': u'/usr/bin/env python2', |
| 5122 | u'script': u'/tmp/fileoDugfN', |
| 5123 | u'username': u'ubuntu'}, |
| 5124 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 5125 | u'start_cidr': u'10.2.0.0/24'}, |
| 5126 | u'users': {u'project_domain': u'default', |
| 5127 | u'resource_management_workers': 30, |
| 5128 | u'tenants': 1, |
| 5129 | u'user_domain': u'default', |
| 5130 | u'users_per_tenant': 1}}, |
| 5131 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 5132 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5133 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 5134 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5135 | | nova.associate_floating_ip | 1.409 | 1.424 | 1.439 | 1.436 | 1.438 | 66.7% | 3 | |
| 5136 | | nova.boot_server | 49.305 | 50.575 | 51.846 | 51.591 | 51.719 | 66.7% | 3 | |
| 5137 | | nova.delete_server | 9.701 | 9.899 | 10.098 | 10.058 | 10.078 | 66.7% | 3 | |
| 5138 | | nova.dissociate_floating_ip | 6.984 | 7.16 | 7.335 | 7.3 | 7.318 | 66.7% | 3 | |
| 5139 | | total | 356.217 | 356.535 | 356.853 | 356.789 | 356.821 | 66.7% | 3 | |
| 5140 | | vm.run_command | 48.423 | 48.817 | 49.211 | 49.132 | 49.172 | 66.7% | 3 | |
| 5141 | | vm.wait_for_ping | 4.92 | 5.506 | 6.093 | 5.976 | 6.035 | 66.7% | 3 | |
| 5142 | | vm.wait_for_ssh | 8.669 | 9.893 | 11.117 | 10.872 | 10.994 | 66.7% | 3 | |
| 5143 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5144 | Load duration: 356.929191113 |
| 5145 | Full duration: 411.290596962 |
| 5146 | |
| 5147 | Scenario Specific Results |
| 5148 | |
| 5149 | +-------+-----+-----+-----+--------------+--------------+ |
| 5150 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 5151 | +-------+-----+-----+-----+--------------+--------------+ |
| 5152 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 5153 | +-------+-----+-----+-----+--------------+--------------+ |
| 5154 | |
| 5155 | HINTS: |
| 5156 | * To plot HTML graphics with this data, run: |
| 5157 | rally task report f66db582-fea4-40cd-a030-0c65f387bc76 --out output.html |
| 5158 | |
| 5159 | * To get raw JSON output of task results, run: |
| 5160 | rally task results f66db582-fea4-40cd-a030-0c65f387bc76 |
| 5161 | |
| 5162 | Using task: f66db582-fea4-40cd-a030-0c65f387bc76 |
| 5163 | ================================================================================ |
| 5164 | [{u'__meta__': {u'action': u'read', |
| 5165 | u'blocksize': 1024, |
| 5166 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileE2E8Nq -i 1 -s 1003592 -r 1024 -+n', |
| 5167 | u'concurence': 1, |
| 5168 | u'direct_io': False, |
| 5169 | u'iodepth': 16, |
| 5170 | u'size': 1003592, |
| 5171 | u'sync': False, |
| 5172 | u'use_hight_io_priority': True}, |
| 5173 | u'bw_mean': 99005}, |
| 5174 | {u'__meta__': {u'action': u'read', |
| 5175 | u'blocksize': 1024, |
| 5176 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileOFqXFC -i 1 -s 1003592 -r 1024 -+n', |
| 5177 | u'concurence': 1, |
| 5178 | u'direct_io': False, |
| 5179 | u'iodepth': 16, |
| 5180 | u'size': 1003592, |
| 5181 | u'sync': False, |
| 5182 | u'use_hight_io_priority': True}, |
| 5183 | u'bw_mean': 92046}] |
| 5184 | ================================================================================ |
| 5185 | |
| 5186 | ====> {"read a 1024k": [95525, 4920]} |
| 5187 | |
| 5188 | ================================================================================ |
| 5189 | + for xxx in '$three_times' |
| 5190 | + io_opts='--type iozone -a read --iodepth 16 --blocksize 1m --iosize r2' |
| 5191 | + python run_rally_test.py -l -o '--type iozone -a read --iodepth 16 --blocksize 1m --iosize r2' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 5192 | 05:15:41 27751 >>>> Start rally with opts 'task start /tmp/filePYUOYZ --deployment perf-1' |
| 5193 | -------------------------------------------------------------------------------- |
| 5194 | Preparing input task |
| 5195 | -------------------------------------------------------------------------------- |
| 5196 | |
| 5197 | Input task is: |
| 5198 | VMTasks.boot_runcommand_delete: |
| 5199 | - args: |
| 5200 | flavor: {name: ceph.512} |
| 5201 | floating_network: net04_ext |
| 5202 | force_delete: false |
| 5203 | image: {name: ubuntu} |
| 5204 | interpreter: /usr/bin/env python2 |
| 5205 | script: /tmp/fileAHdwmJ |
| 5206 | username: ubuntu |
| 5207 | context: |
| 5208 | network: {} |
| 5209 | users: {tenants: 1, users_per_tenant: 1} |
| 5210 | runner: {concurrency: 3, times: 3, type: constant} |
| 5211 | |
| 5212 | -------------------------------------------------------------------------------- |
| 5213 | Task 4240bf0e-40c6-43d2-bb9e-4bec28b49e03: started |
| 5214 | -------------------------------------------------------------------------------- |
| 5215 | |
| 5216 | Benchmarking... This can take a while... |
| 5217 | |
| 5218 | To track task status use: |
| 5219 | |
| 5220 | rally task status |
| 5221 | or |
| 5222 | rally task detailed |
| 5223 | |
| 5224 | 05:17:14 27948 >>>> Start io test |
| 5225 | 05:17:14 27948 >>>> Ready and waiting on barrier. Will wait at most 206 seconds |
| 5226 | 05:17:16 27947 >>>> Start io test |
| 5227 | 05:17:16 27947 >>>> Ready and waiting on barrier. Will wait at most 205 seconds |
| 5228 | 05:17:20 27949 >>>> Start io test |
| 5229 | 05:17:20 27949 >>>> Ready and waiting on barrier. Will wait at most 201 seconds |
| 5230 | 05:18:25 27949 >>>> Test finished |
| 5231 | 05:18:26 27948 >>>> Test finished |
| 5232 | 05:18:26 27947 >>>> Test finished |
| 5233 | 2015-02-08 05:18:59.409 27751 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 42416ed9-1598-4c3c-b5c3-5a5ae77c6a83. |
| 5234 | |
| 5235 | -------------------------------------------------------------------------------- |
| 5236 | Task 4240bf0e-40c6-43d2-bb9e-4bec28b49e03: finished |
| 5237 | -------------------------------------------------------------------------------- |
| 5238 | |
| 5239 | test scenario VMTasks.boot_runcommand_delete |
| 5240 | args position 0 |
| 5241 | args values: |
| 5242 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 5243 | u'floating_network': u'net04_ext', |
| 5244 | u'force_delete': False, |
| 5245 | u'image': {u'name': u'ubuntu'}, |
| 5246 | u'interpreter': u'/usr/bin/env python2', |
| 5247 | u'script': u'/tmp/fileAHdwmJ', |
| 5248 | u'username': u'ubuntu'}, |
| 5249 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 5250 | u'start_cidr': u'10.2.0.0/24'}, |
| 5251 | u'users': {u'project_domain': u'default', |
| 5252 | u'resource_management_workers': 30, |
| 5253 | u'tenants': 1, |
| 5254 | u'user_domain': u'default', |
| 5255 | u'users_per_tenant': 1}}, |
| 5256 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 5257 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5258 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 5259 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5260 | | nova.associate_floating_ip | 1.39 | 1.433 | 1.514 | 1.491 | 1.502 | 100.0% | 3 | |
| 5261 | | nova.boot_server | 58.483 | 60.455 | 61.907 | 61.721 | 61.814 | 100.0% | 3 | |
| 5262 | | nova.delete_server | 7.47 | 7.492 | 7.521 | 7.514 | 7.517 | 100.0% | 3 | |
| 5263 | | nova.dissociate_floating_ip | 1.497 | 1.564 | 1.613 | 1.607 | 1.61 | 100.0% | 3 | |
| 5264 | | total | 158.334 | 158.884 | 159.296 | 159.241 | 159.269 | 100.0% | 3 | |
| 5265 | | vm.run_command | 65.142 | 65.649 | 66.049 | 65.991 | 66.02 | 100.0% | 3 | |
| 5266 | | vm.wait_for_ping | 0.077 | 3.694 | 6.11 | 5.867 | 5.988 | 100.0% | 3 | |
| 5267 | | vm.wait_for_ssh | 7.78 | 9.677 | 13.139 | 12.134 | 12.636 | 100.0% | 3 | |
| 5268 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5269 | Load duration: 159.385190964 |
| 5270 | Full duration: 194.767752171 |
| 5271 | |
| 5272 | Scenario Specific Results |
| 5273 | |
| 5274 | +-------+-----+-----+-----+--------------+--------------+ |
| 5275 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 5276 | +-------+-----+-----+-----+--------------+--------------+ |
| 5277 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 5278 | +-------+-----+-----+-----+--------------+--------------+ |
| 5279 | |
| 5280 | HINTS: |
| 5281 | * To plot HTML graphics with this data, run: |
| 5282 | rally task report 4240bf0e-40c6-43d2-bb9e-4bec28b49e03 --out output.html |
| 5283 | |
| 5284 | * To get raw JSON output of task results, run: |
| 5285 | rally task results 4240bf0e-40c6-43d2-bb9e-4bec28b49e03 |
| 5286 | |
| 5287 | Using task: 4240bf0e-40c6-43d2-bb9e-4bec28b49e03 |
| 5288 | ================================================================================ |
| 5289 | [{u'__meta__': {u'action': u'read', |
| 5290 | u'blocksize': 1024, |
| 5291 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileEcLEHF -i 1 -s 1003592 -r 1024 -+n', |
| 5292 | u'concurence': 1, |
| 5293 | u'direct_io': False, |
| 5294 | u'iodepth': 16, |
| 5295 | u'size': 1003592, |
| 5296 | u'sync': False, |
| 5297 | u'use_hight_io_priority': True}, |
| 5298 | u'bw_mean': 89275}, |
| 5299 | {u'__meta__': {u'action': u'read', |
| 5300 | u'blocksize': 1024, |
| 5301 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileTVhZsd -i 1 -s 1003592 -r 1024 -+n', |
| 5302 | u'concurence': 1, |
| 5303 | u'direct_io': False, |
| 5304 | u'iodepth': 16, |
| 5305 | u'size': 1003592, |
| 5306 | u'sync': False, |
| 5307 | u'use_hight_io_priority': True}, |
| 5308 | u'bw_mean': 87250}, |
| 5309 | {u'__meta__': {u'action': u'read', |
| 5310 | u'blocksize': 1024, |
| 5311 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file4oss6O -i 1 -s 1003592 -r 1024 -+n', |
| 5312 | u'concurence': 1, |
| 5313 | u'direct_io': False, |
| 5314 | u'iodepth': 16, |
| 5315 | u'size': 1003592, |
| 5316 | u'sync': False, |
| 5317 | u'use_hight_io_priority': True}, |
| 5318 | u'bw_mean': 81526}] |
| 5319 | ================================================================================ |
| 5320 | |
| 5321 | ====> {"read a 1024k": [86017, 5683]} |
| 5322 | |
| 5323 | ================================================================================ |
| 5324 | + set -e |
| 5325 | + type=iozone |
| 5326 | + bsizes='1k 4k 64k 256k 1m' |
| 5327 | + ops='write randwrite' |
| 5328 | + osync='s a' |
| 5329 | + three_times='1 2 3' |
| 5330 | + for bsize in '$bsizes' |
| 5331 | + for op in '$ops' |
| 5332 | + for sync in '$osync' |
| 5333 | + for xxx in '$three_times' |
| 5334 | + [[ write randwrite == \w\r\i\t\e ]] |
| 5335 | + [[ s == \s ]] |
| 5336 | + ssync=-s |
| 5337 | + factor=x500 |
| 5338 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1k --iosize x500 -s' |
| 5339 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 5340 | 10:37:35 32301 >>>> Start rally with opts 'task start /tmp/filehyB17y --deployment perf-1' |
| 5341 | -------------------------------------------------------------------------------- |
| 5342 | Preparing input task |
| 5343 | -------------------------------------------------------------------------------- |
| 5344 | |
| 5345 | Input task is: |
| 5346 | VMTasks.boot_runcommand_delete: |
| 5347 | - args: |
| 5348 | flavor: {name: ceph.512} |
| 5349 | floating_network: net04_ext |
| 5350 | force_delete: false |
| 5351 | image: {name: ubuntu} |
| 5352 | interpreter: /usr/bin/env python2 |
| 5353 | script: /tmp/fileEGCEsO |
| 5354 | username: ubuntu |
| 5355 | context: |
| 5356 | network: {} |
| 5357 | users: {tenants: 1, users_per_tenant: 1} |
| 5358 | runner: {concurrency: 3, times: 3, type: constant} |
| 5359 | |
| 5360 | -------------------------------------------------------------------------------- |
| 5361 | Task dd02286f-f875-4bc6-9f82-5998b8ffe958: started |
| 5362 | -------------------------------------------------------------------------------- |
| 5363 | |
| 5364 | Benchmarking... This can take a while... |
| 5365 | |
| 5366 | To track task status use: |
| 5367 | |
| 5368 | rally task status |
| 5369 | or |
| 5370 | rally task detailed |
| 5371 | |
| 5372 | 10:39:49 329 >>>> Start io test |
| 5373 | 10:39:49 329 >>>> Ready and waiting on barrier. Will wait at most 166 seconds |
| 5374 | 10:39:52 328 >>>> Start io test |
| 5375 | 10:39:52 328 >>>> Ready and waiting on barrier. Will wait at most 162 seconds |
| 5376 | 10:39:52 327 >>>> Start io test |
| 5377 | 10:39:52 327 >>>> Ready and waiting on barrier. Will wait at most 162 seconds |
| 5378 | 10:40:21 327 >>>> Test finished |
| 5379 | 10:40:22 329 >>>> Test finished |
| 5380 | 10:40:22 328 >>>> Test finished |
| 5381 | 2015-02-08 10:40:49.573 32301 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 75a56ef6-061f-4ee1-ab39-d59802d7f847. |
| 5382 | |
| 5383 | -------------------------------------------------------------------------------- |
| 5384 | Task dd02286f-f875-4bc6-9f82-5998b8ffe958: finished |
| 5385 | -------------------------------------------------------------------------------- |
| 5386 | |
| 5387 | test scenario VMTasks.boot_runcommand_delete |
| 5388 | args position 0 |
| 5389 | args values: |
| 5390 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 5391 | u'floating_network': u'net04_ext', |
| 5392 | u'force_delete': False, |
| 5393 | u'image': {u'name': u'ubuntu'}, |
| 5394 | u'interpreter': u'/usr/bin/env python2', |
| 5395 | u'script': u'/tmp/fileEGCEsO', |
| 5396 | u'username': u'ubuntu'}, |
| 5397 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 5398 | u'start_cidr': u'10.2.0.0/24'}, |
| 5399 | u'users': {u'project_domain': u'default', |
| 5400 | u'resource_management_workers': 30, |
| 5401 | u'tenants': 1, |
| 5402 | u'user_domain': u'default', |
| 5403 | u'users_per_tenant': 1}}, |
| 5404 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 5405 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5406 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 5407 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5408 | | nova.associate_floating_ip | 1.494 | 1.595 | 1.669 | 1.66 | 1.664 | 100.0% | 3 | |
| 5409 | | nova.boot_server | 63.349 | 66.543 | 69.063 | 68.694 | 68.878 | 100.0% | 3 | |
| 5410 | | nova.delete_server | 11.99 | 12.006 | 12.021 | 12.018 | 12.02 | 100.0% | 3 | |
| 5411 | | nova.dissociate_floating_ip | 1.732 | 1.8 | 1.878 | 1.861 | 1.87 | 100.0% | 3 | |
| 5412 | | total | 134.27 | 134.718 | 134.954 | 134.949 | 134.951 | 100.0% | 3 | |
| 5413 | | vm.run_command | 29.093 | 29.392 | 29.605 | 29.58 | 29.592 | 100.0% | 3 | |
| 5414 | | vm.wait_for_ping | 0.706 | 4.303 | 6.107 | 6.105 | 6.106 | 100.0% | 3 | |
| 5415 | | vm.wait_for_ssh | 10.616 | 12.898 | 14.109 | 14.081 | 14.095 | 100.0% | 3 | |
| 5416 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5417 | Load duration: 135.007599831 |
| 5418 | Full duration: 190.422322035 |
| 5419 | |
| 5420 | Scenario Specific Results |
| 5421 | |
| 5422 | +-------+-----+-----+-----+--------------+--------------+ |
| 5423 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 5424 | +-------+-----+-----+-----+--------------+--------------+ |
| 5425 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 5426 | +-------+-----+-----+-----+--------------+--------------+ |
| 5427 | |
| 5428 | HINTS: |
| 5429 | * To plot HTML graphics with this data, run: |
| 5430 | rally task report dd02286f-f875-4bc6-9f82-5998b8ffe958 --out output.html |
| 5431 | |
| 5432 | * To get raw JSON output of task results, run: |
| 5433 | rally task results dd02286f-f875-4bc6-9f82-5998b8ffe958 |
| 5434 | |
| 5435 | Using task: dd02286f-f875-4bc6-9f82-5998b8ffe958 |
| 5436 | ================================================================================ |
| 5437 | [{u'__meta__': {u'action': u'write', |
| 5438 | u'blocksize': 1, |
| 5439 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file2snTzk -i 0 -s 500 -r 1 -+n', |
| 5440 | u'concurence': 1, |
| 5441 | u'direct_io': False, |
| 5442 | u'iodepth': 16, |
| 5443 | u'size': 500, |
| 5444 | u'sync': True, |
| 5445 | u'use_hight_io_priority': True}, |
| 5446 | u'bw_mean': 22}, |
| 5447 | {u'__meta__': {u'action': u'write', |
| 5448 | u'blocksize': 1, |
| 5449 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileD84sYa -i 0 -s 500 -r 1 -+n', |
| 5450 | u'concurence': 1, |
| 5451 | u'direct_io': False, |
| 5452 | u'iodepth': 16, |
| 5453 | u'size': 500, |
| 5454 | u'sync': True, |
| 5455 | u'use_hight_io_priority': True}, |
| 5456 | u'bw_mean': 21}, |
| 5457 | {u'__meta__': {u'action': u'write', |
| 5458 | u'blocksize': 1, |
| 5459 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileC5RuFR -i 0 -s 500 -r 1 -+n', |
| 5460 | u'concurence': 1, |
| 5461 | u'direct_io': False, |
| 5462 | u'iodepth': 16, |
| 5463 | u'size': 500, |
| 5464 | u'sync': True, |
| 5465 | u'use_hight_io_priority': True}, |
| 5466 | u'bw_mean': 21}] |
| 5467 | ================================================================================ |
| 5468 | |
| 5469 | ====> {"write s 1k": [21, 0]} |
| 5470 | |
| 5471 | ================================================================================ |
| 5472 | + for xxx in '$three_times' |
| 5473 | + [[ write randwrite == \w\r\i\t\e ]] |
| 5474 | + [[ s == \s ]] |
| 5475 | + ssync=-s |
| 5476 | + factor=x500 |
| 5477 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1k --iosize x500 -s' |
| 5478 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 5479 | 10:40:53 690 >>>> Start rally with opts 'task start /tmp/fileKkmiXX --deployment perf-1' |
| 5480 | -------------------------------------------------------------------------------- |
| 5481 | Preparing input task |
| 5482 | -------------------------------------------------------------------------------- |
| 5483 | |
| 5484 | Input task is: |
| 5485 | VMTasks.boot_runcommand_delete: |
| 5486 | - args: |
| 5487 | flavor: {name: ceph.512} |
| 5488 | floating_network: net04_ext |
| 5489 | force_delete: false |
| 5490 | image: {name: ubuntu} |
| 5491 | interpreter: /usr/bin/env python2 |
| 5492 | script: /tmp/fileaMkYXg |
| 5493 | username: ubuntu |
| 5494 | context: |
| 5495 | network: {} |
| 5496 | users: {tenants: 1, users_per_tenant: 1} |
| 5497 | runner: {concurrency: 3, times: 3, type: constant} |
| 5498 | |
| 5499 | -------------------------------------------------------------------------------- |
| 5500 | Task 9f989f76-5d56-4243-9ef7-03ccc6139977: started |
| 5501 | -------------------------------------------------------------------------------- |
| 5502 | |
| 5503 | Benchmarking... This can take a while... |
| 5504 | |
| 5505 | To track task status use: |
| 5506 | |
| 5507 | rally task status |
| 5508 | or |
| 5509 | rally task detailed |
| 5510 | |
| 5511 | 10:42:37 928 >>>> Start io test |
| 5512 | 10:42:37 928 >>>> Ready and waiting on barrier. Will wait at most 196 seconds |
| 5513 | 10:42:39 926 >>>> Start io test |
| 5514 | 10:42:39 926 >>>> Ready and waiting on barrier. Will wait at most 193 seconds |
| 5515 | 10:45:53 926 >>>> Barrier timeouted |
| 5516 | 10:45:53 928 >>>> Barrier timeouted |
| 5517 | 10:46:19 928 >>>> Test finished |
| 5518 | 10:46:19 926 >>>> Test finished |
| 5519 | 2015-02-08 10:47:14.718 690 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 4422694e-4734-42c8-b1bd-3491877993a0. |
| 5520 | |
| 5521 | -------------------------------------------------------------------------------- |
| 5522 | Task 9f989f76-5d56-4243-9ef7-03ccc6139977: finished |
| 5523 | -------------------------------------------------------------------------------- |
| 5524 | |
| 5525 | test scenario VMTasks.boot_runcommand_delete |
| 5526 | args position 0 |
| 5527 | args values: |
| 5528 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 5529 | u'floating_network': u'net04_ext', |
| 5530 | u'force_delete': False, |
| 5531 | u'image': {u'name': u'ubuntu'}, |
| 5532 | u'interpreter': u'/usr/bin/env python2', |
| 5533 | u'script': u'/tmp/fileaMkYXg', |
| 5534 | u'username': u'ubuntu'}, |
| 5535 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 5536 | u'start_cidr': u'10.2.0.0/24'}, |
| 5537 | u'users': {u'project_domain': u'default', |
| 5538 | u'resource_management_workers': 30, |
| 5539 | u'tenants': 1, |
| 5540 | u'user_domain': u'default', |
| 5541 | u'users_per_tenant': 1}}, |
| 5542 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 5543 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5544 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 5545 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5546 | | nova.associate_floating_ip | 1.627 | 1.697 | 1.767 | 1.753 | 1.76 | 66.7% | 3 | |
| 5547 | | nova.boot_server | 62.447 | 63.224 | 64.001 | 63.845 | 63.923 | 66.7% | 3 | |
| 5548 | | nova.delete_server | 9.824 | 9.893 | 9.961 | 9.948 | 9.954 | 66.7% | 3 | |
| 5549 | | nova.dissociate_floating_ip | 6.915 | 7.129 | 7.344 | 7.301 | 7.322 | 66.7% | 3 | |
| 5550 | | total | 319.656 | 321.858 | 324.061 | 323.62 | 323.84 | 66.7% | 3 | |
| 5551 | | vm.run_command | 26.584 | 26.605 | 26.626 | 26.622 | 26.624 | 66.7% | 3 | |
| 5552 | | vm.wait_for_ping | 4.885 | 5.493 | 6.101 | 5.979 | 6.04 | 66.7% | 3 | |
| 5553 | | vm.wait_for_ssh | 6.213 | 6.896 | 7.579 | 7.442 | 7.511 | 66.7% | 3 | |
| 5554 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5555 | Load duration: 324.234832048 |
| 5556 | Full duration: 378.626694918 |
| 5557 | |
| 5558 | Scenario Specific Results |
| 5559 | |
| 5560 | +-------+-----+-----+-----+--------------+--------------+ |
| 5561 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 5562 | +-------+-----+-----+-----+--------------+--------------+ |
| 5563 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 5564 | +-------+-----+-----+-----+--------------+--------------+ |
| 5565 | |
| 5566 | HINTS: |
| 5567 | * To plot HTML graphics with this data, run: |
| 5568 | rally task report 9f989f76-5d56-4243-9ef7-03ccc6139977 --out output.html |
| 5569 | |
| 5570 | * To get raw JSON output of task results, run: |
| 5571 | rally task results 9f989f76-5d56-4243-9ef7-03ccc6139977 |
| 5572 | |
| 5573 | Using task: 9f989f76-5d56-4243-9ef7-03ccc6139977 |
| 5574 | ================================================================================ |
| 5575 | [{u'__meta__': {u'action': u'write', |
| 5576 | u'blocksize': 1, |
| 5577 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileh4i51u -i 0 -s 500 -r 1 -+n', |
| 5578 | u'concurence': 1, |
| 5579 | u'direct_io': False, |
| 5580 | u'iodepth': 16, |
| 5581 | u'size': 500, |
| 5582 | u'sync': True, |
| 5583 | u'use_hight_io_priority': True}, |
| 5584 | u'bw_mean': 24}, |
| 5585 | {u'__meta__': {u'action': u'write', |
| 5586 | u'blocksize': 1, |
| 5587 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filebWvGEv -i 0 -s 500 -r 1 -+n', |
| 5588 | u'concurence': 1, |
| 5589 | u'direct_io': False, |
| 5590 | u'iodepth': 16, |
| 5591 | u'size': 500, |
| 5592 | u'sync': True, |
| 5593 | u'use_hight_io_priority': True}, |
| 5594 | u'bw_mean': 24}] |
| 5595 | ================================================================================ |
| 5596 | |
| 5597 | ====> {"write s 1k": [24, 0]} |
| 5598 | |
| 5599 | ================================================================================ |
| 5600 | + for xxx in '$three_times' |
| 5601 | + [[ write randwrite == \w\r\i\t\e ]] |
| 5602 | + [[ s == \s ]] |
| 5603 | + ssync=-s |
| 5604 | + factor=x500 |
| 5605 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1k --iosize x500 -s' |
| 5606 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 5607 | 10:47:18 1375 >>>> Start rally with opts 'task start /tmp/file44pQs6 --deployment perf-1' |
| 5608 | -------------------------------------------------------------------------------- |
| 5609 | Preparing input task |
| 5610 | -------------------------------------------------------------------------------- |
| 5611 | |
| 5612 | Input task is: |
| 5613 | VMTasks.boot_runcommand_delete: |
| 5614 | - args: |
| 5615 | flavor: {name: ceph.512} |
| 5616 | floating_network: net04_ext |
| 5617 | force_delete: false |
| 5618 | image: {name: ubuntu} |
| 5619 | interpreter: /usr/bin/env python2 |
| 5620 | script: /tmp/fileViJvDS |
| 5621 | username: ubuntu |
| 5622 | context: |
| 5623 | network: {} |
| 5624 | users: {tenants: 1, users_per_tenant: 1} |
| 5625 | runner: {concurrency: 3, times: 3, type: constant} |
| 5626 | |
| 5627 | -------------------------------------------------------------------------------- |
| 5628 | Task 31b1db69-7aad-4633-a9aa-37f45028799d: started |
| 5629 | -------------------------------------------------------------------------------- |
| 5630 | |
| 5631 | Benchmarking... This can take a while... |
| 5632 | |
| 5633 | To track task status use: |
| 5634 | |
| 5635 | rally task status |
| 5636 | or |
| 5637 | rally task detailed |
| 5638 | |
| 5639 | 10:49:00 1609 >>>> Start io test |
| 5640 | 10:49:00 1609 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 5641 | 10:49:02 1611 >>>> Start io test |
| 5642 | 10:49:02 1611 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 5643 | 10:49:04 1610 >>>> Start io test |
| 5644 | 10:49:04 1610 >>>> Ready and waiting on barrier. Will wait at most 194 seconds |
| 5645 | 10:49:31 1611 >>>> Test finished |
| 5646 | 10:49:32 1609 >>>> Test finished |
| 5647 | 10:49:32 1610 >>>> Test finished |
| 5648 | 2015-02-08 10:49:58.068 1375 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 5c19c371-7fb6-4ede-bdb7-b331393b155a. |
| 5649 | |
| 5650 | -------------------------------------------------------------------------------- |
| 5651 | Task 31b1db69-7aad-4633-a9aa-37f45028799d: finished |
| 5652 | -------------------------------------------------------------------------------- |
| 5653 | |
| 5654 | test scenario VMTasks.boot_runcommand_delete |
| 5655 | args position 0 |
| 5656 | args values: |
| 5657 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 5658 | u'floating_network': u'net04_ext', |
| 5659 | u'force_delete': False, |
| 5660 | u'image': {u'name': u'ubuntu'}, |
| 5661 | u'interpreter': u'/usr/bin/env python2', |
| 5662 | u'script': u'/tmp/fileViJvDS', |
| 5663 | u'username': u'ubuntu'}, |
| 5664 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 5665 | u'start_cidr': u'10.2.0.0/24'}, |
| 5666 | u'users': {u'project_domain': u'default', |
| 5667 | u'resource_management_workers': 30, |
| 5668 | u'tenants': 1, |
| 5669 | u'user_domain': u'default', |
| 5670 | u'users_per_tenant': 1}}, |
| 5671 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 5672 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5673 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 5674 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5675 | | nova.associate_floating_ip | 1.568 | 3.294 | 6.716 | 5.692 | 6.204 | 100.0% | 3 | |
| 5676 | | nova.boot_server | 60.302 | 61.997 | 63.025 | 62.953 | 62.989 | 100.0% | 3 | |
| 5677 | | nova.delete_server | 5.077 | 5.204 | 5.274 | 5.271 | 5.272 | 100.0% | 3 | |
| 5678 | | nova.dissociate_floating_ip | 1.565 | 3.321 | 6.776 | 5.745 | 6.26 | 100.0% | 3 | |
| 5679 | | total | 115.479 | 117.993 | 121.759 | 120.756 | 121.258 | 100.0% | 3 | |
| 5680 | | vm.run_command | 27.407 | 28.184 | 28.653 | 28.621 | 28.637 | 100.0% | 3 | |
| 5681 | | vm.wait_for_ping | 0.858 | 3.855 | 6.109 | 5.807 | 5.958 | 100.0% | 3 | |
| 5682 | | vm.wait_for_ssh | 7.345 | 7.594 | 7.778 | 7.754 | 7.766 | 100.0% | 3 | |
| 5683 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5684 | Load duration: 121.874637127 |
| 5685 | Full duration: 156.813775063 |
| 5686 | |
| 5687 | Scenario Specific Results |
| 5688 | |
| 5689 | +-------+-----+-----+-----+--------------+--------------+ |
| 5690 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 5691 | +-------+-----+-----+-----+--------------+--------------+ |
| 5692 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 5693 | +-------+-----+-----+-----+--------------+--------------+ |
| 5694 | |
| 5695 | HINTS: |
| 5696 | * To plot HTML graphics with this data, run: |
| 5697 | rally task report 31b1db69-7aad-4633-a9aa-37f45028799d --out output.html |
| 5698 | |
| 5699 | * To get raw JSON output of task results, run: |
| 5700 | rally task results 31b1db69-7aad-4633-a9aa-37f45028799d |
| 5701 | |
| 5702 | Using task: 31b1db69-7aad-4633-a9aa-37f45028799d |
| 5703 | ================================================================================ |
| 5704 | [{u'__meta__': {u'action': u'write', |
| 5705 | u'blocksize': 1, |
| 5706 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filexfdlTo -i 0 -s 500 -r 1 -+n', |
| 5707 | u'concurence': 1, |
| 5708 | u'direct_io': False, |
| 5709 | u'iodepth': 16, |
| 5710 | u'size': 500, |
| 5711 | u'sync': True, |
| 5712 | u'use_hight_io_priority': True}, |
| 5713 | u'bw_mean': 23}, |
| 5714 | {u'__meta__': {u'action': u'write', |
| 5715 | u'blocksize': 1, |
| 5716 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filesCIFdb -i 0 -s 500 -r 1 -+n', |
| 5717 | u'concurence': 1, |
| 5718 | u'direct_io': False, |
| 5719 | u'iodepth': 16, |
| 5720 | u'size': 500, |
| 5721 | u'sync': True, |
| 5722 | u'use_hight_io_priority': True}, |
| 5723 | u'bw_mean': 23}, |
| 5724 | {u'__meta__': {u'action': u'write', |
| 5725 | u'blocksize': 1, |
| 5726 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filereNbGe -i 0 -s 500 -r 1 -+n', |
| 5727 | u'concurence': 1, |
| 5728 | u'direct_io': False, |
| 5729 | u'iodepth': 16, |
| 5730 | u'size': 500, |
| 5731 | u'sync': True, |
| 5732 | u'use_hight_io_priority': True}, |
| 5733 | u'bw_mean': 23}] |
| 5734 | ================================================================================ |
| 5735 | |
| 5736 | ====> {"write s 1k": [23, 0]} |
| 5737 | |
| 5738 | ================================================================================ |
| 5739 | + for sync in '$osync' |
| 5740 | + for xxx in '$three_times' |
| 5741 | + [[ write randwrite == \w\r\i\t\e ]] |
| 5742 | + [[ a == \s ]] |
| 5743 | + [[ 1k == \1\k ]] |
| 5744 | + continue |
| 5745 | + for xxx in '$three_times' |
| 5746 | + [[ write randwrite == \w\r\i\t\e ]] |
| 5747 | + [[ a == \s ]] |
| 5748 | + [[ 1k == \1\k ]] |
| 5749 | + continue |
| 5750 | + for xxx in '$three_times' |
| 5751 | + [[ write randwrite == \w\r\i\t\e ]] |
| 5752 | + [[ a == \s ]] |
| 5753 | + [[ 1k == \1\k ]] |
| 5754 | + continue |
| 5755 | + for op in '$ops' |
| 5756 | + for sync in '$osync' |
| 5757 | + for xxx in '$three_times' |
| 5758 | + [[ write randwrite == \w\r\i\t\e ]] |
| 5759 | + [[ s == \s ]] |
| 5760 | + ssync=-s |
| 5761 | + factor=x500 |
| 5762 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 1k --iosize x500 -s' |
| 5763 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 5764 | 10:50:01 1934 >>>> Start rally with opts 'task start /tmp/file5HOdaz --deployment perf-1' |
| 5765 | -------------------------------------------------------------------------------- |
| 5766 | Preparing input task |
| 5767 | -------------------------------------------------------------------------------- |
| 5768 | |
| 5769 | Input task is: |
| 5770 | VMTasks.boot_runcommand_delete: |
| 5771 | - args: |
| 5772 | flavor: {name: ceph.512} |
| 5773 | floating_network: net04_ext |
| 5774 | force_delete: false |
| 5775 | image: {name: ubuntu} |
| 5776 | interpreter: /usr/bin/env python2 |
| 5777 | script: /tmp/fileBw4JmB |
| 5778 | username: ubuntu |
| 5779 | context: |
| 5780 | network: {} |
| 5781 | users: {tenants: 1, users_per_tenant: 1} |
| 5782 | runner: {concurrency: 3, times: 3, type: constant} |
| 5783 | |
| 5784 | -------------------------------------------------------------------------------- |
| 5785 | Task 98e0d5c2-b38f-45d3-9553-9ff5b9a7f419: started |
| 5786 | -------------------------------------------------------------------------------- |
| 5787 | |
| 5788 | Benchmarking... This can take a while... |
| 5789 | |
| 5790 | To track task status use: |
| 5791 | |
| 5792 | rally task status |
| 5793 | or |
| 5794 | rally task detailed |
| 5795 | |
| 5796 | 10:51:40 2164 >>>> Start io test |
| 5797 | 10:51:40 2164 >>>> Ready and waiting on barrier. Will wait at most 201 seconds |
| 5798 | 10:51:44 2165 >>>> Start io test |
| 5799 | 10:51:44 2165 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 5800 | 10:51:52 2166 >>>> Start io test |
| 5801 | 10:51:52 2166 >>>> Ready and waiting on barrier. Will wait at most 189 seconds |
| 5802 | 10:52:21 2165 >>>> Test finished |
| 5803 | 10:52:23 2166 >>>> Test finished |
| 5804 | 10:52:23 2164 >>>> Test finished |
| 5805 | 2015-02-08 10:52:43.488 1934 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 20ad0c24-64c8-4b68-bceb-3f1f4d58db2b. |
| 5806 | |
| 5807 | -------------------------------------------------------------------------------- |
| 5808 | Task 98e0d5c2-b38f-45d3-9553-9ff5b9a7f419: finished |
| 5809 | -------------------------------------------------------------------------------- |
| 5810 | |
| 5811 | test scenario VMTasks.boot_runcommand_delete |
| 5812 | args position 0 |
| 5813 | args values: |
| 5814 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 5815 | u'floating_network': u'net04_ext', |
| 5816 | u'force_delete': False, |
| 5817 | u'image': {u'name': u'ubuntu'}, |
| 5818 | u'interpreter': u'/usr/bin/env python2', |
| 5819 | u'script': u'/tmp/fileBw4JmB', |
| 5820 | u'username': u'ubuntu'}, |
| 5821 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 5822 | u'start_cidr': u'10.2.0.0/24'}, |
| 5823 | u'users': {u'project_domain': u'default', |
| 5824 | u'resource_management_workers': 30, |
| 5825 | u'tenants': 1, |
| 5826 | u'user_domain': u'default', |
| 5827 | u'users_per_tenant': 1}}, |
| 5828 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 5829 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5830 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 5831 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5832 | | nova.associate_floating_ip | 1.374 | 3.113 | 6.483 | 5.482 | 5.983 | 100.0% | 3 | |
| 5833 | | nova.boot_server | 61.529 | 62.848 | 63.528 | 63.52 | 63.524 | 100.0% | 3 | |
| 5834 | | nova.delete_server | 5.093 | 5.155 | 5.244 | 5.221 | 5.233 | 100.0% | 3 | |
| 5835 | | nova.dissociate_floating_ip | 1.549 | 1.633 | 1.702 | 1.691 | 1.697 | 100.0% | 3 | |
| 5836 | | total | 129.22 | 130.475 | 131.233 | 131.181 | 131.207 | 100.0% | 3 | |
| 5837 | | vm.run_command | 28.846 | 30.156 | 30.814 | 30.813 | 30.813 | 100.0% | 3 | |
| 5838 | | vm.wait_for_ping | 0.285 | 2.237 | 6.101 | 4.946 | 5.523 | 100.0% | 3 | |
| 5839 | | vm.wait_for_ssh | 7.664 | 12.341 | 19.77 | 17.734 | 18.752 | 100.0% | 3 | |
| 5840 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5841 | Load duration: 131.294897795 |
| 5842 | Full duration: 156.272279024 |
| 5843 | |
| 5844 | Scenario Specific Results |
| 5845 | |
| 5846 | +-------+-----+-----+-----+--------------+--------------+ |
| 5847 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 5848 | +-------+-----+-----+-----+--------------+--------------+ |
| 5849 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 5850 | +-------+-----+-----+-----+--------------+--------------+ |
| 5851 | |
| 5852 | HINTS: |
| 5853 | * To plot HTML graphics with this data, run: |
| 5854 | rally task report 98e0d5c2-b38f-45d3-9553-9ff5b9a7f419 --out output.html |
| 5855 | |
| 5856 | * To get raw JSON output of task results, run: |
| 5857 | rally task results 98e0d5c2-b38f-45d3-9553-9ff5b9a7f419 |
| 5858 | |
| 5859 | Using task: 98e0d5c2-b38f-45d3-9553-9ff5b9a7f419 |
| 5860 | ================================================================================ |
| 5861 | [{u'__meta__': {u'action': u'randwrite', |
| 5862 | u'blocksize': 1, |
| 5863 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileeM7TyD -i 2 -s 500 -r 1 -+n', |
| 5864 | u'concurence': 1, |
| 5865 | u'direct_io': False, |
| 5866 | u'iodepth': 16, |
| 5867 | u'size': 500, |
| 5868 | u'sync': True, |
| 5869 | u'use_hight_io_priority': True}, |
| 5870 | u'bw_mean': 22}, |
| 5871 | {u'__meta__': {u'action': u'randwrite', |
| 5872 | u'blocksize': 1, |
| 5873 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filePmz7et -i 2 -s 500 -r 1 -+n', |
| 5874 | u'concurence': 1, |
| 5875 | u'direct_io': False, |
| 5876 | u'iodepth': 16, |
| 5877 | u'size': 500, |
| 5878 | u'sync': True, |
| 5879 | u'use_hight_io_priority': True}, |
| 5880 | u'bw_mean': 20}, |
| 5881 | {u'__meta__': {u'action': u'randwrite', |
| 5882 | u'blocksize': 1, |
| 5883 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileypi56E -i 2 -s 500 -r 1 -+n', |
| 5884 | u'concurence': 1, |
| 5885 | u'direct_io': False, |
| 5886 | u'iodepth': 16, |
| 5887 | u'size': 500, |
| 5888 | u'sync': True, |
| 5889 | u'use_hight_io_priority': True}, |
| 5890 | u'bw_mean': 20}] |
| 5891 | ================================================================================ |
| 5892 | |
| 5893 | ====> {"randwrite s 1k": [20, 1]} |
| 5894 | |
| 5895 | ================================================================================ |
| 5896 | + for xxx in '$three_times' |
| 5897 | + [[ write randwrite == \w\r\i\t\e ]] |
| 5898 | + [[ s == \s ]] |
| 5899 | + ssync=-s |
| 5900 | + factor=x500 |
| 5901 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 1k --iosize x500 -s' |
| 5902 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 5903 | 10:52:47 2514 >>>> Start rally with opts 'task start /tmp/fileqwBIpi --deployment perf-1' |
| 5904 | -------------------------------------------------------------------------------- |
| 5905 | Preparing input task |
| 5906 | -------------------------------------------------------------------------------- |
| 5907 | |
| 5908 | Input task is: |
| 5909 | VMTasks.boot_runcommand_delete: |
| 5910 | - args: |
| 5911 | flavor: {name: ceph.512} |
| 5912 | floating_network: net04_ext |
| 5913 | force_delete: false |
| 5914 | image: {name: ubuntu} |
| 5915 | interpreter: /usr/bin/env python2 |
| 5916 | script: /tmp/fileWLpTjw |
| 5917 | username: ubuntu |
| 5918 | context: |
| 5919 | network: {} |
| 5920 | users: {tenants: 1, users_per_tenant: 1} |
| 5921 | runner: {concurrency: 3, times: 3, type: constant} |
| 5922 | |
| 5923 | -------------------------------------------------------------------------------- |
| 5924 | Task 49664188-e738-40d1-a577-3cf08341f9c0: started |
| 5925 | -------------------------------------------------------------------------------- |
| 5926 | |
| 5927 | Benchmarking... This can take a while... |
| 5928 | |
| 5929 | To track task status use: |
| 5930 | |
| 5931 | rally task status |
| 5932 | or |
| 5933 | rally task detailed |
| 5934 | |
| 5935 | 10:54:08 2714 >>>> Start io test |
| 5936 | 10:54:08 2714 >>>> Ready and waiting on barrier. Will wait at most 218 seconds |
| 5937 | 10:57:47 2714 >>>> Barrier timeouted |
| 5938 | 10:58:07 2714 >>>> Test finished |
| 5939 | 2015-02-08 10:59:07.017 2514 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: ad931d98-8911-463d-9e4f-c9c8a02f8714. |
| 5940 | |
| 5941 | -------------------------------------------------------------------------------- |
| 5942 | Task 49664188-e738-40d1-a577-3cf08341f9c0: finished |
| 5943 | -------------------------------------------------------------------------------- |
| 5944 | |
| 5945 | test scenario VMTasks.boot_runcommand_delete |
| 5946 | args position 0 |
| 5947 | args values: |
| 5948 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 5949 | u'floating_network': u'net04_ext', |
| 5950 | u'force_delete': False, |
| 5951 | u'image': {u'name': u'ubuntu'}, |
| 5952 | u'interpreter': u'/usr/bin/env python2', |
| 5953 | u'script': u'/tmp/fileWLpTjw', |
| 5954 | u'username': u'ubuntu'}, |
| 5955 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 5956 | u'start_cidr': u'10.2.0.0/24'}, |
| 5957 | u'users': {u'project_domain': u'default', |
| 5958 | u'resource_management_workers': 30, |
| 5959 | u'tenants': 1, |
| 5960 | u'user_domain': u'default', |
| 5961 | u'users_per_tenant': 1}}, |
| 5962 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 5963 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5964 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 5965 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5966 | | nova.associate_floating_ip | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 33.3% | 3 | |
| 5967 | | nova.boot_server | 39.48 | 39.48 | 39.48 | 39.48 | 39.48 | 33.3% | 3 | |
| 5968 | | nova.delete_server | 10.017 | 10.017 | 10.017 | 10.017 | 10.017 | 33.3% | 3 | |
| 5969 | | nova.dissociate_floating_ip | 6.774 | 6.774 | 6.774 | 6.774 | 6.774 | 33.3% | 3 | |
| 5970 | | total | 323.168 | 323.168 | 323.168 | 323.168 | 323.168 | 33.3% | 3 | |
| 5971 | | vm.run_command | 20.65 | 20.65 | 20.65 | 20.65 | 20.65 | 33.3% | 3 | |
| 5972 | | vm.wait_for_ping | 8.11 | 8.11 | 8.11 | 8.11 | 8.11 | 33.3% | 3 | |
| 5973 | | vm.wait_for_ssh | 4.501 | 4.501 | 4.501 | 4.501 | 4.501 | 33.3% | 3 | |
| 5974 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 5975 | Load duration: 323.242009878 |
| 5976 | Full duration: 377.146957874 |
| 5977 | |
| 5978 | Scenario Specific Results |
| 5979 | |
| 5980 | +-------+-----+-----+-----+--------------+--------------+ |
| 5981 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 5982 | +-------+-----+-----+-----+--------------+--------------+ |
| 5983 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 5984 | +-------+-----+-----+-----+--------------+--------------+ |
| 5985 | |
| 5986 | HINTS: |
| 5987 | * To plot HTML graphics with this data, run: |
| 5988 | rally task report 49664188-e738-40d1-a577-3cf08341f9c0 --out output.html |
| 5989 | |
| 5990 | * To get raw JSON output of task results, run: |
| 5991 | rally task results 49664188-e738-40d1-a577-3cf08341f9c0 |
| 5992 | |
| 5993 | Using task: 49664188-e738-40d1-a577-3cf08341f9c0 |
| 5994 | ================================================================================ |
| 5995 | [{u'__meta__': {u'action': u'randwrite', |
| 5996 | u'blocksize': 1, |
| 5997 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file2MMnsw -i 2 -s 500 -r 1 -+n', |
| 5998 | u'concurence': 1, |
| 5999 | u'direct_io': False, |
| 6000 | u'iodepth': 16, |
| 6001 | u'size': 500, |
| 6002 | u'sync': True, |
| 6003 | u'use_hight_io_priority': True}, |
| 6004 | u'bw_mean': 35}] |
| 6005 | ================================================================================ |
| 6006 | |
| 6007 | ====> {"randwrite s 1k": [35, 0]} |
| 6008 | |
| 6009 | ================================================================================ |
| 6010 | + for xxx in '$three_times' |
| 6011 | + [[ write randwrite == \w\r\i\t\e ]] |
| 6012 | + [[ s == \s ]] |
| 6013 | + ssync=-s |
| 6014 | + factor=x500 |
| 6015 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 1k --iosize x500 -s' |
| 6016 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 1k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 6017 | 10:59:10 3048 >>>> Start rally with opts 'task start /tmp/fileKKyxrI --deployment perf-1' |
| 6018 | -------------------------------------------------------------------------------- |
| 6019 | Preparing input task |
| 6020 | -------------------------------------------------------------------------------- |
| 6021 | |
| 6022 | Input task is: |
| 6023 | VMTasks.boot_runcommand_delete: |
| 6024 | - args: |
| 6025 | flavor: {name: ceph.512} |
| 6026 | floating_network: net04_ext |
| 6027 | force_delete: false |
| 6028 | image: {name: ubuntu} |
| 6029 | interpreter: /usr/bin/env python2 |
| 6030 | script: /tmp/fileEwTmTs |
| 6031 | username: ubuntu |
| 6032 | context: |
| 6033 | network: {} |
| 6034 | users: {tenants: 1, users_per_tenant: 1} |
| 6035 | runner: {concurrency: 3, times: 3, type: constant} |
| 6036 | |
| 6037 | -------------------------------------------------------------------------------- |
| 6038 | Task f68bf877-0a14-4bbc-93aa-fb3989520b9a: started |
| 6039 | -------------------------------------------------------------------------------- |
| 6040 | |
| 6041 | Benchmarking... This can take a while... |
| 6042 | |
| 6043 | To track task status use: |
| 6044 | |
| 6045 | rally task status |
| 6046 | or |
| 6047 | rally task detailed |
| 6048 | |
| 6049 | 11:00:55 3254 >>>> Start io test |
| 6050 | 11:00:55 3254 >>>> Ready and waiting on barrier. Will wait at most 194 seconds |
| 6051 | 11:00:56 3252 >>>> Start io test |
| 6052 | 11:00:56 3252 >>>> Ready and waiting on barrier. Will wait at most 193 seconds |
| 6053 | 11:01:06 3253 >>>> Start io test |
| 6054 | 11:01:06 3253 >>>> Ready and waiting on barrier. Will wait at most 184 seconds |
| 6055 | 11:01:36 3253 >>>> Test finished |
| 6056 | 11:01:36 3252 >>>> Test finished |
| 6057 | 11:01:36 3254 >>>> Test finished |
| 6058 | 2015-02-08 11:02:01.521 3048 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: a31b53d3-fe03-4cc5-ad5d-97873d93b33f. |
| 6059 | |
| 6060 | -------------------------------------------------------------------------------- |
| 6061 | Task f68bf877-0a14-4bbc-93aa-fb3989520b9a: finished |
| 6062 | -------------------------------------------------------------------------------- |
| 6063 | |
| 6064 | test scenario VMTasks.boot_runcommand_delete |
| 6065 | args position 0 |
| 6066 | args values: |
| 6067 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 6068 | u'floating_network': u'net04_ext', |
| 6069 | u'force_delete': False, |
| 6070 | u'image': {u'name': u'ubuntu'}, |
| 6071 | u'interpreter': u'/usr/bin/env python2', |
| 6072 | u'script': u'/tmp/fileEwTmTs', |
| 6073 | u'username': u'ubuntu'}, |
| 6074 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 6075 | u'start_cidr': u'10.2.0.0/24'}, |
| 6076 | u'users': {u'project_domain': u'default', |
| 6077 | u'resource_management_workers': 30, |
| 6078 | u'tenants': 1, |
| 6079 | u'user_domain': u'default', |
| 6080 | u'users_per_tenant': 1}}, |
| 6081 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 6082 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6083 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 6084 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6085 | | nova.associate_floating_ip | 1.446 | 3.164 | 6.57 | 5.551 | 6.061 | 100.0% | 3 | |
| 6086 | | nova.boot_server | 58.357 | 63.108 | 67.413 | 66.641 | 67.027 | 100.0% | 3 | |
| 6087 | | nova.delete_server | 5.086 | 6.682 | 9.7 | 8.812 | 9.256 | 100.0% | 3 | |
| 6088 | | nova.dissociate_floating_ip | 1.807 | 1.86 | 1.949 | 1.924 | 1.937 | 100.0% | 3 | |
| 6089 | | total | 127.869 | 131.07 | 132.673 | 132.672 | 132.672 | 100.0% | 3 | |
| 6090 | | vm.run_command | 30.034 | 30.088 | 30.17 | 30.148 | 30.159 | 100.0% | 3 | |
| 6091 | | vm.wait_for_ping | 0.427 | 2.408 | 6.105 | 5.022 | 5.563 | 100.0% | 3 | |
| 6092 | | vm.wait_for_ssh | 7.761 | 10.526 | 12.142 | 12.049 | 12.095 | 100.0% | 3 | |
| 6093 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6094 | Load duration: 132.716315985 |
| 6095 | Full duration: 167.34110117 |
| 6096 | |
| 6097 | Scenario Specific Results |
| 6098 | |
| 6099 | +-------+-----+-----+-----+--------------+--------------+ |
| 6100 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 6101 | +-------+-----+-----+-----+--------------+--------------+ |
| 6102 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 6103 | +-------+-----+-----+-----+--------------+--------------+ |
| 6104 | |
| 6105 | HINTS: |
| 6106 | * To plot HTML graphics with this data, run: |
| 6107 | rally task report f68bf877-0a14-4bbc-93aa-fb3989520b9a --out output.html |
| 6108 | |
| 6109 | * To get raw JSON output of task results, run: |
| 6110 | rally task results f68bf877-0a14-4bbc-93aa-fb3989520b9a |
| 6111 | |
| 6112 | Using task: f68bf877-0a14-4bbc-93aa-fb3989520b9a |
| 6113 | ================================================================================ |
| 6114 | [{u'__meta__': {u'action': u'randwrite', |
| 6115 | u'blocksize': 1, |
| 6116 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileBpSPk6 -i 2 -s 500 -r 1 -+n', |
| 6117 | u'concurence': 1, |
| 6118 | u'direct_io': False, |
| 6119 | u'iodepth': 16, |
| 6120 | u'size': 500, |
| 6121 | u'sync': True, |
| 6122 | u'use_hight_io_priority': True}, |
| 6123 | u'bw_mean': 21}, |
| 6124 | {u'__meta__': {u'action': u'randwrite', |
| 6125 | u'blocksize': 1, |
| 6126 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileVksLoX -i 2 -s 500 -r 1 -+n', |
| 6127 | u'concurence': 1, |
| 6128 | u'direct_io': False, |
| 6129 | u'iodepth': 16, |
| 6130 | u'size': 500, |
| 6131 | u'sync': True, |
| 6132 | u'use_hight_io_priority': True}, |
| 6133 | u'bw_mean': 21}, |
| 6134 | {u'__meta__': {u'action': u'randwrite', |
| 6135 | u'blocksize': 1, |
| 6136 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileFoiQsW -i 2 -s 500 -r 1 -+n', |
| 6137 | u'concurence': 1, |
| 6138 | u'direct_io': False, |
| 6139 | u'iodepth': 16, |
| 6140 | u'size': 500, |
| 6141 | u'sync': True, |
| 6142 | u'use_hight_io_priority': True}, |
| 6143 | u'bw_mean': 21}] |
| 6144 | ================================================================================ |
| 6145 | |
| 6146 | ====> {"randwrite s 1k": [21, 0]} |
| 6147 | |
| 6148 | ================================================================================ |
| 6149 | + for sync in '$osync' |
| 6150 | + for xxx in '$three_times' |
| 6151 | + [[ write randwrite == \w\r\i\t\e ]] |
| 6152 | + [[ a == \s ]] |
| 6153 | + [[ 1k == \1\k ]] |
| 6154 | + continue |
| 6155 | + for xxx in '$three_times' |
| 6156 | + [[ write randwrite == \w\r\i\t\e ]] |
| 6157 | + [[ a == \s ]] |
| 6158 | + [[ 1k == \1\k ]] |
| 6159 | + continue |
| 6160 | + for xxx in '$three_times' |
| 6161 | + [[ write randwrite == \w\r\i\t\e ]] |
| 6162 | + [[ a == \s ]] |
| 6163 | + [[ 1k == \1\k ]] |
| 6164 | + continue |
| 6165 | + for bsize in '$bsizes' |
| 6166 | + for op in '$ops' |
| 6167 | + for sync in '$osync' |
| 6168 | + for xxx in '$three_times' |
| 6169 | + [[ write randwrite == \w\r\i\t\e ]] |
| 6170 | + [[ s == \s ]] |
| 6171 | + ssync=-s |
| 6172 | + factor=x500 |
| 6173 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 4k --iosize x500 -s' |
| 6174 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 6175 | 11:02:05 3547 >>>> Start rally with opts 'task start /tmp/fileF1aCUK --deployment perf-1' |
| 6176 | -------------------------------------------------------------------------------- |
| 6177 | Preparing input task |
| 6178 | -------------------------------------------------------------------------------- |
| 6179 | |
| 6180 | Input task is: |
| 6181 | VMTasks.boot_runcommand_delete: |
| 6182 | - args: |
| 6183 | flavor: {name: ceph.512} |
| 6184 | floating_network: net04_ext |
| 6185 | force_delete: false |
| 6186 | image: {name: ubuntu} |
| 6187 | interpreter: /usr/bin/env python2 |
| 6188 | script: /tmp/fileG5YZ8m |
| 6189 | username: ubuntu |
| 6190 | context: |
| 6191 | network: {} |
| 6192 | users: {tenants: 1, users_per_tenant: 1} |
| 6193 | runner: {concurrency: 3, times: 3, type: constant} |
| 6194 | |
| 6195 | -------------------------------------------------------------------------------- |
| 6196 | Task 6dc8f06c-6730-4b04-baa3-2a96e1850947: started |
| 6197 | -------------------------------------------------------------------------------- |
| 6198 | |
| 6199 | Benchmarking... This can take a while... |
| 6200 | |
| 6201 | To track task status use: |
| 6202 | |
| 6203 | rally task status |
| 6204 | or |
| 6205 | rally task detailed |
| 6206 | |
| 6207 | 11:03:44 3779 >>>> Start io test |
| 6208 | 11:03:44 3779 >>>> Ready and waiting on barrier. Will wait at most 200 seconds |
| 6209 | 11:03:50 3780 >>>> Start io test |
| 6210 | 11:03:50 3780 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 6211 | 11:03:50 3781 >>>> Start io test |
| 6212 | 11:03:50 3781 >>>> Ready and waiting on barrier. Will wait at most 194 seconds |
| 6213 | 11:04:19 3779 >>>> Test finished |
| 6214 | 11:04:20 3780 >>>> Test finished |
| 6215 | 11:04:20 3781 >>>> Test finished |
| 6216 | 2015-02-08 11:04:43.211 3547 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 6b49a1b7-d327-4ccd-923c-f34a7953ce4a. |
| 6217 | |
| 6218 | -------------------------------------------------------------------------------- |
| 6219 | Task 6dc8f06c-6730-4b04-baa3-2a96e1850947: finished |
| 6220 | -------------------------------------------------------------------------------- |
| 6221 | |
| 6222 | test scenario VMTasks.boot_runcommand_delete |
| 6223 | args position 0 |
| 6224 | args values: |
| 6225 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 6226 | u'floating_network': u'net04_ext', |
| 6227 | u'force_delete': False, |
| 6228 | u'image': {u'name': u'ubuntu'}, |
| 6229 | u'interpreter': u'/usr/bin/env python2', |
| 6230 | u'script': u'/tmp/fileG5YZ8m', |
| 6231 | u'username': u'ubuntu'}, |
| 6232 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 6233 | u'start_cidr': u'10.2.0.0/24'}, |
| 6234 | u'users': {u'project_domain': u'default', |
| 6235 | u'resource_management_workers': 30, |
| 6236 | u'tenants': 1, |
| 6237 | u'user_domain': u'default', |
| 6238 | u'users_per_tenant': 1}}, |
| 6239 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 6240 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6241 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 6242 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6243 | | nova.associate_floating_ip | 1.377 | 1.433 | 1.479 | 1.472 | 1.476 | 100.0% | 3 | |
| 6244 | | nova.boot_server | 62.781 | 63.489 | 64.149 | 64.027 | 64.088 | 100.0% | 3 | |
| 6245 | | nova.delete_server | 5.104 | 5.421 | 5.89 | 5.766 | 5.828 | 100.0% | 3 | |
| 6246 | | nova.dissociate_floating_ip | 1.595 | 1.838 | 2.019 | 1.995 | 2.007 | 100.0% | 3 | |
| 6247 | | total | 125.873 | 126.765 | 128.523 | 127.998 | 128.26 | 100.0% | 3 | |
| 6248 | | vm.run_command | 29.287 | 29.498 | 29.71 | 29.667 | 29.689 | 100.0% | 3 | |
| 6249 | | vm.wait_for_ping | 4.821 | 6.346 | 8.121 | 7.716 | 7.919 | 100.0% | 3 | |
| 6250 | | vm.wait_for_ssh | 9.832 | 12.785 | 15.14 | 14.788 | 14.964 | 100.0% | 3 | |
| 6251 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6252 | Load duration: 128.609117985 |
| 6253 | Full duration: 155.140303135 |
| 6254 | |
| 6255 | Scenario Specific Results |
| 6256 | |
| 6257 | +-------+-----+-----+-----+--------------+--------------+ |
| 6258 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 6259 | +-------+-----+-----+-----+--------------+--------------+ |
| 6260 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 6261 | +-------+-----+-----+-----+--------------+--------------+ |
| 6262 | |
| 6263 | HINTS: |
| 6264 | * To plot HTML graphics with this data, run: |
| 6265 | rally task report 6dc8f06c-6730-4b04-baa3-2a96e1850947 --out output.html |
| 6266 | |
| 6267 | * To get raw JSON output of task results, run: |
| 6268 | rally task results 6dc8f06c-6730-4b04-baa3-2a96e1850947 |
| 6269 | |
| 6270 | Using task: 6dc8f06c-6730-4b04-baa3-2a96e1850947 |
| 6271 | ================================================================================ |
| 6272 | [{u'__meta__': {u'action': u'write', |
| 6273 | u'blocksize': 4, |
| 6274 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileH2qKUA -i 0 -s 2000 -r 4 -+n', |
| 6275 | u'concurence': 1, |
| 6276 | u'direct_io': False, |
| 6277 | u'iodepth': 16, |
| 6278 | u'size': 2000, |
| 6279 | u'sync': True, |
| 6280 | u'use_hight_io_priority': True}, |
| 6281 | u'bw_mean': 88}, |
| 6282 | {u'__meta__': {u'action': u'write', |
| 6283 | u'blocksize': 4, |
| 6284 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileWwzFeW -i 0 -s 2000 -r 4 -+n', |
| 6285 | u'concurence': 1, |
| 6286 | u'direct_io': False, |
| 6287 | u'iodepth': 16, |
| 6288 | u'size': 2000, |
| 6289 | u'sync': True, |
| 6290 | u'use_hight_io_priority': True}, |
| 6291 | u'bw_mean': 87}, |
| 6292 | {u'__meta__': {u'action': u'write', |
| 6293 | u'blocksize': 4, |
| 6294 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filepno6BN -i 0 -s 2000 -r 4 -+n', |
| 6295 | u'concurence': 1, |
| 6296 | u'direct_io': False, |
| 6297 | u'iodepth': 16, |
| 6298 | u'size': 2000, |
| 6299 | u'sync': True, |
| 6300 | u'use_hight_io_priority': True}, |
| 6301 | u'bw_mean': 86}] |
| 6302 | ================================================================================ |
| 6303 | |
| 6304 | ====> {"write s 4k": [87, 1]} |
| 6305 | |
| 6306 | ================================================================================ |
| 6307 | + for xxx in '$three_times' |
| 6308 | + [[ write randwrite == \w\r\i\t\e ]] |
| 6309 | + [[ s == \s ]] |
| 6310 | + ssync=-s |
| 6311 | + factor=x500 |
| 6312 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 4k --iosize x500 -s' |
| 6313 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 6314 | 11:04:46 4079 >>>> Start rally with opts 'task start /tmp/fileIrXOYd --deployment perf-1' |
| 6315 | -------------------------------------------------------------------------------- |
| 6316 | Preparing input task |
| 6317 | -------------------------------------------------------------------------------- |
| 6318 | |
| 6319 | Input task is: |
| 6320 | VMTasks.boot_runcommand_delete: |
| 6321 | - args: |
| 6322 | flavor: {name: ceph.512} |
| 6323 | floating_network: net04_ext |
| 6324 | force_delete: false |
| 6325 | image: {name: ubuntu} |
| 6326 | interpreter: /usr/bin/env python2 |
| 6327 | script: /tmp/file7Uoq69 |
| 6328 | username: ubuntu |
| 6329 | context: |
| 6330 | network: {} |
| 6331 | users: {tenants: 1, users_per_tenant: 1} |
| 6332 | runner: {concurrency: 3, times: 3, type: constant} |
| 6333 | |
| 6334 | -------------------------------------------------------------------------------- |
| 6335 | Task 245eaa33-b291-478c-94fd-1971fe974be1: started |
| 6336 | -------------------------------------------------------------------------------- |
| 6337 | |
| 6338 | Benchmarking... This can take a while... |
| 6339 | |
| 6340 | To track task status use: |
| 6341 | |
| 6342 | rally task status |
| 6343 | or |
| 6344 | rally task detailed |
| 6345 | |
| 6346 | 11:06:26 4291 >>>> Start io test |
| 6347 | 11:06:26 4291 >>>> Ready and waiting on barrier. Will wait at most 200 seconds |
| 6348 | 11:06:32 4292 >>>> Start io test |
| 6349 | 11:06:32 4292 >>>> Ready and waiting on barrier. Will wait at most 194 seconds |
| 6350 | 11:06:36 4293 >>>> Start io test |
| 6351 | 11:06:36 4293 >>>> Ready and waiting on barrier. Will wait at most 190 seconds |
| 6352 | 11:07:04 4293 >>>> Test finished |
| 6353 | 11:07:05 4291 >>>> Test finished |
| 6354 | 11:07:05 4292 >>>> Test finished |
| 6355 | 2015-02-08 11:07:29.712 4079 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 06b34830-18ac-4a0a-b33a-0a846bd92432. |
| 6356 | |
| 6357 | -------------------------------------------------------------------------------- |
| 6358 | Task 245eaa33-b291-478c-94fd-1971fe974be1: finished |
| 6359 | -------------------------------------------------------------------------------- |
| 6360 | |
| 6361 | test scenario VMTasks.boot_runcommand_delete |
| 6362 | args position 0 |
| 6363 | args values: |
| 6364 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 6365 | u'floating_network': u'net04_ext', |
| 6366 | u'force_delete': False, |
| 6367 | u'image': {u'name': u'ubuntu'}, |
| 6368 | u'interpreter': u'/usr/bin/env python2', |
| 6369 | u'script': u'/tmp/file7Uoq69', |
| 6370 | u'username': u'ubuntu'}, |
| 6371 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 6372 | u'start_cidr': u'10.2.0.0/24'}, |
| 6373 | u'users': {u'project_domain': u'default', |
| 6374 | u'resource_management_workers': 30, |
| 6375 | u'tenants': 1, |
| 6376 | u'user_domain': u'default', |
| 6377 | u'users_per_tenant': 1}}, |
| 6378 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 6379 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6380 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 6381 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6382 | | nova.associate_floating_ip | 1.452 | 3.082 | 6.259 | 5.314 | 5.787 | 100.0% | 3 | |
| 6383 | | nova.boot_server | 61.737 | 62.691 | 64.466 | 63.947 | 64.207 | 100.0% | 3 | |
| 6384 | | nova.delete_server | 5.146 | 5.169 | 5.204 | 5.194 | 5.199 | 100.0% | 3 | |
| 6385 | | nova.dissociate_floating_ip | 1.636 | 3.309 | 6.472 | 5.542 | 6.007 | 100.0% | 3 | |
| 6386 | | total | 125.955 | 127.47 | 130.204 | 129.414 | 129.809 | 100.0% | 3 | |
| 6387 | | vm.run_command | 28.431 | 28.865 | 29.086 | 29.084 | 29.085 | 100.0% | 3 | |
| 6388 | | vm.wait_for_ping | 0.496 | 3.857 | 6.106 | 5.878 | 5.992 | 100.0% | 3 | |
| 6389 | | vm.wait_for_ssh | 5.495 | 12.666 | 18.481 | 17.589 | 18.035 | 100.0% | 3 | |
| 6390 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6391 | Load duration: 130.31379199 |
| 6392 | Full duration: 160.127550125 |
| 6393 | |
| 6394 | Scenario Specific Results |
| 6395 | |
| 6396 | +-------+-----+-----+-----+--------------+--------------+ |
| 6397 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 6398 | +-------+-----+-----+-----+--------------+--------------+ |
| 6399 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 6400 | +-------+-----+-----+-----+--------------+--------------+ |
| 6401 | |
| 6402 | HINTS: |
| 6403 | * To plot HTML graphics with this data, run: |
| 6404 | rally task report 245eaa33-b291-478c-94fd-1971fe974be1 --out output.html |
| 6405 | |
| 6406 | * To get raw JSON output of task results, run: |
| 6407 | rally task results 245eaa33-b291-478c-94fd-1971fe974be1 |
| 6408 | |
| 6409 | Using task: 245eaa33-b291-478c-94fd-1971fe974be1 |
| 6410 | ================================================================================ |
| 6411 | [{u'__meta__': {u'action': u'write', |
| 6412 | u'blocksize': 4, |
| 6413 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileNzRQAN -i 0 -s 2000 -r 4 -+n', |
| 6414 | u'concurence': 1, |
| 6415 | u'direct_io': False, |
| 6416 | u'iodepth': 16, |
| 6417 | u'size': 2000, |
| 6418 | u'sync': True, |
| 6419 | u'use_hight_io_priority': True}, |
| 6420 | u'bw_mean': 91}, |
| 6421 | {u'__meta__': {u'action': u'write', |
| 6422 | u'blocksize': 4, |
| 6423 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileuHIQVp -i 0 -s 2000 -r 4 -+n', |
| 6424 | u'concurence': 1, |
| 6425 | u'direct_io': False, |
| 6426 | u'iodepth': 16, |
| 6427 | u'size': 2000, |
| 6428 | u'sync': True, |
| 6429 | u'use_hight_io_priority': True}, |
| 6430 | u'bw_mean': 88}, |
| 6431 | {u'__meta__': {u'action': u'write', |
| 6432 | u'blocksize': 4, |
| 6433 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filetjj1rR -i 0 -s 2000 -r 4 -+n', |
| 6434 | u'concurence': 1, |
| 6435 | u'direct_io': False, |
| 6436 | u'iodepth': 16, |
| 6437 | u'size': 2000, |
| 6438 | u'sync': True, |
| 6439 | u'use_hight_io_priority': True}, |
| 6440 | u'bw_mean': 88}] |
| 6441 | ================================================================================ |
| 6442 | |
| 6443 | ====> {"write s 4k": [89, 2]} |
| 6444 | |
| 6445 | ================================================================================ |
| 6446 | + for xxx in '$three_times' |
| 6447 | + [[ write randwrite == \w\r\i\t\e ]] |
| 6448 | + [[ s == \s ]] |
| 6449 | + ssync=-s |
| 6450 | + factor=x500 |
| 6451 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 4k --iosize x500 -s' |
| 6452 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 6453 | 11:07:33 4743 >>>> Start rally with opts 'task start /tmp/fileb9BfA9 --deployment perf-1' |
| 6454 | -------------------------------------------------------------------------------- |
| 6455 | Preparing input task |
| 6456 | -------------------------------------------------------------------------------- |
| 6457 | |
| 6458 | Input task is: |
| 6459 | VMTasks.boot_runcommand_delete: |
| 6460 | - args: |
| 6461 | flavor: {name: ceph.512} |
| 6462 | floating_network: net04_ext |
| 6463 | force_delete: false |
| 6464 | image: {name: ubuntu} |
| 6465 | interpreter: /usr/bin/env python2 |
| 6466 | script: /tmp/fileSVAROe |
| 6467 | username: ubuntu |
| 6468 | context: |
| 6469 | network: {} |
| 6470 | users: {tenants: 1, users_per_tenant: 1} |
| 6471 | runner: {concurrency: 3, times: 3, type: constant} |
| 6472 | |
| 6473 | -------------------------------------------------------------------------------- |
| 6474 | Task f75b3508-274d-4d20-a997-dbfe534d19ea: started |
| 6475 | -------------------------------------------------------------------------------- |
| 6476 | |
| 6477 | Benchmarking... This can take a while... |
| 6478 | |
| 6479 | To track task status use: |
| 6480 | |
| 6481 | rally task status |
| 6482 | or |
| 6483 | rally task detailed |
| 6484 | |
| 6485 | 11:08:55 4972 >>>> Start io test |
| 6486 | 11:08:55 4972 >>>> Ready and waiting on barrier. Will wait at most 218 seconds |
| 6487 | 11:08:57 4971 >>>> Start io test |
| 6488 | 11:08:57 4971 >>>> Ready and waiting on barrier. Will wait at most 215 seconds |
| 6489 | 11:12:33 4971 >>>> Barrier timeouted |
| 6490 | 11:12:33 4972 >>>> Barrier timeouted |
| 6491 | 11:13:01 4972 >>>> Test finished |
| 6492 | 11:13:01 4971 >>>> Test finished |
| 6493 | 2015-02-08 11:14:00.697 4743 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 8b6b282c-9be6-4a99-9711-a1c5d65d7a3f. |
| 6494 | |
| 6495 | -------------------------------------------------------------------------------- |
| 6496 | Task f75b3508-274d-4d20-a997-dbfe534d19ea: finished |
| 6497 | -------------------------------------------------------------------------------- |
| 6498 | |
| 6499 | test scenario VMTasks.boot_runcommand_delete |
| 6500 | args position 0 |
| 6501 | args values: |
| 6502 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 6503 | u'floating_network': u'net04_ext', |
| 6504 | u'force_delete': False, |
| 6505 | u'image': {u'name': u'ubuntu'}, |
| 6506 | u'interpreter': u'/usr/bin/env python2', |
| 6507 | u'script': u'/tmp/fileSVAROe', |
| 6508 | u'username': u'ubuntu'}, |
| 6509 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 6510 | u'start_cidr': u'10.2.0.0/24'}, |
| 6511 | u'users': {u'project_domain': u'default', |
| 6512 | u'resource_management_workers': 30, |
| 6513 | u'tenants': 1, |
| 6514 | u'user_domain': u'default', |
| 6515 | u'users_per_tenant': 1}}, |
| 6516 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 6517 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6518 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 6519 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6520 | | nova.associate_floating_ip | 1.497 | 1.52 | 1.544 | 1.539 | 1.541 | 66.7% | 3 | |
| 6521 | | nova.boot_server | 49.726 | 51.049 | 52.371 | 52.106 | 52.238 | 66.7% | 3 | |
| 6522 | | nova.delete_server | 9.924 | 9.967 | 10.011 | 10.002 | 10.006 | 66.7% | 3 | |
| 6523 | | nova.dissociate_floating_ip | 7.541 | 7.586 | 7.631 | 7.622 | 7.626 | 66.7% | 3 | |
| 6524 | | total | 330.652 | 330.659 | 330.666 | 330.664 | 330.665 | 66.7% | 3 | |
| 6525 | | vm.run_command | 27.662 | 27.663 | 27.664 | 27.664 | 27.664 | 66.7% | 3 | |
| 6526 | | vm.wait_for_ping | 6.111 | 6.417 | 6.723 | 6.662 | 6.693 | 66.7% | 3 | |
| 6527 | | vm.wait_for_ssh | 6.434 | 6.479 | 6.524 | 6.515 | 6.519 | 66.7% | 3 | |
| 6528 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6529 | Load duration: 330.746035099 |
| 6530 | Full duration: 384.400408983 |
| 6531 | |
| 6532 | Scenario Specific Results |
| 6533 | |
| 6534 | +-------+-----+-----+-----+--------------+--------------+ |
| 6535 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 6536 | +-------+-----+-----+-----+--------------+--------------+ |
| 6537 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 6538 | +-------+-----+-----+-----+--------------+--------------+ |
| 6539 | |
| 6540 | HINTS: |
| 6541 | * To plot HTML graphics with this data, run: |
| 6542 | rally task report f75b3508-274d-4d20-a997-dbfe534d19ea --out output.html |
| 6543 | |
| 6544 | * To get raw JSON output of task results, run: |
| 6545 | rally task results f75b3508-274d-4d20-a997-dbfe534d19ea |
| 6546 | |
| 6547 | Using task: f75b3508-274d-4d20-a997-dbfe534d19ea |
| 6548 | ================================================================================ |
| 6549 | [{u'__meta__': {u'action': u'write', |
| 6550 | u'blocksize': 4, |
| 6551 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileFM5QaP -i 0 -s 2000 -r 4 -+n', |
| 6552 | u'concurence': 1, |
| 6553 | u'direct_io': False, |
| 6554 | u'iodepth': 16, |
| 6555 | u'size': 2000, |
| 6556 | u'sync': True, |
| 6557 | u'use_hight_io_priority': True}, |
| 6558 | u'bw_mean': 101}, |
| 6559 | {u'__meta__': {u'action': u'write', |
| 6560 | u'blocksize': 4, |
| 6561 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file7IYUS0 -i 0 -s 2000 -r 4 -+n', |
| 6562 | u'concurence': 1, |
| 6563 | u'direct_io': False, |
| 6564 | u'iodepth': 16, |
| 6565 | u'size': 2000, |
| 6566 | u'sync': True, |
| 6567 | u'use_hight_io_priority': True}, |
| 6568 | u'bw_mean': 100}] |
| 6569 | ================================================================================ |
| 6570 | |
| 6571 | ====> {"write s 4k": [100, 0]} |
| 6572 | |
| 6573 | ================================================================================ |
| 6574 | + for sync in '$osync' |
| 6575 | + for xxx in '$three_times' |
| 6576 | + [[ write randwrite == \w\r\i\t\e ]] |
| 6577 | + [[ a == \s ]] |
| 6578 | + [[ 4k == \1\k ]] |
| 6579 | + [[ 4k == \4\k ]] |
| 6580 | + continue |
| 6581 | + for xxx in '$three_times' |
| 6582 | + [[ write randwrite == \w\r\i\t\e ]] |
| 6583 | + [[ a == \s ]] |
| 6584 | + [[ 4k == \1\k ]] |
| 6585 | + [[ 4k == \4\k ]] |
| 6586 | + continue |
| 6587 | + for xxx in '$three_times' |
| 6588 | + [[ write randwrite == \w\r\i\t\e ]] |
| 6589 | + [[ a == \s ]] |
| 6590 | + [[ 4k == \1\k ]] |
| 6591 | + [[ 4k == \4\k ]] |
| 6592 | + continue |
| 6593 | + for op in '$ops' |
| 6594 | + for sync in '$osync' |
| 6595 | + for xxx in '$three_times' |
| 6596 | + [[ write randwrite == \w\r\i\t\e ]] |
| 6597 | + [[ s == \s ]] |
| 6598 | + ssync=-s |
| 6599 | + factor=x500 |
| 6600 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 4k --iosize x500 -s' |
| 6601 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 6602 | 11:14:04 5407 >>>> Start rally with opts 'task start /tmp/fileM7d164 --deployment perf-1' |
| 6603 | -------------------------------------------------------------------------------- |
| 6604 | Preparing input task |
| 6605 | -------------------------------------------------------------------------------- |
| 6606 | |
| 6607 | Input task is: |
| 6608 | VMTasks.boot_runcommand_delete: |
| 6609 | - args: |
| 6610 | flavor: {name: ceph.512} |
| 6611 | floating_network: net04_ext |
| 6612 | force_delete: false |
| 6613 | image: {name: ubuntu} |
| 6614 | interpreter: /usr/bin/env python2 |
| 6615 | script: /tmp/file3djPOq |
| 6616 | username: ubuntu |
| 6617 | context: |
| 6618 | network: {} |
| 6619 | users: {tenants: 1, users_per_tenant: 1} |
| 6620 | runner: {concurrency: 3, times: 3, type: constant} |
| 6621 | |
| 6622 | -------------------------------------------------------------------------------- |
| 6623 | Task d3602ef0-a1c4-48f1-b573-b58611220be9: started |
| 6624 | -------------------------------------------------------------------------------- |
| 6625 | |
| 6626 | Benchmarking... This can take a while... |
| 6627 | |
| 6628 | To track task status use: |
| 6629 | |
| 6630 | rally task status |
| 6631 | or |
| 6632 | rally task detailed |
| 6633 | |
| 6634 | 11:15:47 5682 >>>> Start io test |
| 6635 | 11:15:47 5682 >>>> Ready and waiting on barrier. Will wait at most 196 seconds |
| 6636 | 11:15:50 5683 >>>> Start io test |
| 6637 | 11:15:50 5683 >>>> Ready and waiting on barrier. Will wait at most 193 seconds |
| 6638 | 11:15:51 5681 >>>> Start io test |
| 6639 | 11:15:51 5681 >>>> Ready and waiting on barrier. Will wait at most 192 seconds |
| 6640 | 11:16:23 5683 >>>> Test finished |
| 6641 | 11:16:23 5682 >>>> Test finished |
| 6642 | 11:16:23 5681 >>>> Test finished |
| 6643 | 2015-02-08 11:16:46.164 5407 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: ac00b279-1794-4fb1-bdef-1bc622e26cc7. |
| 6644 | |
| 6645 | -------------------------------------------------------------------------------- |
| 6646 | Task d3602ef0-a1c4-48f1-b573-b58611220be9: finished |
| 6647 | -------------------------------------------------------------------------------- |
| 6648 | |
| 6649 | test scenario VMTasks.boot_runcommand_delete |
| 6650 | args position 0 |
| 6651 | args values: |
| 6652 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 6653 | u'floating_network': u'net04_ext', |
| 6654 | u'force_delete': False, |
| 6655 | u'image': {u'name': u'ubuntu'}, |
| 6656 | u'interpreter': u'/usr/bin/env python2', |
| 6657 | u'script': u'/tmp/file3djPOq', |
| 6658 | u'username': u'ubuntu'}, |
| 6659 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 6660 | u'start_cidr': u'10.2.0.0/24'}, |
| 6661 | u'users': {u'project_domain': u'default', |
| 6662 | u'resource_management_workers': 30, |
| 6663 | u'tenants': 1, |
| 6664 | u'user_domain': u'default', |
| 6665 | u'users_per_tenant': 1}}, |
| 6666 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 6667 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6668 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 6669 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6670 | | nova.associate_floating_ip | 1.381 | 1.471 | 1.531 | 1.525 | 1.528 | 100.0% | 3 | |
| 6671 | | nova.boot_server | 60.201 | 61.391 | 62.768 | 62.455 | 62.611 | 100.0% | 3 | |
| 6672 | | nova.delete_server | 5.528 | 6.888 | 7.732 | 7.667 | 7.699 | 100.0% | 3 | |
| 6673 | | nova.dissociate_floating_ip | 1.624 | 1.687 | 1.764 | 1.746 | 1.755 | 100.0% | 3 | |
| 6674 | | total | 125.912 | 127.249 | 128.11 | 128.033 | 128.072 | 100.0% | 3 | |
| 6675 | | vm.run_command | 31.666 | 31.785 | 31.866 | 31.857 | 31.862 | 100.0% | 3 | |
| 6676 | | vm.wait_for_ping | 2.085 | 5.426 | 8.102 | 7.7 | 7.901 | 100.0% | 3 | |
| 6677 | | vm.wait_for_ssh | 11.903 | 11.926 | 11.949 | 11.945 | 11.947 | 100.0% | 3 | |
| 6678 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6679 | Load duration: 128.202951908 |
| 6680 | Full duration: 159.013564825 |
| 6681 | |
| 6682 | Scenario Specific Results |
| 6683 | |
| 6684 | +-------+-----+-----+-----+--------------+--------------+ |
| 6685 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 6686 | +-------+-----+-----+-----+--------------+--------------+ |
| 6687 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 6688 | +-------+-----+-----+-----+--------------+--------------+ |
| 6689 | |
| 6690 | HINTS: |
| 6691 | * To plot HTML graphics with this data, run: |
| 6692 | rally task report d3602ef0-a1c4-48f1-b573-b58611220be9 --out output.html |
| 6693 | |
| 6694 | * To get raw JSON output of task results, run: |
| 6695 | rally task results d3602ef0-a1c4-48f1-b573-b58611220be9 |
| 6696 | |
| 6697 | Using task: d3602ef0-a1c4-48f1-b573-b58611220be9 |
| 6698 | ================================================================================ |
| 6699 | [{u'__meta__': {u'action': u'randwrite', |
| 6700 | u'blocksize': 4, |
| 6701 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileWEyq61 -i 2 -s 2000 -r 4 -+n', |
| 6702 | u'concurence': 1, |
| 6703 | u'direct_io': False, |
| 6704 | u'iodepth': 16, |
| 6705 | u'size': 2000, |
| 6706 | u'sync': True, |
| 6707 | u'use_hight_io_priority': True}, |
| 6708 | u'bw_mean': 80}, |
| 6709 | {u'__meta__': {u'action': u'randwrite', |
| 6710 | u'blocksize': 4, |
| 6711 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileRMVV0V -i 2 -s 2000 -r 4 -+n', |
| 6712 | u'concurence': 1, |
| 6713 | u'direct_io': False, |
| 6714 | u'iodepth': 16, |
| 6715 | u'size': 2000, |
| 6716 | u'sync': True, |
| 6717 | u'use_hight_io_priority': True}, |
| 6718 | u'bw_mean': 79}, |
| 6719 | {u'__meta__': {u'action': u'randwrite', |
| 6720 | u'blocksize': 4, |
| 6721 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileQjua6t -i 2 -s 2000 -r 4 -+n', |
| 6722 | u'concurence': 1, |
| 6723 | u'direct_io': False, |
| 6724 | u'iodepth': 16, |
| 6725 | u'size': 2000, |
| 6726 | u'sync': True, |
| 6727 | u'use_hight_io_priority': True}, |
| 6728 | u'bw_mean': 79}] |
| 6729 | ================================================================================ |
| 6730 | |
| 6731 | ====> {"randwrite s 4k": [79, 0]} |
| 6732 | |
| 6733 | ================================================================================ |
| 6734 | + for xxx in '$three_times' |
| 6735 | + [[ write randwrite == \w\r\i\t\e ]] |
| 6736 | + [[ s == \s ]] |
| 6737 | + ssync=-s |
| 6738 | + factor=x500 |
| 6739 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 4k --iosize x500 -s' |
| 6740 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 6741 | 11:16:50 6045 >>>> Start rally with opts 'task start /tmp/fileFtvmlZ --deployment perf-1' |
| 6742 | -------------------------------------------------------------------------------- |
| 6743 | Preparing input task |
| 6744 | -------------------------------------------------------------------------------- |
| 6745 | |
| 6746 | Input task is: |
| 6747 | VMTasks.boot_runcommand_delete: |
| 6748 | - args: |
| 6749 | flavor: {name: ceph.512} |
| 6750 | floating_network: net04_ext |
| 6751 | force_delete: false |
| 6752 | image: {name: ubuntu} |
| 6753 | interpreter: /usr/bin/env python2 |
| 6754 | script: /tmp/filecGXBsw |
| 6755 | username: ubuntu |
| 6756 | context: |
| 6757 | network: {} |
| 6758 | users: {tenants: 1, users_per_tenant: 1} |
| 6759 | runner: {concurrency: 3, times: 3, type: constant} |
| 6760 | |
| 6761 | -------------------------------------------------------------------------------- |
| 6762 | Task 3c60ce93-cf5c-49fc-81cf-b4a00a7fb51d: started |
| 6763 | -------------------------------------------------------------------------------- |
| 6764 | |
| 6765 | Benchmarking... This can take a while... |
| 6766 | |
| 6767 | To track task status use: |
| 6768 | |
| 6769 | rally task status |
| 6770 | or |
| 6771 | rally task detailed |
| 6772 | |
| 6773 | 11:18:27 6298 >>>> Start io test |
| 6774 | 11:18:27 6298 >>>> Ready and waiting on barrier. Will wait at most 202 seconds |
| 6775 | 11:18:28 6296 >>>> Start io test |
| 6776 | 11:18:28 6296 >>>> Ready and waiting on barrier. Will wait at most 201 seconds |
| 6777 | 11:18:32 6297 >>>> Start io test |
| 6778 | 11:18:32 6297 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 6779 | 11:19:03 6297 >>>> Test finished |
| 6780 | 11:19:03 6298 >>>> Test finished |
| 6781 | 11:19:03 6296 >>>> Test finished |
| 6782 | 2015-02-08 11:19:34.826 6045 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 6cbe48f8-f0d5-4890-b7f0-9a39a9ee559e. |
| 6783 | |
| 6784 | -------------------------------------------------------------------------------- |
| 6785 | Task 3c60ce93-cf5c-49fc-81cf-b4a00a7fb51d: finished |
| 6786 | -------------------------------------------------------------------------------- |
| 6787 | |
| 6788 | test scenario VMTasks.boot_runcommand_delete |
| 6789 | args position 0 |
| 6790 | args values: |
| 6791 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 6792 | u'floating_network': u'net04_ext', |
| 6793 | u'force_delete': False, |
| 6794 | u'image': {u'name': u'ubuntu'}, |
| 6795 | u'interpreter': u'/usr/bin/env python2', |
| 6796 | u'script': u'/tmp/filecGXBsw', |
| 6797 | u'username': u'ubuntu'}, |
| 6798 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 6799 | u'start_cidr': u'10.2.0.0/24'}, |
| 6800 | u'users': {u'project_domain': u'default', |
| 6801 | u'resource_management_workers': 30, |
| 6802 | u'tenants': 1, |
| 6803 | u'user_domain': u'default', |
| 6804 | u'users_per_tenant': 1}}, |
| 6805 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 6806 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6807 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 6808 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6809 | | nova.associate_floating_ip | 1.414 | 1.542 | 1.67 | 1.645 | 1.657 | 100.0% | 3 | |
| 6810 | | nova.boot_server | 60.696 | 62.117 | 64.007 | 63.535 | 63.771 | 100.0% | 3 | |
| 6811 | | nova.delete_server | 5.139 | 5.295 | 5.411 | 5.396 | 5.404 | 100.0% | 3 | |
| 6812 | | nova.dissociate_floating_ip | 1.621 | 1.807 | 1.9 | 1.9 | 1.9 | 100.0% | 3 | |
| 6813 | | total | 121.503 | 125.144 | 126.966 | 126.965 | 126.965 | 100.0% | 3 | |
| 6814 | | vm.run_command | 31.616 | 31.71 | 31.768 | 31.764 | 31.766 | 100.0% | 3 | |
| 6815 | | vm.wait_for_ping | 4.522 | 5.086 | 6.096 | 5.805 | 5.951 | 100.0% | 3 | |
| 6816 | | vm.wait_for_ssh | 6.618 | 7.707 | 8.887 | 8.633 | 8.76 | 100.0% | 3 | |
| 6817 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6818 | Load duration: 127.094724894 |
| 6819 | Full duration: 162.131831884 |
| 6820 | |
| 6821 | Scenario Specific Results |
| 6822 | |
| 6823 | +-------+-----+-----+-----+--------------+--------------+ |
| 6824 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 6825 | +-------+-----+-----+-----+--------------+--------------+ |
| 6826 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 6827 | +-------+-----+-----+-----+--------------+--------------+ |
| 6828 | |
| 6829 | HINTS: |
| 6830 | * To plot HTML graphics with this data, run: |
| 6831 | rally task report 3c60ce93-cf5c-49fc-81cf-b4a00a7fb51d --out output.html |
| 6832 | |
| 6833 | * To get raw JSON output of task results, run: |
| 6834 | rally task results 3c60ce93-cf5c-49fc-81cf-b4a00a7fb51d |
| 6835 | |
| 6836 | Using task: 3c60ce93-cf5c-49fc-81cf-b4a00a7fb51d |
| 6837 | ================================================================================ |
| 6838 | [{u'__meta__': {u'action': u'randwrite', |
| 6839 | u'blocksize': 4, |
| 6840 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileVYgEWx -i 2 -s 2000 -r 4 -+n', |
| 6841 | u'concurence': 1, |
| 6842 | u'direct_io': False, |
| 6843 | u'iodepth': 16, |
| 6844 | u'size': 2000, |
| 6845 | u'sync': True, |
| 6846 | u'use_hight_io_priority': True}, |
| 6847 | u'bw_mean': 80}, |
| 6848 | {u'__meta__': {u'action': u'randwrite', |
| 6849 | u'blocksize': 4, |
| 6850 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filepck4eO -i 2 -s 2000 -r 4 -+n', |
| 6851 | u'concurence': 1, |
| 6852 | u'direct_io': False, |
| 6853 | u'iodepth': 16, |
| 6854 | u'size': 2000, |
| 6855 | u'sync': True, |
| 6856 | u'use_hight_io_priority': True}, |
| 6857 | u'bw_mean': 79}, |
| 6858 | {u'__meta__': {u'action': u'randwrite', |
| 6859 | u'blocksize': 4, |
| 6860 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileoo2yqs -i 2 -s 2000 -r 4 -+n', |
| 6861 | u'concurence': 1, |
| 6862 | u'direct_io': False, |
| 6863 | u'iodepth': 16, |
| 6864 | u'size': 2000, |
| 6865 | u'sync': True, |
| 6866 | u'use_hight_io_priority': True}, |
| 6867 | u'bw_mean': 79}] |
| 6868 | ================================================================================ |
| 6869 | |
| 6870 | ====> {"randwrite s 4k": [79, 0]} |
| 6871 | |
| 6872 | ================================================================================ |
| 6873 | + for xxx in '$three_times' |
| 6874 | + [[ write randwrite == \w\r\i\t\e ]] |
| 6875 | + [[ s == \s ]] |
| 6876 | + ssync=-s |
| 6877 | + factor=x500 |
| 6878 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 4k --iosize x500 -s' |
| 6879 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 4k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 6880 | 11:19:38 6612 >>>> Start rally with opts 'task start /tmp/fileG1cz5o --deployment perf-1' |
| 6881 | -------------------------------------------------------------------------------- |
| 6882 | Preparing input task |
| 6883 | -------------------------------------------------------------------------------- |
| 6884 | |
| 6885 | Input task is: |
| 6886 | VMTasks.boot_runcommand_delete: |
| 6887 | - args: |
| 6888 | flavor: {name: ceph.512} |
| 6889 | floating_network: net04_ext |
| 6890 | force_delete: false |
| 6891 | image: {name: ubuntu} |
| 6892 | interpreter: /usr/bin/env python2 |
| 6893 | script: /tmp/fileSG83G0 |
| 6894 | username: ubuntu |
| 6895 | context: |
| 6896 | network: {} |
| 6897 | users: {tenants: 1, users_per_tenant: 1} |
| 6898 | runner: {concurrency: 3, times: 3, type: constant} |
| 6899 | |
| 6900 | -------------------------------------------------------------------------------- |
| 6901 | Task b17dad8f-e2a1-4d33-8794-bff9b64cd731: started |
| 6902 | -------------------------------------------------------------------------------- |
| 6903 | |
| 6904 | Benchmarking... This can take a while... |
| 6905 | |
| 6906 | To track task status use: |
| 6907 | |
| 6908 | rally task status |
| 6909 | or |
| 6910 | rally task detailed |
| 6911 | |
| 6912 | 11:21:06 6838 >>>> Start io test |
| 6913 | 11:21:06 6838 >>>> Ready and waiting on barrier. Will wait at most 212 seconds |
| 6914 | 11:21:11 6839 >>>> Start io test |
| 6915 | 11:21:11 6839 >>>> Ready and waiting on barrier. Will wait at most 207 seconds |
| 6916 | 11:24:38 6839 >>>> Barrier timeouted |
| 6917 | 11:24:38 6838 >>>> Barrier timeouted |
| 6918 | 11:25:06 6839 >>>> Test finished |
| 6919 | 11:25:06 6838 >>>> Test finished |
| 6920 | 2015-02-08 11:25:57.189 6612 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 3a012f5e-eaae-476e-9f19-69f72ce2c077. |
| 6921 | |
| 6922 | -------------------------------------------------------------------------------- |
| 6923 | Task b17dad8f-e2a1-4d33-8794-bff9b64cd731: finished |
| 6924 | -------------------------------------------------------------------------------- |
| 6925 | |
| 6926 | test scenario VMTasks.boot_runcommand_delete |
| 6927 | args position 0 |
| 6928 | args values: |
| 6929 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 6930 | u'floating_network': u'net04_ext', |
| 6931 | u'force_delete': False, |
| 6932 | u'image': {u'name': u'ubuntu'}, |
| 6933 | u'interpreter': u'/usr/bin/env python2', |
| 6934 | u'script': u'/tmp/fileSG83G0', |
| 6935 | u'username': u'ubuntu'}, |
| 6936 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 6937 | u'start_cidr': u'10.2.0.0/24'}, |
| 6938 | u'users': {u'project_domain': u'default', |
| 6939 | u'resource_management_workers': 30, |
| 6940 | u'tenants': 1, |
| 6941 | u'user_domain': u'default', |
| 6942 | u'users_per_tenant': 1}}, |
| 6943 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 6944 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6945 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 6946 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6947 | | nova.associate_floating_ip | 1.441 | 1.476 | 1.511 | 1.504 | 1.507 | 66.7% | 3 | |
| 6948 | | nova.boot_server | 54.69 | 54.74 | 54.79 | 54.78 | 54.785 | 66.7% | 3 | |
| 6949 | | nova.delete_server | 9.971 | 10.021 | 10.071 | 10.061 | 10.066 | 66.7% | 3 | |
| 6950 | | nova.dissociate_floating_ip | 7.632 | 7.694 | 7.755 | 7.743 | 7.749 | 66.7% | 3 | |
| 6951 | | total | 335.885 | 335.899 | 335.912 | 335.91 | 335.911 | 66.7% | 3 | |
| 6952 | | vm.run_command | 27.473 | 27.59 | 27.708 | 27.684 | 27.696 | 66.7% | 3 | |
| 6953 | | vm.wait_for_ping | 6.097 | 6.446 | 6.795 | 6.725 | 6.76 | 66.7% | 3 | |
| 6954 | | vm.wait_for_ssh | 7.52 | 9.745 | 11.97 | 11.525 | 11.748 | 66.7% | 3 | |
| 6955 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 6956 | Load duration: 335.979773998 |
| 6957 | Full duration: 376.205813169 |
| 6958 | |
| 6959 | Scenario Specific Results |
| 6960 | |
| 6961 | +-------+-----+-----+-----+--------------+--------------+ |
| 6962 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 6963 | +-------+-----+-----+-----+--------------+--------------+ |
| 6964 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 6965 | +-------+-----+-----+-----+--------------+--------------+ |
| 6966 | |
| 6967 | HINTS: |
| 6968 | * To plot HTML graphics with this data, run: |
| 6969 | rally task report b17dad8f-e2a1-4d33-8794-bff9b64cd731 --out output.html |
| 6970 | |
| 6971 | * To get raw JSON output of task results, run: |
| 6972 | rally task results b17dad8f-e2a1-4d33-8794-bff9b64cd731 |
| 6973 | |
| 6974 | Using task: b17dad8f-e2a1-4d33-8794-bff9b64cd731 |
| 6975 | ================================================================================ |
| 6976 | [{u'__meta__': {u'action': u'randwrite', |
| 6977 | u'blocksize': 4, |
| 6978 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileCGlaC1 -i 2 -s 2000 -r 4 -+n', |
| 6979 | u'concurence': 1, |
| 6980 | u'direct_io': False, |
| 6981 | u'iodepth': 16, |
| 6982 | u'size': 2000, |
| 6983 | u'sync': True, |
| 6984 | u'use_hight_io_priority': True}, |
| 6985 | u'bw_mean': 96}, |
| 6986 | {u'__meta__': {u'action': u'randwrite', |
| 6987 | u'blocksize': 4, |
| 6988 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filemuKMb9 -i 2 -s 2000 -r 4 -+n', |
| 6989 | u'concurence': 1, |
| 6990 | u'direct_io': False, |
| 6991 | u'iodepth': 16, |
| 6992 | u'size': 2000, |
| 6993 | u'sync': True, |
| 6994 | u'use_hight_io_priority': True}, |
| 6995 | u'bw_mean': 95}] |
| 6996 | ================================================================================ |
| 6997 | |
| 6998 | ====> {"randwrite s 4k": [95, 0]} |
| 6999 | |
| 7000 | ================================================================================ |
| 7001 | + for sync in '$osync' |
| 7002 | + for xxx in '$three_times' |
| 7003 | + [[ write randwrite == \w\r\i\t\e ]] |
| 7004 | + [[ a == \s ]] |
| 7005 | + [[ 4k == \1\k ]] |
| 7006 | + [[ 4k == \4\k ]] |
| 7007 | + continue |
| 7008 | + for xxx in '$three_times' |
| 7009 | + [[ write randwrite == \w\r\i\t\e ]] |
| 7010 | + [[ a == \s ]] |
| 7011 | + [[ 4k == \1\k ]] |
| 7012 | + [[ 4k == \4\k ]] |
| 7013 | + continue |
| 7014 | + for xxx in '$three_times' |
| 7015 | + [[ write randwrite == \w\r\i\t\e ]] |
| 7016 | + [[ a == \s ]] |
| 7017 | + [[ 4k == \1\k ]] |
| 7018 | + [[ 4k == \4\k ]] |
| 7019 | + continue |
| 7020 | + for bsize in '$bsizes' |
| 7021 | + for op in '$ops' |
| 7022 | + for sync in '$osync' |
| 7023 | + for xxx in '$three_times' |
| 7024 | + [[ write randwrite == \w\r\i\t\e ]] |
| 7025 | + [[ s == \s ]] |
| 7026 | + ssync=-s |
| 7027 | + factor=x500 |
| 7028 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 64k --iosize x500 -s' |
| 7029 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 64k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 7030 | 11:26:01 7175 >>>> Start rally with opts 'task start /tmp/fileVVAofR --deployment perf-1' |
| 7031 | -------------------------------------------------------------------------------- |
| 7032 | Preparing input task |
| 7033 | -------------------------------------------------------------------------------- |
| 7034 | |
| 7035 | Input task is: |
| 7036 | VMTasks.boot_runcommand_delete: |
| 7037 | - args: |
| 7038 | flavor: {name: ceph.512} |
| 7039 | floating_network: net04_ext |
| 7040 | force_delete: false |
| 7041 | image: {name: ubuntu} |
| 7042 | interpreter: /usr/bin/env python2 |
| 7043 | script: /tmp/fileIInJb1 |
| 7044 | username: ubuntu |
| 7045 | context: |
| 7046 | network: {} |
| 7047 | users: {tenants: 1, users_per_tenant: 1} |
| 7048 | runner: {concurrency: 3, times: 3, type: constant} |
| 7049 | |
| 7050 | -------------------------------------------------------------------------------- |
| 7051 | Task 0a3d23e7-b230-4a8c-8215-a37fe0ca8e29: started |
| 7052 | -------------------------------------------------------------------------------- |
| 7053 | |
| 7054 | Benchmarking... This can take a while... |
| 7055 | |
| 7056 | To track task status use: |
| 7057 | |
| 7058 | rally task status |
| 7059 | or |
| 7060 | rally task detailed |
| 7061 | |
| 7062 | 11:27:59 7380 >>>> Start io test |
| 7063 | 11:27:59 7380 >>>> Ready and waiting on barrier. Will wait at most 181 seconds |
| 7064 | 11:28:00 7379 >>>> Start io test |
| 7065 | 11:28:00 7379 >>>> Ready and waiting on barrier. Will wait at most 180 seconds |
| 7066 | 11:28:05 7381 >>>> Start io test |
| 7067 | 11:28:05 7381 >>>> Ready and waiting on barrier. Will wait at most 175 seconds |
| 7068 | 11:28:39 7381 >>>> Test finished |
| 7069 | 11:28:39 7380 >>>> Test finished |
| 7070 | 11:28:40 7379 >>>> Test finished |
| 7071 | 2015-02-08 11:29:04.653 7175 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: d27e7f89-eb7c-411b-ba6f-91c8fe733fbc. |
| 7072 | |
| 7073 | -------------------------------------------------------------------------------- |
| 7074 | Task 0a3d23e7-b230-4a8c-8215-a37fe0ca8e29: finished |
| 7075 | -------------------------------------------------------------------------------- |
| 7076 | |
| 7077 | test scenario VMTasks.boot_runcommand_delete |
| 7078 | args position 0 |
| 7079 | args values: |
| 7080 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 7081 | u'floating_network': u'net04_ext', |
| 7082 | u'force_delete': False, |
| 7083 | u'image': {u'name': u'ubuntu'}, |
| 7084 | u'interpreter': u'/usr/bin/env python2', |
| 7085 | u'script': u'/tmp/fileIInJb1', |
| 7086 | u'username': u'ubuntu'}, |
| 7087 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 7088 | u'start_cidr': u'10.2.0.0/24'}, |
| 7089 | u'users': {u'project_domain': u'default', |
| 7090 | u'resource_management_workers': 30, |
| 7091 | u'tenants': 1, |
| 7092 | u'user_domain': u'default', |
| 7093 | u'users_per_tenant': 1}}, |
| 7094 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 7095 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7096 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 7097 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7098 | | nova.associate_floating_ip | 1.414 | 1.456 | 1.511 | 1.497 | 1.504 | 100.0% | 3 | |
| 7099 | | nova.boot_server | 62.01 | 66.041 | 68.569 | 68.364 | 68.466 | 100.0% | 3 | |
| 7100 | | nova.delete_server | 5.102 | 6.641 | 9.675 | 8.769 | 9.222 | 100.0% | 3 | |
| 7101 | | nova.dissociate_floating_ip | 1.479 | 1.557 | 1.609 | 1.604 | 1.606 | 100.0% | 3 | |
| 7102 | | total | 138.961 | 139.071 | 139.226 | 139.186 | 139.206 | 100.0% | 3 | |
| 7103 | | vm.run_command | 33.762 | 34.062 | 34.414 | 34.333 | 34.373 | 100.0% | 3 | |
| 7104 | | vm.wait_for_ping | 4.856 | 5.829 | 6.527 | 6.442 | 6.484 | 100.0% | 3 | |
| 7105 | | vm.wait_for_ssh | 7.701 | 11.931 | 18.558 | 16.753 | 17.655 | 100.0% | 3 | |
| 7106 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7107 | Load duration: 139.335828781 |
| 7108 | Full duration: 179.314894915 |
| 7109 | |
| 7110 | Scenario Specific Results |
| 7111 | |
| 7112 | +-------+-----+-----+-----+--------------+--------------+ |
| 7113 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 7114 | +-------+-----+-----+-----+--------------+--------------+ |
| 7115 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 7116 | +-------+-----+-----+-----+--------------+--------------+ |
| 7117 | |
| 7118 | HINTS: |
| 7119 | * To plot HTML graphics with this data, run: |
| 7120 | rally task report 0a3d23e7-b230-4a8c-8215-a37fe0ca8e29 --out output.html |
| 7121 | |
| 7122 | * To get raw JSON output of task results, run: |
| 7123 | rally task results 0a3d23e7-b230-4a8c-8215-a37fe0ca8e29 |
| 7124 | |
| 7125 | Using task: 0a3d23e7-b230-4a8c-8215-a37fe0ca8e29 |
| 7126 | ================================================================================ |
| 7127 | [{u'__meta__': {u'action': u'write', |
| 7128 | u'blocksize': 64, |
| 7129 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filevlmWel -i 0 -s 32000 -r 64 -+n', |
| 7130 | u'concurence': 1, |
| 7131 | u'direct_io': False, |
| 7132 | u'iodepth': 16, |
| 7133 | u'size': 32000, |
| 7134 | u'sync': True, |
| 7135 | u'use_hight_io_priority': True}, |
| 7136 | u'bw_mean': 1235}, |
| 7137 | {u'__meta__': {u'action': u'write', |
| 7138 | u'blocksize': 64, |
| 7139 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileN90iux -i 0 -s 32000 -r 64 -+n', |
| 7140 | u'concurence': 1, |
| 7141 | u'direct_io': False, |
| 7142 | u'iodepth': 16, |
| 7143 | u'size': 32000, |
| 7144 | u'sync': True, |
| 7145 | u'use_hight_io_priority': True}, |
| 7146 | u'bw_mean': 1215}, |
| 7147 | {u'__meta__': {u'action': u'write', |
| 7148 | u'blocksize': 64, |
| 7149 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filewbCPwM -i 0 -s 32000 -r 64 -+n', |
| 7150 | u'concurence': 1, |
| 7151 | u'direct_io': False, |
| 7152 | u'iodepth': 16, |
| 7153 | u'size': 32000, |
| 7154 | u'sync': True, |
| 7155 | u'use_hight_io_priority': True}, |
| 7156 | u'bw_mean': 1193}] |
| 7157 | ================================================================================ |
| 7158 | |
| 7159 | ====> {"write s 64k": [1214, 29]} |
| 7160 | |
| 7161 | ================================================================================ |
| 7162 | + for xxx in '$three_times' |
| 7163 | + [[ write randwrite == \w\r\i\t\e ]] |
| 7164 | + [[ s == \s ]] |
| 7165 | + ssync=-s |
| 7166 | + factor=x500 |
| 7167 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 64k --iosize x500 -s' |
| 7168 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 64k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 7169 | 11:29:08 7702 >>>> Start rally with opts 'task start /tmp/fileiCOGNb --deployment perf-1' |
| 7170 | -------------------------------------------------------------------------------- |
| 7171 | Preparing input task |
| 7172 | -------------------------------------------------------------------------------- |
| 7173 | |
| 7174 | Input task is: |
| 7175 | VMTasks.boot_runcommand_delete: |
| 7176 | - args: |
| 7177 | flavor: {name: ceph.512} |
| 7178 | floating_network: net04_ext |
| 7179 | force_delete: false |
| 7180 | image: {name: ubuntu} |
| 7181 | interpreter: /usr/bin/env python2 |
| 7182 | script: /tmp/fileE1QROL |
| 7183 | username: ubuntu |
| 7184 | context: |
| 7185 | network: {} |
| 7186 | users: {tenants: 1, users_per_tenant: 1} |
| 7187 | runner: {concurrency: 3, times: 3, type: constant} |
| 7188 | |
| 7189 | -------------------------------------------------------------------------------- |
| 7190 | Task fff944c0-cb86-46cc-9e9c-ea15349a8225: started |
| 7191 | -------------------------------------------------------------------------------- |
| 7192 | |
| 7193 | Benchmarking... This can take a while... |
| 7194 | |
| 7195 | To track task status use: |
| 7196 | |
| 7197 | rally task status |
| 7198 | or |
| 7199 | rally task detailed |
| 7200 | |
| 7201 | 11:30:45 7931 >>>> Start io test |
| 7202 | 11:30:45 7931 >>>> Ready and waiting on barrier. Will wait at most 202 seconds |
| 7203 | 11:30:53 7929 >>>> Start io test |
| 7204 | 11:30:53 7929 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 7205 | 11:30:55 7930 >>>> Start io test |
| 7206 | 11:30:55 7930 >>>> Ready and waiting on barrier. Will wait at most 193 seconds |
| 7207 | 11:31:29 7929 >>>> Test finished |
| 7208 | 11:31:29 7930 >>>> Test finished |
| 7209 | 11:31:29 7931 >>>> Test finished |
| 7210 | 2015-02-08 11:31:59.424 7702 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 2750cf4b-031f-4474-b186-80c265696334. |
| 7211 | |
| 7212 | -------------------------------------------------------------------------------- |
| 7213 | Task fff944c0-cb86-46cc-9e9c-ea15349a8225: finished |
| 7214 | -------------------------------------------------------------------------------- |
| 7215 | |
| 7216 | test scenario VMTasks.boot_runcommand_delete |
| 7217 | args position 0 |
| 7218 | args values: |
| 7219 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 7220 | u'floating_network': u'net04_ext', |
| 7221 | u'force_delete': False, |
| 7222 | u'image': {u'name': u'ubuntu'}, |
| 7223 | u'interpreter': u'/usr/bin/env python2', |
| 7224 | u'script': u'/tmp/fileE1QROL', |
| 7225 | u'username': u'ubuntu'}, |
| 7226 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 7227 | u'start_cidr': u'10.2.0.0/24'}, |
| 7228 | u'users': {u'project_domain': u'default', |
| 7229 | u'resource_management_workers': 30, |
| 7230 | u'tenants': 1, |
| 7231 | u'user_domain': u'default', |
| 7232 | u'users_per_tenant': 1}}, |
| 7233 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 7234 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7235 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 7236 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7237 | | nova.associate_floating_ip | 1.371 | 1.59 | 1.955 | 1.852 | 1.904 | 100.0% | 3 | |
| 7238 | | nova.boot_server | 59.183 | 60.251 | 61.276 | 61.079 | 61.178 | 100.0% | 3 | |
| 7239 | | nova.delete_server | 5.097 | 5.116 | 5.147 | 5.139 | 5.143 | 100.0% | 3 | |
| 7240 | | nova.dissociate_floating_ip | 1.744 | 1.803 | 1.912 | 1.88 | 1.896 | 100.0% | 3 | |
| 7241 | | total | 127.045 | 128.717 | 132.056 | 131.055 | 131.556 | 100.0% | 3 | |
| 7242 | | vm.run_command | 34.068 | 34.162 | 34.235 | 34.224 | 34.229 | 100.0% | 3 | |
| 7243 | | vm.wait_for_ping | 6.099 | 6.1 | 6.1 | 6.1 | 6.1 | 100.0% | 3 | |
| 7244 | | vm.wait_for_ssh | 6.22 | 10.311 | 12.415 | 12.391 | 12.403 | 100.0% | 3 | |
| 7245 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7246 | Load duration: 132.110380173 |
| 7247 | Full duration: 167.184324026 |
| 7248 | |
| 7249 | Scenario Specific Results |
| 7250 | |
| 7251 | +-------+-----+-----+-----+--------------+--------------+ |
| 7252 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 7253 | +-------+-----+-----+-----+--------------+--------------+ |
| 7254 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 7255 | +-------+-----+-----+-----+--------------+--------------+ |
| 7256 | |
| 7257 | HINTS: |
| 7258 | * To plot HTML graphics with this data, run: |
| 7259 | rally task report fff944c0-cb86-46cc-9e9c-ea15349a8225 --out output.html |
| 7260 | |
| 7261 | * To get raw JSON output of task results, run: |
| 7262 | rally task results fff944c0-cb86-46cc-9e9c-ea15349a8225 |
| 7263 | |
| 7264 | Using task: fff944c0-cb86-46cc-9e9c-ea15349a8225 |
| 7265 | ================================================================================ |
| 7266 | [{u'__meta__': {u'action': u'write', |
| 7267 | u'blocksize': 64, |
| 7268 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileyGEuU4 -i 0 -s 32000 -r 64 -+n', |
| 7269 | u'concurence': 1, |
| 7270 | u'direct_io': False, |
| 7271 | u'iodepth': 16, |
| 7272 | u'size': 32000, |
| 7273 | u'sync': True, |
| 7274 | u'use_hight_io_priority': True}, |
| 7275 | u'bw_mean': 1209}, |
| 7276 | {u'__meta__': {u'action': u'write', |
| 7277 | u'blocksize': 64, |
| 7278 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filemOIIgK -i 0 -s 32000 -r 64 -+n', |
| 7279 | u'concurence': 1, |
| 7280 | u'direct_io': False, |
| 7281 | u'iodepth': 16, |
| 7282 | u'size': 32000, |
| 7283 | u'sync': True, |
| 7284 | u'use_hight_io_priority': True}, |
| 7285 | u'bw_mean': 1204}, |
| 7286 | {u'__meta__': {u'action': u'write', |
| 7287 | u'blocksize': 64, |
| 7288 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filebz3xiu -i 0 -s 32000 -r 64 -+n', |
| 7289 | u'concurence': 1, |
| 7290 | u'direct_io': False, |
| 7291 | u'iodepth': 16, |
| 7292 | u'size': 32000, |
| 7293 | u'sync': True, |
| 7294 | u'use_hight_io_priority': True}, |
| 7295 | u'bw_mean': 1204}] |
| 7296 | ================================================================================ |
| 7297 | |
| 7298 | ====> {"write s 64k": [1205, 4]} |
| 7299 | |
| 7300 | ================================================================================ |
| 7301 | + for xxx in '$three_times' |
| 7302 | + [[ write randwrite == \w\r\i\t\e ]] |
| 7303 | + [[ s == \s ]] |
| 7304 | + ssync=-s |
| 7305 | + factor=x500 |
| 7306 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 64k --iosize x500 -s' |
| 7307 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 64k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 7308 | 11:32:03 8235 >>>> Start rally with opts 'task start /tmp/filexTxvMH --deployment perf-1' |
| 7309 | -------------------------------------------------------------------------------- |
| 7310 | Preparing input task |
| 7311 | -------------------------------------------------------------------------------- |
| 7312 | |
| 7313 | Input task is: |
| 7314 | VMTasks.boot_runcommand_delete: |
| 7315 | - args: |
| 7316 | flavor: {name: ceph.512} |
| 7317 | floating_network: net04_ext |
| 7318 | force_delete: false |
| 7319 | image: {name: ubuntu} |
| 7320 | interpreter: /usr/bin/env python2 |
| 7321 | script: /tmp/fileq7Uko9 |
| 7322 | username: ubuntu |
| 7323 | context: |
| 7324 | network: {} |
| 7325 | users: {tenants: 1, users_per_tenant: 1} |
| 7326 | runner: {concurrency: 3, times: 3, type: constant} |
| 7327 | |
| 7328 | -------------------------------------------------------------------------------- |
| 7329 | Task 60c5791e-9d50-4c7f-a598-6a5e11832130: started |
| 7330 | -------------------------------------------------------------------------------- |
| 7331 | |
| 7332 | Benchmarking... This can take a while... |
| 7333 | |
| 7334 | To track task status use: |
| 7335 | |
| 7336 | rally task status |
| 7337 | or |
| 7338 | rally task detailed |
| 7339 | |
| 7340 | 11:33:42 8465 >>>> Start io test |
| 7341 | 11:33:42 8465 >>>> Ready and waiting on barrier. Will wait at most 201 seconds |
| 7342 | 11:33:43 8466 >>>> Start io test |
| 7343 | 11:33:43 8466 >>>> Ready and waiting on barrier. Will wait at most 199 seconds |
| 7344 | 11:33:46 8467 >>>> Start io test |
| 7345 | 11:33:46 8467 >>>> Ready and waiting on barrier. Will wait at most 196 seconds |
| 7346 | 11:34:20 8466 >>>> Test finished |
| 7347 | 11:34:20 8465 >>>> Test finished |
| 7348 | 11:34:20 8467 >>>> Test finished |
| 7349 | 2015-02-08 11:34:50.918 8235 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 872c8ad1-1131-49b5-b8a4-da52f1856ec8. |
| 7350 | |
| 7351 | -------------------------------------------------------------------------------- |
| 7352 | Task 60c5791e-9d50-4c7f-a598-6a5e11832130: finished |
| 7353 | -------------------------------------------------------------------------------- |
| 7354 | |
| 7355 | test scenario VMTasks.boot_runcommand_delete |
| 7356 | args position 0 |
| 7357 | args values: |
| 7358 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 7359 | u'floating_network': u'net04_ext', |
| 7360 | u'force_delete': False, |
| 7361 | u'image': {u'name': u'ubuntu'}, |
| 7362 | u'interpreter': u'/usr/bin/env python2', |
| 7363 | u'script': u'/tmp/fileq7Uko9', |
| 7364 | u'username': u'ubuntu'}, |
| 7365 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 7366 | u'start_cidr': u'10.2.0.0/24'}, |
| 7367 | u'users': {u'project_domain': u'default', |
| 7368 | u'resource_management_workers': 30, |
| 7369 | u'tenants': 1, |
| 7370 | u'user_domain': u'default', |
| 7371 | u'users_per_tenant': 1}}, |
| 7372 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 7373 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7374 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 7375 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7376 | | nova.associate_floating_ip | 1.46 | 1.485 | 1.505 | 1.502 | 1.504 | 100.0% | 3 | |
| 7377 | | nova.boot_server | 60.743 | 60.851 | 60.916 | 60.911 | 60.914 | 100.0% | 3 | |
| 7378 | | nova.delete_server | 5.099 | 5.147 | 5.218 | 5.199 | 5.208 | 100.0% | 3 | |
| 7379 | | nova.dissociate_floating_ip | 1.548 | 1.657 | 1.793 | 1.76 | 1.777 | 100.0% | 3 | |
| 7380 | | total | 124.369 | 126.33 | 129.91 | 128.87 | 129.39 | 100.0% | 3 | |
| 7381 | | vm.run_command | 33.775 | 33.948 | 34.141 | 34.099 | 34.12 | 100.0% | 3 | |
| 7382 | | vm.wait_for_ping | 5.914 | 6.938 | 8.119 | 7.851 | 7.985 | 100.0% | 3 | |
| 7383 | | vm.wait_for_ssh | 6.599 | 9.018 | 12.784 | 11.761 | 12.272 | 100.0% | 3 | |
| 7384 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7385 | Load duration: 129.98637104 |
| 7386 | Full duration: 164.914983988 |
| 7387 | |
| 7388 | Scenario Specific Results |
| 7389 | |
| 7390 | +-------+-----+-----+-----+--------------+--------------+ |
| 7391 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 7392 | +-------+-----+-----+-----+--------------+--------------+ |
| 7393 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 7394 | +-------+-----+-----+-----+--------------+--------------+ |
| 7395 | |
| 7396 | HINTS: |
| 7397 | * To plot HTML graphics with this data, run: |
| 7398 | rally task report 60c5791e-9d50-4c7f-a598-6a5e11832130 --out output.html |
| 7399 | |
| 7400 | * To get raw JSON output of task results, run: |
| 7401 | rally task results 60c5791e-9d50-4c7f-a598-6a5e11832130 |
| 7402 | |
| 7403 | Using task: 60c5791e-9d50-4c7f-a598-6a5e11832130 |
| 7404 | ================================================================================ |
| 7405 | [{u'__meta__': {u'action': u'write', |
| 7406 | u'blocksize': 64, |
| 7407 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileEULISq -i 0 -s 32000 -r 64 -+n', |
| 7408 | u'concurence': 1, |
| 7409 | u'direct_io': False, |
| 7410 | u'iodepth': 16, |
| 7411 | u'size': 32000, |
| 7412 | u'sync': True, |
| 7413 | u'use_hight_io_priority': True}, |
| 7414 | u'bw_mean': 1231}, |
| 7415 | {u'__meta__': {u'action': u'write', |
| 7416 | u'blocksize': 64, |
| 7417 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileVezThx -i 0 -s 32000 -r 64 -+n', |
| 7418 | u'concurence': 1, |
| 7419 | u'direct_io': False, |
| 7420 | u'iodepth': 16, |
| 7421 | u'size': 32000, |
| 7422 | u'sync': True, |
| 7423 | u'use_hight_io_priority': True}, |
| 7424 | u'bw_mean': 1224}, |
| 7425 | {u'__meta__': {u'action': u'write', |
| 7426 | u'blocksize': 64, |
| 7427 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileEG0pO9 -i 0 -s 32000 -r 64 -+n', |
| 7428 | u'concurence': 1, |
| 7429 | u'direct_io': False, |
| 7430 | u'iodepth': 16, |
| 7431 | u'size': 32000, |
| 7432 | u'sync': True, |
| 7433 | u'use_hight_io_priority': True}, |
| 7434 | u'bw_mean': 1215}] |
| 7435 | ================================================================================ |
| 7436 | |
| 7437 | ====> {"write s 64k": [1223, 11]} |
| 7438 | |
| 7439 | ================================================================================ |
| 7440 | + for sync in '$osync' |
| 7441 | + for xxx in '$three_times' |
| 7442 | + [[ write randwrite == \w\r\i\t\e ]] |
| 7443 | + [[ a == \s ]] |
| 7444 | + [[ 64k == \1\k ]] |
| 7445 | + [[ 64k == \4\k ]] |
| 7446 | + ssync= |
| 7447 | + factor=r2 |
| 7448 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 64k --iosize r2 ' |
| 7449 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 64k --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 7450 | 11:34:55 8808 >>>> Start rally with opts 'task start /tmp/filesh4Wuo --deployment perf-1' |
| 7451 | -------------------------------------------------------------------------------- |
| 7452 | Preparing input task |
| 7453 | -------------------------------------------------------------------------------- |
| 7454 | |
| 7455 | Input task is: |
| 7456 | VMTasks.boot_runcommand_delete: |
| 7457 | - args: |
| 7458 | flavor: {name: ceph.512} |
| 7459 | floating_network: net04_ext |
| 7460 | force_delete: false |
| 7461 | image: {name: ubuntu} |
| 7462 | interpreter: /usr/bin/env python2 |
| 7463 | script: /tmp/file26VUrO |
| 7464 | username: ubuntu |
| 7465 | context: |
| 7466 | network: {} |
| 7467 | users: {tenants: 1, users_per_tenant: 1} |
| 7468 | runner: {concurrency: 3, times: 3, type: constant} |
| 7469 | |
| 7470 | -------------------------------------------------------------------------------- |
| 7471 | Task 07e38409-92da-476f-9cb2-f6d9a648350d: started |
| 7472 | -------------------------------------------------------------------------------- |
| 7473 | |
| 7474 | Benchmarking... This can take a while... |
| 7475 | |
| 7476 | To track task status use: |
| 7477 | |
| 7478 | rally task status |
| 7479 | or |
| 7480 | rally task detailed |
| 7481 | |
| 7482 | 11:36:36 9038 >>>> Start io test |
| 7483 | 11:36:36 9038 >>>> Ready and waiting on barrier. Will wait at most 198 seconds |
| 7484 | 11:36:36 9039 >>>> Start io test |
| 7485 | 11:36:36 9039 >>>> Ready and waiting on barrier. Will wait at most 198 seconds |
| 7486 | 11:36:39 9040 >>>> Start io test |
| 7487 | 11:36:39 9040 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 7488 | 11:38:16 9038 >>>> Test finished |
| 7489 | 11:38:17 9039 >>>> Test finished |
| 7490 | 11:38:18 9040 >>>> Test finished |
| 7491 | 2015-02-08 11:39:02.343 8808 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 455518e4-6786-44cd-a12e-dcf726c8eb00. |
| 7492 | |
| 7493 | -------------------------------------------------------------------------------- |
| 7494 | Task 07e38409-92da-476f-9cb2-f6d9a648350d: finished |
| 7495 | -------------------------------------------------------------------------------- |
| 7496 | |
| 7497 | test scenario VMTasks.boot_runcommand_delete |
| 7498 | args position 0 |
| 7499 | args values: |
| 7500 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 7501 | u'floating_network': u'net04_ext', |
| 7502 | u'force_delete': False, |
| 7503 | u'image': {u'name': u'ubuntu'}, |
| 7504 | u'interpreter': u'/usr/bin/env python2', |
| 7505 | u'script': u'/tmp/file26VUrO', |
| 7506 | u'username': u'ubuntu'}, |
| 7507 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 7508 | u'start_cidr': u'10.2.0.0/24'}, |
| 7509 | u'users': {u'project_domain': u'default', |
| 7510 | u'resource_management_workers': 30, |
| 7511 | u'tenants': 1, |
| 7512 | u'user_domain': u'default', |
| 7513 | u'users_per_tenant': 1}}, |
| 7514 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 7515 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7516 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 7517 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7518 | | nova.associate_floating_ip | 1.312 | 1.391 | 1.468 | 1.453 | 1.46 | 100.0% | 3 | |
| 7519 | | nova.boot_server | 61.378 | 62.041 | 63.076 | 62.794 | 62.935 | 100.0% | 3 | |
| 7520 | | nova.delete_server | 9.682 | 11.249 | 12.097 | 12.072 | 12.084 | 100.0% | 3 | |
| 7521 | | nova.dissociate_floating_ip | 1.892 | 3.609 | 6.978 | 5.973 | 6.476 | 100.0% | 3 | |
| 7522 | | total | 195.481 | 198.5 | 203.08 | 201.852 | 202.466 | 100.0% | 3 | |
| 7523 | | vm.run_command | 96.978 | 97.45 | 98.308 | 98.059 | 98.184 | 100.0% | 3 | |
| 7524 | | vm.wait_for_ping | 2.077 | 4.757 | 6.105 | 6.102 | 6.103 | 100.0% | 3 | |
| 7525 | | vm.wait_for_ssh | 7.71 | 9.255 | 11.582 | 10.96 | 11.271 | 100.0% | 3 | |
| 7526 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7527 | Load duration: 203.20609498 |
| 7528 | Full duration: 244.972934008 |
| 7529 | |
| 7530 | Scenario Specific Results |
| 7531 | |
| 7532 | +-------+-----+-----+-----+--------------+--------------+ |
| 7533 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 7534 | +-------+-----+-----+-----+--------------+--------------+ |
| 7535 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 7536 | +-------+-----+-----+-----+--------------+--------------+ |
| 7537 | |
| 7538 | HINTS: |
| 7539 | * To plot HTML graphics with this data, run: |
| 7540 | rally task report 07e38409-92da-476f-9cb2-f6d9a648350d --out output.html |
| 7541 | |
| 7542 | * To get raw JSON output of task results, run: |
| 7543 | rally task results 07e38409-92da-476f-9cb2-f6d9a648350d |
| 7544 | |
| 7545 | Using task: 07e38409-92da-476f-9cb2-f6d9a648350d |
| 7546 | ================================================================================ |
| 7547 | [{u'__meta__': {u'action': u'write', |
| 7548 | u'blocksize': 64, |
| 7549 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filevF5GLL -i 0 -s 1003592 -r 64 -+n', |
| 7550 | u'concurence': 1, |
| 7551 | u'direct_io': False, |
| 7552 | u'iodepth': 16, |
| 7553 | u'size': 1003592, |
| 7554 | u'sync': False, |
| 7555 | u'use_hight_io_priority': True}, |
| 7556 | u'bw_mean': 25333}, |
| 7557 | {u'__meta__': {u'action': u'write', |
| 7558 | u'blocksize': 64, |
| 7559 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileXwKDlk -i 0 -s 1003592 -r 64 -+n', |
| 7560 | u'concurence': 1, |
| 7561 | u'direct_io': False, |
| 7562 | u'iodepth': 16, |
| 7563 | u'size': 1003592, |
| 7564 | u'sync': False, |
| 7565 | u'use_hight_io_priority': True}, |
| 7566 | u'bw_mean': 25108}, |
| 7567 | {u'__meta__': {u'action': u'write', |
| 7568 | u'blocksize': 64, |
| 7569 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileScg8Ql -i 0 -s 1003592 -r 64 -+n', |
| 7570 | u'concurence': 1, |
| 7571 | u'direct_io': False, |
| 7572 | u'iodepth': 16, |
| 7573 | u'size': 1003592, |
| 7574 | u'sync': False, |
| 7575 | u'use_hight_io_priority': True}, |
| 7576 | u'bw_mean': 23460}] |
| 7577 | ================================================================================ |
| 7578 | |
| 7579 | ====> {"write a 64k": [24633, 1446]} |
| 7580 | |
| 7581 | ================================================================================ |
| 7582 | + for xxx in '$three_times' |
| 7583 | + [[ write randwrite == \w\r\i\t\e ]] |
| 7584 | + [[ a == \s ]] |
| 7585 | + [[ 64k == \1\k ]] |
| 7586 | + [[ 64k == \4\k ]] |
| 7587 | + ssync= |
| 7588 | + factor=r2 |
| 7589 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 64k --iosize r2 ' |
| 7590 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 64k --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 7591 | 11:39:06 9463 >>>> Start rally with opts 'task start /tmp/file0N2rmd --deployment perf-1' |
| 7592 | -------------------------------------------------------------------------------- |
| 7593 | Preparing input task |
| 7594 | -------------------------------------------------------------------------------- |
| 7595 | |
| 7596 | Input task is: |
| 7597 | VMTasks.boot_runcommand_delete: |
| 7598 | - args: |
| 7599 | flavor: {name: ceph.512} |
| 7600 | floating_network: net04_ext |
| 7601 | force_delete: false |
| 7602 | image: {name: ubuntu} |
| 7603 | interpreter: /usr/bin/env python2 |
| 7604 | script: /tmp/fileP3P5uN |
| 7605 | username: ubuntu |
| 7606 | context: |
| 7607 | network: {} |
| 7608 | users: {tenants: 1, users_per_tenant: 1} |
| 7609 | runner: {concurrency: 3, times: 3, type: constant} |
| 7610 | |
| 7611 | -------------------------------------------------------------------------------- |
| 7612 | Task ffa53e35-2c39-4c6c-a4bd-22828da7d000: started |
| 7613 | -------------------------------------------------------------------------------- |
| 7614 | |
| 7615 | Benchmarking... This can take a while... |
| 7616 | |
| 7617 | To track task status use: |
| 7618 | |
| 7619 | rally task status |
| 7620 | or |
| 7621 | rally task detailed |
| 7622 | |
| 7623 | 11:40:46 9659 >>>> Start io test |
| 7624 | 11:40:46 9659 >>>> Ready and waiting on barrier. Will wait at most 200 seconds |
| 7625 | 11:40:48 9658 >>>> Start io test |
| 7626 | 11:40:48 9658 >>>> Ready and waiting on barrier. Will wait at most 198 seconds |
| 7627 | 11:40:49 9657 >>>> Start io test |
| 7628 | 11:40:49 9657 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 7629 | 11:42:24 9657 >>>> Test finished |
| 7630 | 11:42:29 9658 >>>> Test finished |
| 7631 | 11:42:30 9659 >>>> Test finished |
| 7632 | 2015-02-08 11:43:22.181 9463 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 7de1420c-2ea3-4a47-8342-6eda0736c23c. |
| 7633 | |
| 7634 | -------------------------------------------------------------------------------- |
| 7635 | Task ffa53e35-2c39-4c6c-a4bd-22828da7d000: finished |
| 7636 | -------------------------------------------------------------------------------- |
| 7637 | |
| 7638 | test scenario VMTasks.boot_runcommand_delete |
| 7639 | args position 0 |
| 7640 | args values: |
| 7641 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 7642 | u'floating_network': u'net04_ext', |
| 7643 | u'force_delete': False, |
| 7644 | u'image': {u'name': u'ubuntu'}, |
| 7645 | u'interpreter': u'/usr/bin/env python2', |
| 7646 | u'script': u'/tmp/fileP3P5uN', |
| 7647 | u'username': u'ubuntu'}, |
| 7648 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 7649 | u'start_cidr': u'10.2.0.0/24'}, |
| 7650 | u'users': {u'project_domain': u'default', |
| 7651 | u'resource_management_workers': 30, |
| 7652 | u'tenants': 1, |
| 7653 | u'user_domain': u'default', |
| 7654 | u'users_per_tenant': 1}}, |
| 7655 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 7656 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7657 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 7658 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7659 | | nova.associate_floating_ip | 1.459 | 1.577 | 1.762 | 1.711 | 1.737 | 100.0% | 3 | |
| 7660 | | nova.boot_server | 59.477 | 60.402 | 61.675 | 61.351 | 61.513 | 100.0% | 3 | |
| 7661 | | nova.delete_server | 5.316 | 9.786 | 12.111 | 12.075 | 12.093 | 100.0% | 3 | |
| 7662 | | nova.dissociate_floating_ip | 1.693 | 3.42 | 6.719 | 5.745 | 6.232 | 100.0% | 3 | |
| 7663 | | total | 194.87 | 200.903 | 210.296 | 207.746 | 209.021 | 100.0% | 3 | |
| 7664 | | vm.run_command | 95.307 | 98.8 | 101.104 | 100.881 | 100.992 | 100.0% | 3 | |
| 7665 | | vm.wait_for_ping | 5.668 | 6.151 | 6.687 | 6.569 | 6.628 | 100.0% | 3 | |
| 7666 | | vm.wait_for_ssh | 6.539 | 11.406 | 13.981 | 13.925 | 13.953 | 100.0% | 3 | |
| 7667 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7668 | Load duration: 210.367856026 |
| 7669 | Full duration: 252.263090849 |
| 7670 | |
| 7671 | Scenario Specific Results |
| 7672 | |
| 7673 | +-------+-----+-----+-----+--------------+--------------+ |
| 7674 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 7675 | +-------+-----+-----+-----+--------------+--------------+ |
| 7676 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 7677 | +-------+-----+-----+-----+--------------+--------------+ |
| 7678 | |
| 7679 | HINTS: |
| 7680 | * To plot HTML graphics with this data, run: |
| 7681 | rally task report ffa53e35-2c39-4c6c-a4bd-22828da7d000 --out output.html |
| 7682 | |
| 7683 | * To get raw JSON output of task results, run: |
| 7684 | rally task results ffa53e35-2c39-4c6c-a4bd-22828da7d000 |
| 7685 | |
| 7686 | Using task: ffa53e35-2c39-4c6c-a4bd-22828da7d000 |
| 7687 | ================================================================================ |
| 7688 | [{u'__meta__': {u'action': u'write', |
| 7689 | u'blocksize': 64, |
| 7690 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file99KPUD -i 0 -s 1003592 -r 64 -+n', |
| 7691 | u'concurence': 1, |
| 7692 | u'direct_io': False, |
| 7693 | u'iodepth': 16, |
| 7694 | u'size': 1003592, |
| 7695 | u'sync': False, |
| 7696 | u'use_hight_io_priority': True}, |
| 7697 | u'bw_mean': 26812}, |
| 7698 | {u'__meta__': {u'action': u'write', |
| 7699 | u'blocksize': 64, |
| 7700 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file3A3tFL -i 0 -s 1003592 -r 64 -+n', |
| 7701 | u'concurence': 1, |
| 7702 | u'direct_io': False, |
| 7703 | u'iodepth': 16, |
| 7704 | u'size': 1003592, |
| 7705 | u'sync': False, |
| 7706 | u'use_hight_io_priority': True}, |
| 7707 | u'bw_mean': 24059}, |
| 7708 | {u'__meta__': {u'action': u'write', |
| 7709 | u'blocksize': 64, |
| 7710 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filevFXszd -i 0 -s 1003592 -r 64 -+n', |
| 7711 | u'concurence': 1, |
| 7712 | u'direct_io': False, |
| 7713 | u'iodepth': 16, |
| 7714 | u'size': 1003592, |
| 7715 | u'sync': False, |
| 7716 | u'use_hight_io_priority': True}, |
| 7717 | u'bw_mean': 24193}] |
| 7718 | ================================================================================ |
| 7719 | |
| 7720 | ====> {"write a 64k": [25021, 2195]} |
| 7721 | |
| 7722 | ================================================================================ |
| 7723 | + for xxx in '$three_times' |
| 7724 | + [[ write randwrite == \w\r\i\t\e ]] |
| 7725 | + [[ a == \s ]] |
| 7726 | + [[ 64k == \1\k ]] |
| 7727 | + [[ 64k == \4\k ]] |
| 7728 | + ssync= |
| 7729 | + factor=r2 |
| 7730 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 64k --iosize r2 ' |
| 7731 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 64k --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 7732 | 11:43:26 10009 >>>> Start rally with opts 'task start /tmp/fileexR5Lo --deployment perf-1' |
| 7733 | -------------------------------------------------------------------------------- |
| 7734 | Preparing input task |
| 7735 | -------------------------------------------------------------------------------- |
| 7736 | |
| 7737 | Input task is: |
| 7738 | VMTasks.boot_runcommand_delete: |
| 7739 | - args: |
| 7740 | flavor: {name: ceph.512} |
| 7741 | floating_network: net04_ext |
| 7742 | force_delete: false |
| 7743 | image: {name: ubuntu} |
| 7744 | interpreter: /usr/bin/env python2 |
| 7745 | script: /tmp/fileRLrXaR |
| 7746 | username: ubuntu |
| 7747 | context: |
| 7748 | network: {} |
| 7749 | users: {tenants: 1, users_per_tenant: 1} |
| 7750 | runner: {concurrency: 3, times: 3, type: constant} |
| 7751 | |
| 7752 | -------------------------------------------------------------------------------- |
| 7753 | Task 49677130-db04-4be2-bd3b-dfeb27149aa6: started |
| 7754 | -------------------------------------------------------------------------------- |
| 7755 | |
| 7756 | Benchmarking... This can take a while... |
| 7757 | |
| 7758 | To track task status use: |
| 7759 | |
| 7760 | rally task status |
| 7761 | or |
| 7762 | rally task detailed |
| 7763 | |
| 7764 | 11:45:15 10214 >>>> Start io test |
| 7765 | 11:45:15 10214 >>>> Ready and waiting on barrier. Will wait at most 191 seconds |
| 7766 | 11:45:16 10213 >>>> Start io test |
| 7767 | 11:45:16 10213 >>>> Ready and waiting on barrier. Will wait at most 189 seconds |
| 7768 | 11:45:19 10212 >>>> Start io test |
| 7769 | 11:45:19 10212 >>>> Ready and waiting on barrier. Will wait at most 186 seconds |
| 7770 | 11:46:54 10214 >>>> Test finished |
| 7771 | 11:46:54 10213 >>>> Test finished |
| 7772 | 11:46:55 10212 >>>> Test finished |
| 7773 | 2015-02-08 11:47:47.530 10009 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: a005c7c4-0a06-4cc9-ab3f-c1e2abe1e99f. |
| 7774 | |
| 7775 | -------------------------------------------------------------------------------- |
| 7776 | Task 49677130-db04-4be2-bd3b-dfeb27149aa6: finished |
| 7777 | -------------------------------------------------------------------------------- |
| 7778 | |
| 7779 | test scenario VMTasks.boot_runcommand_delete |
| 7780 | args position 0 |
| 7781 | args values: |
| 7782 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 7783 | u'floating_network': u'net04_ext', |
| 7784 | u'force_delete': False, |
| 7785 | u'image': {u'name': u'ubuntu'}, |
| 7786 | u'interpreter': u'/usr/bin/env python2', |
| 7787 | u'script': u'/tmp/fileRLrXaR', |
| 7788 | u'username': u'ubuntu'}, |
| 7789 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 7790 | u'start_cidr': u'10.2.0.0/24'}, |
| 7791 | u'users': {u'project_domain': u'default', |
| 7792 | u'resource_management_workers': 30, |
| 7793 | u'tenants': 1, |
| 7794 | u'user_domain': u'default', |
| 7795 | u'users_per_tenant': 1}}, |
| 7796 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 7797 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7798 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 7799 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7800 | | nova.associate_floating_ip | 1.516 | 1.615 | 1.71 | 1.692 | 1.701 | 100.0% | 3 | |
| 7801 | | nova.boot_server | 65.094 | 66.43 | 68.3 | 67.819 | 68.06 | 100.0% | 3 | |
| 7802 | | nova.delete_server | 5.38 | 6.939 | 10.023 | 9.101 | 9.562 | 100.0% | 3 | |
| 7803 | | nova.dissociate_floating_ip | 6.658 | 6.818 | 6.962 | 6.936 | 6.949 | 100.0% | 3 | |
| 7804 | | total | 204.496 | 204.666 | 204.863 | 204.818 | 204.841 | 100.0% | 3 | |
| 7805 | | vm.run_command | 95.317 | 95.635 | 96.027 | 95.934 | 95.98 | 100.0% | 3 | |
| 7806 | | vm.wait_for_ping | 4.722 | 5.651 | 6.127 | 6.122 | 6.125 | 100.0% | 3 | |
| 7807 | | vm.wait_for_ssh | 6.612 | 8.348 | 10.905 | 10.23 | 10.568 | 100.0% | 3 | |
| 7808 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7809 | Load duration: 204.949121952 |
| 7810 | Full duration: 258.685722113 |
| 7811 | |
| 7812 | Scenario Specific Results |
| 7813 | |
| 7814 | +-------+-----+-----+-----+--------------+--------------+ |
| 7815 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 7816 | +-------+-----+-----+-----+--------------+--------------+ |
| 7817 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 7818 | +-------+-----+-----+-----+--------------+--------------+ |
| 7819 | |
| 7820 | HINTS: |
| 7821 | * To plot HTML graphics with this data, run: |
| 7822 | rally task report 49677130-db04-4be2-bd3b-dfeb27149aa6 --out output.html |
| 7823 | |
| 7824 | * To get raw JSON output of task results, run: |
| 7825 | rally task results 49677130-db04-4be2-bd3b-dfeb27149aa6 |
| 7826 | |
| 7827 | Using task: 49677130-db04-4be2-bd3b-dfeb27149aa6 |
| 7828 | ================================================================================ |
| 7829 | [{u'__meta__': {u'action': u'write', |
| 7830 | u'blocksize': 64, |
| 7831 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filevcbwee -i 0 -s 1003592 -r 64 -+n', |
| 7832 | u'concurence': 1, |
| 7833 | u'direct_io': False, |
| 7834 | u'iodepth': 16, |
| 7835 | u'size': 1003592, |
| 7836 | u'sync': False, |
| 7837 | u'use_hight_io_priority': True}, |
| 7838 | u'bw_mean': 25431}, |
| 7839 | {u'__meta__': {u'action': u'write', |
| 7840 | u'blocksize': 64, |
| 7841 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileGzVhDK -i 0 -s 1003592 -r 64 -+n', |
| 7842 | u'concurence': 1, |
| 7843 | u'direct_io': False, |
| 7844 | u'iodepth': 16, |
| 7845 | u'size': 1003592, |
| 7846 | u'sync': False, |
| 7847 | u'use_hight_io_priority': True}, |
| 7848 | u'bw_mean': 25765}, |
| 7849 | {u'__meta__': {u'action': u'write', |
| 7850 | u'blocksize': 64, |
| 7851 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file1WmBAr -i 0 -s 1003592 -r 64 -+n', |
| 7852 | u'concurence': 1, |
| 7853 | u'direct_io': False, |
| 7854 | u'iodepth': 16, |
| 7855 | u'size': 1003592, |
| 7856 | u'sync': False, |
| 7857 | u'use_hight_io_priority': True}, |
| 7858 | u'bw_mean': 25647}] |
| 7859 | ================================================================================ |
| 7860 | |
| 7861 | ====> {"write a 64k": [25614, 239]} |
| 7862 | |
| 7863 | ================================================================================ |
| 7864 | + for op in '$ops' |
| 7865 | + for sync in '$osync' |
| 7866 | + for xxx in '$three_times' |
| 7867 | + [[ write randwrite == \w\r\i\t\e ]] |
| 7868 | + [[ s == \s ]] |
| 7869 | + ssync=-s |
| 7870 | + factor=x500 |
| 7871 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 64k --iosize x500 -s' |
| 7872 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 64k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 7873 | 11:47:51 10762 >>>> Start rally with opts 'task start /tmp/fileDTPzKg --deployment perf-1' |
| 7874 | -------------------------------------------------------------------------------- |
| 7875 | Preparing input task |
| 7876 | -------------------------------------------------------------------------------- |
| 7877 | |
| 7878 | Input task is: |
| 7879 | VMTasks.boot_runcommand_delete: |
| 7880 | - args: |
| 7881 | flavor: {name: ceph.512} |
| 7882 | floating_network: net04_ext |
| 7883 | force_delete: false |
| 7884 | image: {name: ubuntu} |
| 7885 | interpreter: /usr/bin/env python2 |
| 7886 | script: /tmp/filehLxxSo |
| 7887 | username: ubuntu |
| 7888 | context: |
| 7889 | network: {} |
| 7890 | users: {tenants: 1, users_per_tenant: 1} |
| 7891 | runner: {concurrency: 3, times: 3, type: constant} |
| 7892 | |
| 7893 | -------------------------------------------------------------------------------- |
| 7894 | Task ece49923-7e36-4cc8-80c0-8b2a4cd9a133: started |
| 7895 | -------------------------------------------------------------------------------- |
| 7896 | |
| 7897 | Benchmarking... This can take a while... |
| 7898 | |
| 7899 | To track task status use: |
| 7900 | |
| 7901 | rally task status |
| 7902 | or |
| 7903 | rally task detailed |
| 7904 | |
| 7905 | 11:49:46 10958 >>>> Start io test |
| 7906 | 11:49:46 10958 >>>> Ready and waiting on barrier. Will wait at most 184 seconds |
| 7907 | 11:49:46 10960 >>>> Start io test |
| 7908 | 11:49:46 10960 >>>> Ready and waiting on barrier. Will wait at most 184 seconds |
| 7909 | 11:49:47 10959 >>>> Start io test |
| 7910 | 11:49:47 10959 >>>> Ready and waiting on barrier. Will wait at most 184 seconds |
| 7911 | 11:50:22 10959 >>>> Test finished |
| 7912 | 11:50:23 10960 >>>> Test finished |
| 7913 | 11:50:23 10958 >>>> Test finished |
| 7914 | 2015-02-08 11:50:53.729 10762 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: b29917e7-4dc2-4f70-94c9-13a5d667943c. |
| 7915 | |
| 7916 | -------------------------------------------------------------------------------- |
| 7917 | Task ece49923-7e36-4cc8-80c0-8b2a4cd9a133: finished |
| 7918 | -------------------------------------------------------------------------------- |
| 7919 | |
| 7920 | test scenario VMTasks.boot_runcommand_delete |
| 7921 | args position 0 |
| 7922 | args values: |
| 7923 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 7924 | u'floating_network': u'net04_ext', |
| 7925 | u'force_delete': False, |
| 7926 | u'image': {u'name': u'ubuntu'}, |
| 7927 | u'interpreter': u'/usr/bin/env python2', |
| 7928 | u'script': u'/tmp/filehLxxSo', |
| 7929 | u'username': u'ubuntu'}, |
| 7930 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 7931 | u'start_cidr': u'10.2.0.0/24'}, |
| 7932 | u'users': {u'project_domain': u'default', |
| 7933 | u'resource_management_workers': 30, |
| 7934 | u'tenants': 1, |
| 7935 | u'user_domain': u'default', |
| 7936 | u'users_per_tenant': 1}}, |
| 7937 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 7938 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7939 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 7940 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7941 | | nova.associate_floating_ip | 1.448 | 1.545 | 1.613 | 1.605 | 1.609 | 100.0% | 3 | |
| 7942 | | nova.boot_server | 60.82 | 62.981 | 65.307 | 64.808 | 65.058 | 100.0% | 3 | |
| 7943 | | nova.delete_server | 5.215 | 6.118 | 7.823 | 7.321 | 7.572 | 100.0% | 3 | |
| 7944 | | nova.dissociate_floating_ip | 1.753 | 1.97 | 2.136 | 2.113 | 2.125 | 100.0% | 3 | |
| 7945 | | total | 133.093 | 133.673 | 134.752 | 134.436 | 134.594 | 100.0% | 3 | |
| 7946 | | vm.run_command | 35.254 | 36.037 | 36.485 | 36.463 | 36.474 | 100.0% | 3 | |
| 7947 | | vm.wait_for_ping | 6.11 | 6.116 | 6.121 | 6.12 | 6.12 | 100.0% | 3 | |
| 7948 | | vm.wait_for_ssh | 6.73 | 10.244 | 12.897 | 12.539 | 12.718 | 100.0% | 3 | |
| 7949 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 7950 | Load duration: 134.882910013 |
| 7951 | Full duration: 176.795939207 |
| 7952 | |
| 7953 | Scenario Specific Results |
| 7954 | |
| 7955 | +-------+-----+-----+-----+--------------+--------------+ |
| 7956 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 7957 | +-------+-----+-----+-----+--------------+--------------+ |
| 7958 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 7959 | +-------+-----+-----+-----+--------------+--------------+ |
| 7960 | |
| 7961 | HINTS: |
| 7962 | * To plot HTML graphics with this data, run: |
| 7963 | rally task report ece49923-7e36-4cc8-80c0-8b2a4cd9a133 --out output.html |
| 7964 | |
| 7965 | * To get raw JSON output of task results, run: |
| 7966 | rally task results ece49923-7e36-4cc8-80c0-8b2a4cd9a133 |
| 7967 | |
| 7968 | Using task: ece49923-7e36-4cc8-80c0-8b2a4cd9a133 |
| 7969 | ================================================================================ |
| 7970 | [{u'__meta__': {u'action': u'randwrite', |
| 7971 | u'blocksize': 64, |
| 7972 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileXtALpE -i 2 -s 32000 -r 64 -+n', |
| 7973 | u'concurence': 1, |
| 7974 | u'direct_io': False, |
| 7975 | u'iodepth': 16, |
| 7976 | u'size': 32000, |
| 7977 | u'sync': True, |
| 7978 | u'use_hight_io_priority': True}, |
| 7979 | u'bw_mean': 1162}, |
| 7980 | {u'__meta__': {u'action': u'randwrite', |
| 7981 | u'blocksize': 64, |
| 7982 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileTqDe6E -i 2 -s 32000 -r 64 -+n', |
| 7983 | u'concurence': 1, |
| 7984 | u'direct_io': False, |
| 7985 | u'iodepth': 16, |
| 7986 | u'size': 32000, |
| 7987 | u'sync': True, |
| 7988 | u'use_hight_io_priority': True}, |
| 7989 | u'bw_mean': 1113}, |
| 7990 | {u'__meta__': {u'action': u'randwrite', |
| 7991 | u'blocksize': 64, |
| 7992 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file4MuFqb -i 2 -s 32000 -r 64 -+n', |
| 7993 | u'concurence': 1, |
| 7994 | u'direct_io': False, |
| 7995 | u'iodepth': 16, |
| 7996 | u'size': 32000, |
| 7997 | u'sync': True, |
| 7998 | u'use_hight_io_priority': True}, |
| 7999 | u'bw_mean': 1112}] |
| 8000 | ================================================================================ |
| 8001 | |
| 8002 | ====> {"randwrite s 64k": [1129, 40]} |
| 8003 | |
| 8004 | ================================================================================ |
| 8005 | + for xxx in '$three_times' |
| 8006 | + [[ write randwrite == \w\r\i\t\e ]] |
| 8007 | + [[ s == \s ]] |
| 8008 | + ssync=-s |
| 8009 | + factor=x500 |
| 8010 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 64k --iosize x500 -s' |
| 8011 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 64k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 8012 | 11:50:58 11283 >>>> Start rally with opts 'task start /tmp/fileA6tRN5 --deployment perf-1' |
| 8013 | -------------------------------------------------------------------------------- |
| 8014 | Preparing input task |
| 8015 | -------------------------------------------------------------------------------- |
| 8016 | |
| 8017 | Input task is: |
| 8018 | VMTasks.boot_runcommand_delete: |
| 8019 | - args: |
| 8020 | flavor: {name: ceph.512} |
| 8021 | floating_network: net04_ext |
| 8022 | force_delete: false |
| 8023 | image: {name: ubuntu} |
| 8024 | interpreter: /usr/bin/env python2 |
| 8025 | script: /tmp/filerMxopF |
| 8026 | username: ubuntu |
| 8027 | context: |
| 8028 | network: {} |
| 8029 | users: {tenants: 1, users_per_tenant: 1} |
| 8030 | runner: {concurrency: 3, times: 3, type: constant} |
| 8031 | |
| 8032 | -------------------------------------------------------------------------------- |
| 8033 | Task 236db880-4c9f-49ec-9f20-2e8c40a6500d: started |
| 8034 | -------------------------------------------------------------------------------- |
| 8035 | |
| 8036 | Benchmarking... This can take a while... |
| 8037 | |
| 8038 | To track task status use: |
| 8039 | |
| 8040 | rally task status |
| 8041 | or |
| 8042 | rally task detailed |
| 8043 | |
| 8044 | 11:52:37 11479 >>>> Start io test |
| 8045 | 11:52:37 11479 >>>> Ready and waiting on barrier. Will wait at most 200 seconds |
| 8046 | 11:52:44 11480 >>>> Start io test |
| 8047 | 11:52:44 11480 >>>> Ready and waiting on barrier. Will wait at most 194 seconds |
| 8048 | 11:52:48 11478 >>>> Start io test |
| 8049 | 11:52:48 11478 >>>> Ready and waiting on barrier. Will wait at most 190 seconds |
| 8050 | 11:53:23 11480 >>>> Test finished |
| 8051 | 11:53:23 11478 >>>> Test finished |
| 8052 | 11:53:23 11479 >>>> Test finished |
| 8053 | 2015-02-08 11:53:50.216 11283 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: f325bc36-7469-40df-b722-aebc110e6f2a. |
| 8054 | |
| 8055 | -------------------------------------------------------------------------------- |
| 8056 | Task 236db880-4c9f-49ec-9f20-2e8c40a6500d: finished |
| 8057 | -------------------------------------------------------------------------------- |
| 8058 | |
| 8059 | test scenario VMTasks.boot_runcommand_delete |
| 8060 | args position 0 |
| 8061 | args values: |
| 8062 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 8063 | u'floating_network': u'net04_ext', |
| 8064 | u'force_delete': False, |
| 8065 | u'image': {u'name': u'ubuntu'}, |
| 8066 | u'interpreter': u'/usr/bin/env python2', |
| 8067 | u'script': u'/tmp/filerMxopF', |
| 8068 | u'username': u'ubuntu'}, |
| 8069 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 8070 | u'start_cidr': u'10.2.0.0/24'}, |
| 8071 | u'users': {u'project_domain': u'default', |
| 8072 | u'resource_management_workers': 30, |
| 8073 | u'tenants': 1, |
| 8074 | u'user_domain': u'default', |
| 8075 | u'users_per_tenant': 1}}, |
| 8076 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 8077 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8078 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 8079 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8080 | | nova.associate_floating_ip | 1.65 | 2.03 | 2.781 | 2.557 | 2.669 | 100.0% | 3 | |
| 8081 | | nova.boot_server | 61.365 | 61.541 | 61.703 | 61.674 | 61.689 | 100.0% | 3 | |
| 8082 | | nova.delete_server | 5.221 | 5.294 | 5.382 | 5.361 | 5.372 | 100.0% | 3 | |
| 8083 | | nova.dissociate_floating_ip | 1.748 | 1.906 | 2.108 | 2.059 | 2.084 | 100.0% | 3 | |
| 8084 | | total | 133.055 | 133.444 | 133.741 | 133.7 | 133.72 | 100.0% | 3 | |
| 8085 | | vm.run_command | 35.204 | 35.436 | 35.606 | 35.584 | 35.595 | 100.0% | 3 | |
| 8086 | | vm.wait_for_ping | 6.098 | 6.651 | 7.694 | 7.388 | 7.541 | 100.0% | 3 | |
| 8087 | | vm.wait_for_ssh | 7.136 | 10.459 | 12.211 | 12.175 | 12.193 | 100.0% | 3 | |
| 8088 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8089 | Load duration: 133.863234997 |
| 8090 | Full duration: 168.019260168 |
| 8091 | |
| 8092 | Scenario Specific Results |
| 8093 | |
| 8094 | +-------+-----+-----+-----+--------------+--------------+ |
| 8095 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 8096 | +-------+-----+-----+-----+--------------+--------------+ |
| 8097 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 8098 | +-------+-----+-----+-----+--------------+--------------+ |
| 8099 | |
| 8100 | HINTS: |
| 8101 | * To plot HTML graphics with this data, run: |
| 8102 | rally task report 236db880-4c9f-49ec-9f20-2e8c40a6500d --out output.html |
| 8103 | |
| 8104 | * To get raw JSON output of task results, run: |
| 8105 | rally task results 236db880-4c9f-49ec-9f20-2e8c40a6500d |
| 8106 | |
| 8107 | Using task: 236db880-4c9f-49ec-9f20-2e8c40a6500d |
| 8108 | ================================================================================ |
| 8109 | [{u'__meta__': {u'action': u'randwrite', |
| 8110 | u'blocksize': 64, |
| 8111 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileBp3ew2 -i 2 -s 32000 -r 64 -+n', |
| 8112 | u'concurence': 1, |
| 8113 | u'direct_io': False, |
| 8114 | u'iodepth': 16, |
| 8115 | u'size': 32000, |
| 8116 | u'sync': True, |
| 8117 | u'use_hight_io_priority': True}, |
| 8118 | u'bw_mean': 1166}, |
| 8119 | {u'__meta__': {u'action': u'randwrite', |
| 8120 | u'blocksize': 64, |
| 8121 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file4EQFLL -i 2 -s 32000 -r 64 -+n', |
| 8122 | u'concurence': 1, |
| 8123 | u'direct_io': False, |
| 8124 | u'iodepth': 16, |
| 8125 | u'size': 32000, |
| 8126 | u'sync': True, |
| 8127 | u'use_hight_io_priority': True}, |
| 8128 | u'bw_mean': 1146}, |
| 8129 | {u'__meta__': {u'action': u'randwrite', |
| 8130 | u'blocksize': 64, |
| 8131 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileJkjfYh -i 2 -s 32000 -r 64 -+n', |
| 8132 | u'concurence': 1, |
| 8133 | u'direct_io': False, |
| 8134 | u'iodepth': 16, |
| 8135 | u'size': 32000, |
| 8136 | u'sync': True, |
| 8137 | u'use_hight_io_priority': True}, |
| 8138 | u'bw_mean': 1145}] |
| 8139 | ================================================================================ |
| 8140 | |
| 8141 | ====> {"randwrite s 64k": [1152, 16]} |
| 8142 | |
| 8143 | ================================================================================ |
| 8144 | + for xxx in '$three_times' |
| 8145 | + [[ write randwrite == \w\r\i\t\e ]] |
| 8146 | + [[ s == \s ]] |
| 8147 | + ssync=-s |
| 8148 | + factor=x500 |
| 8149 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 64k --iosize x500 -s' |
| 8150 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 64k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 8151 | 11:53:54 11820 >>>> Start rally with opts 'task start /tmp/fileA3tMY4 --deployment perf-1' |
| 8152 | -------------------------------------------------------------------------------- |
| 8153 | Preparing input task |
| 8154 | -------------------------------------------------------------------------------- |
| 8155 | |
| 8156 | Input task is: |
| 8157 | VMTasks.boot_runcommand_delete: |
| 8158 | - args: |
| 8159 | flavor: {name: ceph.512} |
| 8160 | floating_network: net04_ext |
| 8161 | force_delete: false |
| 8162 | image: {name: ubuntu} |
| 8163 | interpreter: /usr/bin/env python2 |
| 8164 | script: /tmp/fileorA1Os |
| 8165 | username: ubuntu |
| 8166 | context: |
| 8167 | network: {} |
| 8168 | users: {tenants: 1, users_per_tenant: 1} |
| 8169 | runner: {concurrency: 3, times: 3, type: constant} |
| 8170 | |
| 8171 | -------------------------------------------------------------------------------- |
| 8172 | Task 263f9a65-80a7-4c3f-a400-0e70f4a8c2f8: started |
| 8173 | -------------------------------------------------------------------------------- |
| 8174 | |
| 8175 | Benchmarking... This can take a while... |
| 8176 | |
| 8177 | To track task status use: |
| 8178 | |
| 8179 | rally task status |
| 8180 | or |
| 8181 | rally task detailed |
| 8182 | |
| 8183 | 11:55:43 12014 >>>> Start io test |
| 8184 | 11:55:43 12014 >>>> Ready and waiting on barrier. Will wait at most 191 seconds |
| 8185 | 11:55:49 12015 >>>> Start io test |
| 8186 | 11:55:49 12015 >>>> Ready and waiting on barrier. Will wait at most 185 seconds |
| 8187 | 11:55:52 12016 >>>> Start io test |
| 8188 | 11:55:52 12016 >>>> Ready and waiting on barrier. Will wait at most 181 seconds |
| 8189 | 11:56:33 12016 >>>> Test finished |
| 8190 | 11:56:33 12015 >>>> Test finished |
| 8191 | 11:56:33 12014 >>>> Test finished |
| 8192 | 2015-02-08 11:57:00.712 11820 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: c3a1dcb5-2002-420b-aad9-78722e0737c7. |
| 8193 | |
| 8194 | -------------------------------------------------------------------------------- |
| 8195 | Task 263f9a65-80a7-4c3f-a400-0e70f4a8c2f8: finished |
| 8196 | -------------------------------------------------------------------------------- |
| 8197 | |
| 8198 | test scenario VMTasks.boot_runcommand_delete |
| 8199 | args position 0 |
| 8200 | args values: |
| 8201 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 8202 | u'floating_network': u'net04_ext', |
| 8203 | u'force_delete': False, |
| 8204 | u'image': {u'name': u'ubuntu'}, |
| 8205 | u'interpreter': u'/usr/bin/env python2', |
| 8206 | u'script': u'/tmp/fileorA1Os', |
| 8207 | u'username': u'ubuntu'}, |
| 8208 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 8209 | u'start_cidr': u'10.2.0.0/24'}, |
| 8210 | u'users': {u'project_domain': u'default', |
| 8211 | u'resource_management_workers': 30, |
| 8212 | u'tenants': 1, |
| 8213 | u'user_domain': u'default', |
| 8214 | u'users_per_tenant': 1}}, |
| 8215 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 8216 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8217 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 8218 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8219 | | nova.associate_floating_ip | 1.585 | 1.932 | 2.3 | 2.222 | 2.261 | 100.0% | 3 | |
| 8220 | | nova.boot_server | 58.531 | 60.086 | 62.72 | 61.977 | 62.348 | 100.0% | 3 | |
| 8221 | | nova.delete_server | 5.359 | 5.378 | 5.401 | 5.396 | 5.399 | 100.0% | 3 | |
| 8222 | | nova.dissociate_floating_ip | 1.712 | 1.828 | 1.922 | 1.907 | 1.915 | 100.0% | 3 | |
| 8223 | | total | 142.517 | 145.907 | 147.636 | 147.623 | 147.629 | 100.0% | 3 | |
| 8224 | | vm.run_command | 40.29 | 40.291 | 40.291 | 40.291 | 40.291 | 100.0% | 3 | |
| 8225 | | vm.wait_for_ping | 6.098 | 7.447 | 8.136 | 8.13 | 8.133 | 100.0% | 3 | |
| 8226 | | vm.wait_for_ssh | 5.008 | 10.577 | 16.928 | 15.502 | 16.215 | 100.0% | 3 | |
| 8227 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8228 | Load duration: 147.694798946 |
| 8229 | Full duration: 184.524184942 |
| 8230 | |
| 8231 | Scenario Specific Results |
| 8232 | |
| 8233 | +-------+-----+-----+-----+--------------+--------------+ |
| 8234 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 8235 | +-------+-----+-----+-----+--------------+--------------+ |
| 8236 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 8237 | +-------+-----+-----+-----+--------------+--------------+ |
| 8238 | |
| 8239 | HINTS: |
| 8240 | * To plot HTML graphics with this data, run: |
| 8241 | rally task report 263f9a65-80a7-4c3f-a400-0e70f4a8c2f8 --out output.html |
| 8242 | |
| 8243 | * To get raw JSON output of task results, run: |
| 8244 | rally task results 263f9a65-80a7-4c3f-a400-0e70f4a8c2f8 |
| 8245 | |
| 8246 | Using task: 263f9a65-80a7-4c3f-a400-0e70f4a8c2f8 |
| 8247 | ================================================================================ |
| 8248 | [{u'__meta__': {u'action': u'randwrite', |
| 8249 | u'blocksize': 64, |
| 8250 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filelQyfUV -i 2 -s 32000 -r 64 -+n', |
| 8251 | u'concurence': 1, |
| 8252 | u'direct_io': False, |
| 8253 | u'iodepth': 16, |
| 8254 | u'size': 32000, |
| 8255 | u'sync': True, |
| 8256 | u'use_hight_io_priority': True}, |
| 8257 | u'bw_mean': 1077}, |
| 8258 | {u'__meta__': {u'action': u'randwrite', |
| 8259 | u'blocksize': 64, |
| 8260 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileTmrFFS -i 2 -s 32000 -r 64 -+n', |
| 8261 | u'concurence': 1, |
| 8262 | u'direct_io': False, |
| 8263 | u'iodepth': 16, |
| 8264 | u'size': 32000, |
| 8265 | u'sync': True, |
| 8266 | u'use_hight_io_priority': True}, |
| 8267 | u'bw_mean': 1012}, |
| 8268 | {u'__meta__': {u'action': u'randwrite', |
| 8269 | u'blocksize': 64, |
| 8270 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileu9Kzv5 -i 2 -s 32000 -r 64 -+n', |
| 8271 | u'concurence': 1, |
| 8272 | u'direct_io': False, |
| 8273 | u'iodepth': 16, |
| 8274 | u'size': 32000, |
| 8275 | u'sync': True, |
| 8276 | u'use_hight_io_priority': True}, |
| 8277 | u'bw_mean': 1019}] |
| 8278 | ================================================================================ |
| 8279 | |
| 8280 | ====> {"randwrite s 64k": [1036, 50]} |
| 8281 | |
| 8282 | ================================================================================ |
| 8283 | + for sync in '$osync' |
| 8284 | + for xxx in '$three_times' |
| 8285 | + [[ write randwrite == \w\r\i\t\e ]] |
| 8286 | + [[ a == \s ]] |
| 8287 | + [[ 64k == \1\k ]] |
| 8288 | + [[ 64k == \4\k ]] |
| 8289 | + ssync= |
| 8290 | + factor=r2 |
| 8291 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 64k --iosize r2 ' |
| 8292 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 64k --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 8293 | 11:57:07 12325 >>>> Start rally with opts 'task start /tmp/file91v9Ph --deployment perf-1' |
| 8294 | -------------------------------------------------------------------------------- |
| 8295 | Preparing input task |
| 8296 | -------------------------------------------------------------------------------- |
| 8297 | |
| 8298 | Input task is: |
| 8299 | VMTasks.boot_runcommand_delete: |
| 8300 | - args: |
| 8301 | flavor: {name: ceph.512} |
| 8302 | floating_network: net04_ext |
| 8303 | force_delete: false |
| 8304 | image: {name: ubuntu} |
| 8305 | interpreter: /usr/bin/env python2 |
| 8306 | script: /tmp/file6lET9S |
| 8307 | username: ubuntu |
| 8308 | context: |
| 8309 | network: {} |
| 8310 | users: {tenants: 1, users_per_tenant: 1} |
| 8311 | runner: {concurrency: 3, times: 3, type: constant} |
| 8312 | |
| 8313 | -------------------------------------------------------------------------------- |
| 8314 | Task fbb41b5b-567d-40b2-ad7d-d945ecaa3e83: started |
| 8315 | -------------------------------------------------------------------------------- |
| 8316 | |
| 8317 | Benchmarking... This can take a while... |
| 8318 | |
| 8319 | To track task status use: |
| 8320 | |
| 8321 | rally task status |
| 8322 | or |
| 8323 | rally task detailed |
| 8324 | |
| 8325 | 11:58:52 12569 >>>> Start io test |
| 8326 | 11:58:52 12569 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 8327 | 11:59:00 12570 >>>> Start io test |
| 8328 | 11:59:00 12570 >>>> Ready and waiting on barrier. Will wait at most 187 seconds |
| 8329 | 11:59:00 12568 >>>> Start io test |
| 8330 | 11:59:00 12568 >>>> Ready and waiting on barrier. Will wait at most 187 seconds |
| 8331 | 12:01:38 12570 >>>> Test finished |
| 8332 | 12:01:52 12569 >>>> Test finished |
| 8333 | 12:02:51 12568 >>>> Test finished |
| 8334 | 2015-02-08 12:03:33.293 12325 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: ae708818-0f23-40d5-83d2-6c933b03701a. |
| 8335 | |
| 8336 | -------------------------------------------------------------------------------- |
| 8337 | Task fbb41b5b-567d-40b2-ad7d-d945ecaa3e83: finished |
| 8338 | -------------------------------------------------------------------------------- |
| 8339 | |
| 8340 | test scenario VMTasks.boot_runcommand_delete |
| 8341 | args position 0 |
| 8342 | args values: |
| 8343 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 8344 | u'floating_network': u'net04_ext', |
| 8345 | u'force_delete': False, |
| 8346 | u'image': {u'name': u'ubuntu'}, |
| 8347 | u'interpreter': u'/usr/bin/env python2', |
| 8348 | u'script': u'/tmp/file6lET9S', |
| 8349 | u'username': u'ubuntu'}, |
| 8350 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 8351 | u'start_cidr': u'10.2.0.0/24'}, |
| 8352 | u'users': {u'project_domain': u'default', |
| 8353 | u'resource_management_workers': 30, |
| 8354 | u'tenants': 1, |
| 8355 | u'user_domain': u'default', |
| 8356 | u'users_per_tenant': 1}}, |
| 8357 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 8358 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8359 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 8360 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8361 | | nova.associate_floating_ip | 1.355 | 1.612 | 2.002 | 1.898 | 1.95 | 100.0% | 3 | |
| 8362 | | nova.boot_server | 58.812 | 61.422 | 64.239 | 63.634 | 63.936 | 100.0% | 3 | |
| 8363 | | nova.delete_server | 5.133 | 43.192 | 63.376 | 62.914 | 63.145 | 100.0% | 3 | |
| 8364 | | nova.dissociate_floating_ip | 1.602 | 3.559 | 6.975 | 6.0 | 6.488 | 100.0% | 3 | |
| 8365 | | total | 322.051 | 327.66 | 332.464 | 331.664 | 332.064 | 100.0% | 3 | |
| 8366 | | vm.run_command | 157.858 | 187.065 | 231.399 | 219.507 | 225.453 | 100.0% | 3 | |
| 8367 | | vm.wait_for_ping | 4.378 | 5.559 | 6.202 | 6.181 | 6.191 | 100.0% | 3 | |
| 8368 | | vm.wait_for_ssh | 6.732 | 9.928 | 12.272 | 11.974 | 12.123 | 100.0% | 3 | |
| 8369 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8370 | Load duration: 332.556061983 |
| 8371 | Full duration: 380.546205997 |
| 8372 | |
| 8373 | Scenario Specific Results |
| 8374 | |
| 8375 | +-------+-----+-----+-----+--------------+--------------+ |
| 8376 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 8377 | +-------+-----+-----+-----+--------------+--------------+ |
| 8378 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 8379 | +-------+-----+-----+-----+--------------+--------------+ |
| 8380 | |
| 8381 | HINTS: |
| 8382 | * To plot HTML graphics with this data, run: |
| 8383 | rally task report fbb41b5b-567d-40b2-ad7d-d945ecaa3e83 --out output.html |
| 8384 | |
| 8385 | * To get raw JSON output of task results, run: |
| 8386 | rally task results fbb41b5b-567d-40b2-ad7d-d945ecaa3e83 |
| 8387 | |
| 8388 | Using task: fbb41b5b-567d-40b2-ad7d-d945ecaa3e83 |
| 8389 | ================================================================================ |
| 8390 | [{u'__meta__': {u'action': u'randwrite', |
| 8391 | u'blocksize': 64, |
| 8392 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileePCFhD -i 2 -s 1003592 -r 64 -+n', |
| 8393 | u'concurence': 1, |
| 8394 | u'direct_io': False, |
| 8395 | u'iodepth': 16, |
| 8396 | u'size': 1003592, |
| 8397 | u'sync': False, |
| 8398 | u'use_hight_io_priority': True}, |
| 8399 | u'bw_mean': 13224}, |
| 8400 | {u'__meta__': {u'action': u'randwrite', |
| 8401 | u'blocksize': 64, |
| 8402 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileb8ZDqU -i 2 -s 1003592 -r 64 -+n', |
| 8403 | u'concurence': 1, |
| 8404 | u'direct_io': False, |
| 8405 | u'iodepth': 16, |
| 8406 | u'size': 1003592, |
| 8407 | u'sync': False, |
| 8408 | u'use_hight_io_priority': True}, |
| 8409 | u'bw_mean': 11773}, |
| 8410 | {u'__meta__': {u'action': u'randwrite', |
| 8411 | u'blocksize': 64, |
| 8412 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileqfjpMI -i 2 -s 1003592 -r 64 -+n', |
| 8413 | u'concurence': 1, |
| 8414 | u'direct_io': False, |
| 8415 | u'iodepth': 16, |
| 8416 | u'size': 1003592, |
| 8417 | u'sync': False, |
| 8418 | u'use_hight_io_priority': True}, |
| 8419 | u'bw_mean': 18800}] |
| 8420 | ================================================================================ |
| 8421 | |
| 8422 | ====> {"randwrite a 64k": [14599, 5246]} |
| 8423 | |
| 8424 | ================================================================================ |
| 8425 | + for xxx in '$three_times' |
| 8426 | + [[ write randwrite == \w\r\i\t\e ]] |
| 8427 | + [[ a == \s ]] |
| 8428 | + [[ 64k == \1\k ]] |
| 8429 | + [[ 64k == \4\k ]] |
| 8430 | + ssync= |
| 8431 | + factor=r2 |
| 8432 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 64k --iosize r2 ' |
| 8433 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 64k --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 8434 | 12:03:37 12983 >>>> Start rally with opts 'task start /tmp/fileRmR1YS --deployment perf-1' |
| 8435 | -------------------------------------------------------------------------------- |
| 8436 | Preparing input task |
| 8437 | -------------------------------------------------------------------------------- |
| 8438 | |
| 8439 | Input task is: |
| 8440 | VMTasks.boot_runcommand_delete: |
| 8441 | - args: |
| 8442 | flavor: {name: ceph.512} |
| 8443 | floating_network: net04_ext |
| 8444 | force_delete: false |
| 8445 | image: {name: ubuntu} |
| 8446 | interpreter: /usr/bin/env python2 |
| 8447 | script: /tmp/file85sjhN |
| 8448 | username: ubuntu |
| 8449 | context: |
| 8450 | network: {} |
| 8451 | users: {tenants: 1, users_per_tenant: 1} |
| 8452 | runner: {concurrency: 3, times: 3, type: constant} |
| 8453 | |
| 8454 | -------------------------------------------------------------------------------- |
| 8455 | Task 094b161f-311a-4f5c-bf29-7cd8c686c58a: started |
| 8456 | -------------------------------------------------------------------------------- |
| 8457 | |
| 8458 | Benchmarking... This can take a while... |
| 8459 | |
| 8460 | To track task status use: |
| 8461 | |
| 8462 | rally task status |
| 8463 | or |
| 8464 | rally task detailed |
| 8465 | |
| 8466 | 12:05:29 13179 >>>> Start io test |
| 8467 | 12:05:29 13179 >>>> Ready and waiting on barrier. Will wait at most 187 seconds |
| 8468 | 12:05:34 13178 >>>> Start io test |
| 8469 | 12:05:34 13178 >>>> Ready and waiting on barrier. Will wait at most 182 seconds |
| 8470 | 12:05:44 13180 >>>> Start io test |
| 8471 | 12:05:44 13180 >>>> Ready and waiting on barrier. Will wait at most 172 seconds |
| 8472 | 12:08:18 13179 >>>> Test finished |
| 8473 | 12:09:26 13178 >>>> Test finished |
| 8474 | 12:09:38 13180 >>>> Test finished |
| 8475 | 2015-02-08 12:10:23.360 12983 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: dcaf86aa-fcf2-4dd1-ab61-d8b2cc7cab51. |
| 8476 | |
| 8477 | -------------------------------------------------------------------------------- |
| 8478 | Task 094b161f-311a-4f5c-bf29-7cd8c686c58a: finished |
| 8479 | -------------------------------------------------------------------------------- |
| 8480 | |
| 8481 | test scenario VMTasks.boot_runcommand_delete |
| 8482 | args position 0 |
| 8483 | args values: |
| 8484 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 8485 | u'floating_network': u'net04_ext', |
| 8486 | u'force_delete': False, |
| 8487 | u'image': {u'name': u'ubuntu'}, |
| 8488 | u'interpreter': u'/usr/bin/env python2', |
| 8489 | u'script': u'/tmp/file85sjhN', |
| 8490 | u'username': u'ubuntu'}, |
| 8491 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 8492 | u'start_cidr': u'10.2.0.0/24'}, |
| 8493 | u'users': {u'project_domain': u'default', |
| 8494 | u'resource_management_workers': 30, |
| 8495 | u'tenants': 1, |
| 8496 | u'user_domain': u'default', |
| 8497 | u'users_per_tenant': 1}}, |
| 8498 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 8499 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8500 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 8501 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8502 | | nova.associate_floating_ip | 1.502 | 1.86 | 2.57 | 2.358 | 2.464 | 100.0% | 3 | |
| 8503 | | nova.boot_server | 59.898 | 61.881 | 65.275 | 64.314 | 64.795 | 100.0% | 3 | |
| 8504 | | nova.delete_server | 9.746 | 32.269 | 76.961 | 63.589 | 70.275 | 100.0% | 3 | |
| 8505 | | nova.dissociate_floating_ip | 6.58 | 6.986 | 7.203 | 7.198 | 7.201 | 100.0% | 3 | |
| 8506 | | total | 334.124 | 339.37 | 347.883 | 345.527 | 346.705 | 100.0% | 3 | |
| 8507 | | vm.run_command | 153.519 | 202.954 | 233.69 | 231.283 | 232.486 | 100.0% | 3 | |
| 8508 | | vm.wait_for_ping | 4.097 | 5.517 | 6.24 | 6.235 | 6.238 | 100.0% | 3 | |
| 8509 | | vm.wait_for_ssh | 5.553 | 9.27 | 11.41 | 11.298 | 11.354 | 100.0% | 3 | |
| 8510 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8511 | Load duration: 348.012090921 |
| 8512 | Full duration: 402.908918142 |
| 8513 | |
| 8514 | Scenario Specific Results |
| 8515 | |
| 8516 | +-------+-----+-----+-----+--------------+--------------+ |
| 8517 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 8518 | +-------+-----+-----+-----+--------------+--------------+ |
| 8519 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 8520 | +-------+-----+-----+-----+--------------+--------------+ |
| 8521 | |
| 8522 | HINTS: |
| 8523 | * To plot HTML graphics with this data, run: |
| 8524 | rally task report 094b161f-311a-4f5c-bf29-7cd8c686c58a --out output.html |
| 8525 | |
| 8526 | * To get raw JSON output of task results, run: |
| 8527 | rally task results 094b161f-311a-4f5c-bf29-7cd8c686c58a |
| 8528 | |
| 8529 | Using task: 094b161f-311a-4f5c-bf29-7cd8c686c58a |
| 8530 | ================================================================================ |
| 8531 | [{u'__meta__': {u'action': u'randwrite', |
| 8532 | u'blocksize': 64, |
| 8533 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filek66lAo -i 2 -s 1003592 -r 64 -+n', |
| 8534 | u'concurence': 1, |
| 8535 | u'direct_io': False, |
| 8536 | u'iodepth': 16, |
| 8537 | u'size': 1003592, |
| 8538 | u'sync': False, |
| 8539 | u'use_hight_io_priority': True}, |
| 8540 | u'bw_mean': 15991}, |
| 8541 | {u'__meta__': {u'action': u'randwrite', |
| 8542 | u'blocksize': 64, |
| 8543 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileEbWJcN -i 2 -s 1003592 -r 64 -+n', |
| 8544 | u'concurence': 1, |
| 8545 | u'direct_io': False, |
| 8546 | u'iodepth': 16, |
| 8547 | u'size': 1003592, |
| 8548 | u'sync': False, |
| 8549 | u'use_hight_io_priority': True}, |
| 8550 | u'bw_mean': 9408}, |
| 8551 | {u'__meta__': {u'action': u'randwrite', |
| 8552 | u'blocksize': 64, |
| 8553 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileGdb2qY -i 2 -s 1003592 -r 64 -+n', |
| 8554 | u'concurence': 1, |
| 8555 | u'direct_io': False, |
| 8556 | u'iodepth': 16, |
| 8557 | u'size': 1003592, |
| 8558 | u'sync': False, |
| 8559 | u'use_hight_io_priority': True}, |
| 8560 | u'bw_mean': 10453}] |
| 8561 | ================================================================================ |
| 8562 | |
| 8563 | ====> {"randwrite a 64k": [11950, 5003]} |
| 8564 | |
| 8565 | ================================================================================ |
| 8566 | + for xxx in '$three_times' |
| 8567 | + [[ write randwrite == \w\r\i\t\e ]] |
| 8568 | + [[ a == \s ]] |
| 8569 | + [[ 64k == \1\k ]] |
| 8570 | + [[ 64k == \4\k ]] |
| 8571 | + ssync= |
| 8572 | + factor=r2 |
| 8573 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 64k --iosize r2 ' |
| 8574 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 64k --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 8575 | 12:10:27 13558 >>>> Start rally with opts 'task start /tmp/filexba06j --deployment perf-1' |
| 8576 | -------------------------------------------------------------------------------- |
| 8577 | Preparing input task |
| 8578 | -------------------------------------------------------------------------------- |
| 8579 | |
| 8580 | Input task is: |
| 8581 | VMTasks.boot_runcommand_delete: |
| 8582 | - args: |
| 8583 | flavor: {name: ceph.512} |
| 8584 | floating_network: net04_ext |
| 8585 | force_delete: false |
| 8586 | image: {name: ubuntu} |
| 8587 | interpreter: /usr/bin/env python2 |
| 8588 | script: /tmp/filetI28HP |
| 8589 | username: ubuntu |
| 8590 | context: |
| 8591 | network: {} |
| 8592 | users: {tenants: 1, users_per_tenant: 1} |
| 8593 | runner: {concurrency: 3, times: 3, type: constant} |
| 8594 | |
| 8595 | -------------------------------------------------------------------------------- |
| 8596 | Task 8bbdffbe-78eb-4ba4-a1f3-82f0bfb762d2: started |
| 8597 | -------------------------------------------------------------------------------- |
| 8598 | |
| 8599 | Benchmarking... This can take a while... |
| 8600 | |
| 8601 | To track task status use: |
| 8602 | |
| 8603 | rally task status |
| 8604 | or |
| 8605 | rally task detailed |
| 8606 | |
| 8607 | 12:12:08 13755 >>>> Start io test |
| 8608 | 12:12:08 13755 >>>> Ready and waiting on barrier. Will wait at most 199 seconds |
| 8609 | 12:12:15 13753 >>>> Start io test |
| 8610 | 12:12:15 13753 >>>> Ready and waiting on barrier. Will wait at most 192 seconds |
| 8611 | 12:12:15 13754 >>>> Start io test |
| 8612 | 12:12:15 13754 >>>> Ready and waiting on barrier. Will wait at most 192 seconds |
| 8613 | 12:14:39 13755 >>>> Test finished |
| 8614 | 12:15:08 13754 >>>> Test finished |
| 8615 | 12:15:59 13753 >>>> Test finished |
| 8616 | 2015-02-08 12:16:50.500 13558 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: df281340-5d44-4b1e-a8b9-e03bdd27981b. |
| 8617 | |
| 8618 | -------------------------------------------------------------------------------- |
| 8619 | Task 8bbdffbe-78eb-4ba4-a1f3-82f0bfb762d2: finished |
| 8620 | -------------------------------------------------------------------------------- |
| 8621 | |
| 8622 | test scenario VMTasks.boot_runcommand_delete |
| 8623 | args position 0 |
| 8624 | args values: |
| 8625 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 8626 | u'floating_network': u'net04_ext', |
| 8627 | u'force_delete': False, |
| 8628 | u'image': {u'name': u'ubuntu'}, |
| 8629 | u'interpreter': u'/usr/bin/env python2', |
| 8630 | u'script': u'/tmp/filetI28HP', |
| 8631 | u'username': u'ubuntu'}, |
| 8632 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 8633 | u'start_cidr': u'10.2.0.0/24'}, |
| 8634 | u'users': {u'project_domain': u'default', |
| 8635 | u'resource_management_workers': 30, |
| 8636 | u'tenants': 1, |
| 8637 | u'user_domain': u'default', |
| 8638 | u'users_per_tenant': 1}}, |
| 8639 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 8640 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8641 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 8642 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8643 | | nova.associate_floating_ip | 1.362 | 1.503 | 1.724 | 1.664 | 1.694 | 100.0% | 3 | |
| 8644 | | nova.boot_server | 57.915 | 61.24 | 64.393 | 63.797 | 64.095 | 100.0% | 3 | |
| 8645 | | nova.delete_server | 9.8 | 42.885 | 76.874 | 69.895 | 73.385 | 100.0% | 3 | |
| 8646 | | nova.dissociate_floating_ip | 6.574 | 6.826 | 7.236 | 7.123 | 7.179 | 100.0% | 3 | |
| 8647 | | total | 310.583 | 318.791 | 329.807 | 327.042 | 328.424 | 100.0% | 3 | |
| 8648 | | vm.run_command | 144.166 | 180.749 | 224.418 | 214.267 | 219.342 | 100.0% | 3 | |
| 8649 | | vm.wait_for_ping | 4.979 | 5.725 | 6.099 | 6.099 | 6.099 | 100.0% | 3 | |
| 8650 | | vm.wait_for_ssh | 6.353 | 8.586 | 11.56 | 10.817 | 11.189 | 100.0% | 3 | |
| 8651 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8652 | Load duration: 329.886922121 |
| 8653 | Full duration: 380.69844389 |
| 8654 | |
| 8655 | Scenario Specific Results |
| 8656 | |
| 8657 | +-------+-----+-----+-----+--------------+--------------+ |
| 8658 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 8659 | +-------+-----+-----+-----+--------------+--------------+ |
| 8660 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 8661 | +-------+-----+-----+-----+--------------+--------------+ |
| 8662 | |
| 8663 | HINTS: |
| 8664 | * To plot HTML graphics with this data, run: |
| 8665 | rally task report 8bbdffbe-78eb-4ba4-a1f3-82f0bfb762d2 --out output.html |
| 8666 | |
| 8667 | * To get raw JSON output of task results, run: |
| 8668 | rally task results 8bbdffbe-78eb-4ba4-a1f3-82f0bfb762d2 |
| 8669 | |
| 8670 | Using task: 8bbdffbe-78eb-4ba4-a1f3-82f0bfb762d2 |
| 8671 | ================================================================================ |
| 8672 | [{u'__meta__': {u'action': u'randwrite', |
| 8673 | u'blocksize': 64, |
| 8674 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filetnWQ6Y -i 2 -s 1003592 -r 64 -+n', |
| 8675 | u'concurence': 1, |
| 8676 | u'direct_io': False, |
| 8677 | u'iodepth': 16, |
| 8678 | u'size': 1003592, |
| 8679 | u'sync': False, |
| 8680 | u'use_hight_io_priority': True}, |
| 8681 | u'bw_mean': 16904}, |
| 8682 | {u'__meta__': {u'action': u'randwrite', |
| 8683 | u'blocksize': 64, |
| 8684 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileVotm6a -i 2 -s 1003592 -r 64 -+n', |
| 8685 | u'concurence': 1, |
| 8686 | u'direct_io': False, |
| 8687 | u'iodepth': 16, |
| 8688 | u'size': 1003592, |
| 8689 | u'sync': False, |
| 8690 | u'use_hight_io_priority': True}, |
| 8691 | u'bw_mean': 13514}, |
| 8692 | {u'__meta__': {u'action': u'randwrite', |
| 8693 | u'blocksize': 64, |
| 8694 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileSVMA6p -i 2 -s 1003592 -r 64 -+n', |
| 8695 | u'concurence': 1, |
| 8696 | u'direct_io': False, |
| 8697 | u'iodepth': 16, |
| 8698 | u'size': 1003592, |
| 8699 | u'sync': False, |
| 8700 | u'use_hight_io_priority': True}, |
| 8701 | u'bw_mean': 21294}] |
| 8702 | ================================================================================ |
| 8703 | |
| 8704 | ====> {"randwrite a 64k": [17237, 5516]} |
| 8705 | |
| 8706 | ================================================================================ |
| 8707 | + for bsize in '$bsizes' |
| 8708 | + for op in '$ops' |
| 8709 | + for sync in '$osync' |
| 8710 | + for xxx in '$three_times' |
| 8711 | + [[ write randwrite == \w\r\i\t\e ]] |
| 8712 | + [[ s == \s ]] |
| 8713 | + ssync=-s |
| 8714 | + factor=x500 |
| 8715 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 256k --iosize x500 -s' |
| 8716 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 256k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 8717 | 12:16:54 14107 >>>> Start rally with opts 'task start /tmp/fileUxvme5 --deployment perf-1' |
| 8718 | -------------------------------------------------------------------------------- |
| 8719 | Preparing input task |
| 8720 | -------------------------------------------------------------------------------- |
| 8721 | |
| 8722 | Input task is: |
| 8723 | VMTasks.boot_runcommand_delete: |
| 8724 | - args: |
| 8725 | flavor: {name: ceph.512} |
| 8726 | floating_network: net04_ext |
| 8727 | force_delete: false |
| 8728 | image: {name: ubuntu} |
| 8729 | interpreter: /usr/bin/env python2 |
| 8730 | script: /tmp/fileHchieZ |
| 8731 | username: ubuntu |
| 8732 | context: |
| 8733 | network: {} |
| 8734 | users: {tenants: 1, users_per_tenant: 1} |
| 8735 | runner: {concurrency: 3, times: 3, type: constant} |
| 8736 | |
| 8737 | -------------------------------------------------------------------------------- |
| 8738 | Task 706f6a78-1c41-4141-b46b-faeb4bb155f1: started |
| 8739 | -------------------------------------------------------------------------------- |
| 8740 | |
| 8741 | Benchmarking... This can take a while... |
| 8742 | |
| 8743 | To track task status use: |
| 8744 | |
| 8745 | rally task status |
| 8746 | or |
| 8747 | rally task detailed |
| 8748 | |
| 8749 | 12:18:37 14343 >>>> Start io test |
| 8750 | 12:18:37 14343 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 8751 | 12:18:38 14342 >>>> Start io test |
| 8752 | 12:18:38 14342 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 8753 | 12:18:43 14341 >>>> Start io test |
| 8754 | 12:18:43 14341 >>>> Ready and waiting on barrier. Will wait at most 191 seconds |
| 8755 | 12:19:26 14343 >>>> Test finished |
| 8756 | 12:19:26 14342 >>>> Test finished |
| 8757 | 12:19:27 14341 >>>> Test finished |
| 8758 | 2015-02-08 12:19:52.346 14107 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: c93ed9ae-2a80-4a40-ae5c-5b7bc9693da1. |
| 8759 | |
| 8760 | -------------------------------------------------------------------------------- |
| 8761 | Task 706f6a78-1c41-4141-b46b-faeb4bb155f1: finished |
| 8762 | -------------------------------------------------------------------------------- |
| 8763 | |
| 8764 | test scenario VMTasks.boot_runcommand_delete |
| 8765 | args position 0 |
| 8766 | args values: |
| 8767 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 8768 | u'floating_network': u'net04_ext', |
| 8769 | u'force_delete': False, |
| 8770 | u'image': {u'name': u'ubuntu'}, |
| 8771 | u'interpreter': u'/usr/bin/env python2', |
| 8772 | u'script': u'/tmp/fileHchieZ', |
| 8773 | u'username': u'ubuntu'}, |
| 8774 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 8775 | u'start_cidr': u'10.2.0.0/24'}, |
| 8776 | u'users': {u'project_domain': u'default', |
| 8777 | u'resource_management_workers': 30, |
| 8778 | u'tenants': 1, |
| 8779 | u'user_domain': u'default', |
| 8780 | u'users_per_tenant': 1}}, |
| 8781 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 8782 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8783 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 8784 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8785 | | nova.associate_floating_ip | 1.419 | 1.442 | 1.474 | 1.465 | 1.47 | 100.0% | 3 | |
| 8786 | | nova.boot_server | 60.406 | 61.157 | 61.962 | 61.79 | 61.876 | 100.0% | 3 | |
| 8787 | | nova.delete_server | 5.125 | 5.963 | 7.55 | 7.083 | 7.317 | 100.0% | 3 | |
| 8788 | | nova.dissociate_floating_ip | 1.671 | 1.771 | 1.95 | 1.898 | 1.924 | 100.0% | 3 | |
| 8789 | | total | 145.268 | 147.071 | 149.299 | 148.769 | 149.034 | 100.0% | 3 | |
| 8790 | | vm.run_command | 43.516 | 43.997 | 44.754 | 44.548 | 44.651 | 100.0% | 3 | |
| 8791 | | vm.wait_for_ping | 4.957 | 6.132 | 8.104 | 7.551 | 7.827 | 100.0% | 3 | |
| 8792 | | vm.wait_for_ssh | 13.035 | 17.377 | 19.987 | 19.812 | 19.9 | 100.0% | 3 | |
| 8793 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8794 | Load duration: 149.429497004 |
| 8795 | Full duration: 174.730675936 |
| 8796 | |
| 8797 | Scenario Specific Results |
| 8798 | |
| 8799 | +-------+-----+-----+-----+--------------+--------------+ |
| 8800 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 8801 | +-------+-----+-----+-----+--------------+--------------+ |
| 8802 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 8803 | +-------+-----+-----+-----+--------------+--------------+ |
| 8804 | |
| 8805 | HINTS: |
| 8806 | * To plot HTML graphics with this data, run: |
| 8807 | rally task report 706f6a78-1c41-4141-b46b-faeb4bb155f1 --out output.html |
| 8808 | |
| 8809 | * To get raw JSON output of task results, run: |
| 8810 | rally task results 706f6a78-1c41-4141-b46b-faeb4bb155f1 |
| 8811 | |
| 8812 | Using task: 706f6a78-1c41-4141-b46b-faeb4bb155f1 |
| 8813 | ================================================================================ |
| 8814 | [{u'__meta__': {u'action': u'write', |
| 8815 | u'blocksize': 256, |
| 8816 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filekFWSTD -i 0 -s 128000 -r 256 -+n', |
| 8817 | u'concurence': 1, |
| 8818 | u'direct_io': False, |
| 8819 | u'iodepth': 16, |
| 8820 | u'size': 128000, |
| 8821 | u'sync': True, |
| 8822 | u'use_hight_io_priority': True}, |
| 8823 | u'bw_mean': 3918}, |
| 8824 | {u'__meta__': {u'action': u'write', |
| 8825 | u'blocksize': 256, |
| 8826 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileftVXi4 -i 0 -s 128000 -r 256 -+n', |
| 8827 | u'concurence': 1, |
| 8828 | u'direct_io': False, |
| 8829 | u'iodepth': 16, |
| 8830 | u'size': 128000, |
| 8831 | u'sync': True, |
| 8832 | u'use_hight_io_priority': True}, |
| 8833 | u'bw_mean': 3909}, |
| 8834 | {u'__meta__': {u'action': u'write', |
| 8835 | u'blocksize': 256, |
| 8836 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileHStrhS -i 0 -s 128000 -r 256 -+n', |
| 8837 | u'concurence': 1, |
| 8838 | u'direct_io': False, |
| 8839 | u'iodepth': 16, |
| 8840 | u'size': 128000, |
| 8841 | u'sync': True, |
| 8842 | u'use_hight_io_priority': True}, |
| 8843 | u'bw_mean': 3817}] |
| 8844 | ================================================================================ |
| 8845 | |
| 8846 | ====> {"write s 256k": [3881, 79]} |
| 8847 | |
| 8848 | ================================================================================ |
| 8849 | + for xxx in '$three_times' |
| 8850 | + [[ write randwrite == \w\r\i\t\e ]] |
| 8851 | + [[ s == \s ]] |
| 8852 | + ssync=-s |
| 8853 | + factor=x500 |
| 8854 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 256k --iosize x500 -s' |
| 8855 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 256k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 8856 | 12:19:56 14642 >>>> Start rally with opts 'task start /tmp/fileyxovMg --deployment perf-1' |
| 8857 | -------------------------------------------------------------------------------- |
| 8858 | Preparing input task |
| 8859 | -------------------------------------------------------------------------------- |
| 8860 | |
| 8861 | Input task is: |
| 8862 | VMTasks.boot_runcommand_delete: |
| 8863 | - args: |
| 8864 | flavor: {name: ceph.512} |
| 8865 | floating_network: net04_ext |
| 8866 | force_delete: false |
| 8867 | image: {name: ubuntu} |
| 8868 | interpreter: /usr/bin/env python2 |
| 8869 | script: /tmp/filew7d10M |
| 8870 | username: ubuntu |
| 8871 | context: |
| 8872 | network: {} |
| 8873 | users: {tenants: 1, users_per_tenant: 1} |
| 8874 | runner: {concurrency: 3, times: 3, type: constant} |
| 8875 | |
| 8876 | -------------------------------------------------------------------------------- |
| 8877 | Task 270f59e0-f62f-43d5-815b-ea65acbc668c: started |
| 8878 | -------------------------------------------------------------------------------- |
| 8879 | |
| 8880 | Benchmarking... This can take a while... |
| 8881 | |
| 8882 | To track task status use: |
| 8883 | |
| 8884 | rally task status |
| 8885 | or |
| 8886 | rally task detailed |
| 8887 | |
| 8888 | 12:21:43 14838 >>>> Start io test |
| 8889 | 12:21:43 14838 >>>> Ready and waiting on barrier. Will wait at most 192 seconds |
| 8890 | 12:21:49 14839 >>>> Start io test |
| 8891 | 12:21:49 14839 >>>> Ready and waiting on barrier. Will wait at most 186 seconds |
| 8892 | 12:21:49 14837 >>>> Start io test |
| 8893 | 12:21:49 14837 >>>> Ready and waiting on barrier. Will wait at most 186 seconds |
| 8894 | 12:22:32 14838 >>>> Test finished |
| 8895 | 12:22:32 14839 >>>> Test finished |
| 8896 | 12:22:32 14837 >>>> Test finished |
| 8897 | 2015-02-08 12:23:02.204 14642 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: c8e3601b-c66d-45b3-85bf-85110fe26da5. |
| 8898 | |
| 8899 | -------------------------------------------------------------------------------- |
| 8900 | Task 270f59e0-f62f-43d5-815b-ea65acbc668c: finished |
| 8901 | -------------------------------------------------------------------------------- |
| 8902 | |
| 8903 | test scenario VMTasks.boot_runcommand_delete |
| 8904 | args position 0 |
| 8905 | args values: |
| 8906 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 8907 | u'floating_network': u'net04_ext', |
| 8908 | u'force_delete': False, |
| 8909 | u'image': {u'name': u'ubuntu'}, |
| 8910 | u'interpreter': u'/usr/bin/env python2', |
| 8911 | u'script': u'/tmp/filew7d10M', |
| 8912 | u'username': u'ubuntu'}, |
| 8913 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 8914 | u'start_cidr': u'10.2.0.0/24'}, |
| 8915 | u'users': {u'project_domain': u'default', |
| 8916 | u'resource_management_workers': 30, |
| 8917 | u'tenants': 1, |
| 8918 | u'user_domain': u'default', |
| 8919 | u'users_per_tenant': 1}}, |
| 8920 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 8921 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8922 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 8923 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8924 | | nova.associate_floating_ip | 1.407 | 1.53 | 1.686 | 1.648 | 1.667 | 100.0% | 3 | |
| 8925 | | nova.boot_server | 60.896 | 61.346 | 62.222 | 61.962 | 62.092 | 100.0% | 3 | |
| 8926 | | nova.delete_server | 5.143 | 5.891 | 7.383 | 6.935 | 7.159 | 100.0% | 3 | |
| 8927 | | nova.dissociate_floating_ip | 1.659 | 3.358 | 6.575 | 5.628 | 6.101 | 100.0% | 3 | |
| 8928 | | total | 134.446 | 136.709 | 138.994 | 138.533 | 138.764 | 100.0% | 3 | |
| 8929 | | vm.run_command | 42.264 | 42.489 | 42.634 | 42.621 | 42.627 | 100.0% | 3 | |
| 8930 | | vm.wait_for_ping | 0.324 | 4.846 | 8.115 | 7.712 | 7.913 | 100.0% | 3 | |
| 8931 | | vm.wait_for_ssh | 7.306 | 10.18 | 12.916 | 12.396 | 12.656 | 100.0% | 3 | |
| 8932 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 8933 | Load duration: 139.105728149 |
| 8934 | Full duration: 183.268572807 |
| 8935 | |
| 8936 | Scenario Specific Results |
| 8937 | |
| 8938 | +-------+-----+-----+-----+--------------+--------------+ |
| 8939 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 8940 | +-------+-----+-----+-----+--------------+--------------+ |
| 8941 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 8942 | +-------+-----+-----+-----+--------------+--------------+ |
| 8943 | |
| 8944 | HINTS: |
| 8945 | * To plot HTML graphics with this data, run: |
| 8946 | rally task report 270f59e0-f62f-43d5-815b-ea65acbc668c --out output.html |
| 8947 | |
| 8948 | * To get raw JSON output of task results, run: |
| 8949 | rally task results 270f59e0-f62f-43d5-815b-ea65acbc668c |
| 8950 | |
| 8951 | Using task: 270f59e0-f62f-43d5-815b-ea65acbc668c |
| 8952 | ================================================================================ |
| 8953 | [{u'__meta__': {u'action': u'write', |
| 8954 | u'blocksize': 256, |
| 8955 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileCkKATB -i 0 -s 128000 -r 256 -+n', |
| 8956 | u'concurence': 1, |
| 8957 | u'direct_io': False, |
| 8958 | u'iodepth': 16, |
| 8959 | u'size': 128000, |
| 8960 | u'sync': True, |
| 8961 | u'use_hight_io_priority': True}, |
| 8962 | u'bw_mean': 4388}, |
| 8963 | {u'__meta__': {u'action': u'write', |
| 8964 | u'blocksize': 256, |
| 8965 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filemUjYlW -i 0 -s 128000 -r 256 -+n', |
| 8966 | u'concurence': 1, |
| 8967 | u'direct_io': False, |
| 8968 | u'iodepth': 16, |
| 8969 | u'size': 128000, |
| 8970 | u'sync': True, |
| 8971 | u'use_hight_io_priority': True}, |
| 8972 | u'bw_mean': 4306}, |
| 8973 | {u'__meta__': {u'action': u'write', |
| 8974 | u'blocksize': 256, |
| 8975 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file1xuWy3 -i 0 -s 128000 -r 256 -+n', |
| 8976 | u'concurence': 1, |
| 8977 | u'direct_io': False, |
| 8978 | u'iodepth': 16, |
| 8979 | u'size': 128000, |
| 8980 | u'sync': True, |
| 8981 | u'use_hight_io_priority': True}, |
| 8982 | u'bw_mean': 4286}] |
| 8983 | ================================================================================ |
| 8984 | |
| 8985 | ====> {"write s 256k": [4326, 76]} |
| 8986 | |
| 8987 | ================================================================================ |
| 8988 | + for xxx in '$three_times' |
| 8989 | + [[ write randwrite == \w\r\i\t\e ]] |
| 8990 | + [[ s == \s ]] |
| 8991 | + ssync=-s |
| 8992 | + factor=x500 |
| 8993 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 256k --iosize x500 -s' |
| 8994 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 256k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 8995 | 12:23:06 15160 >>>> Start rally with opts 'task start /tmp/filekONTRW --deployment perf-1' |
| 8996 | -------------------------------------------------------------------------------- |
| 8997 | Preparing input task |
| 8998 | -------------------------------------------------------------------------------- |
| 8999 | |
| 9000 | Input task is: |
| 9001 | VMTasks.boot_runcommand_delete: |
| 9002 | - args: |
| 9003 | flavor: {name: ceph.512} |
| 9004 | floating_network: net04_ext |
| 9005 | force_delete: false |
| 9006 | image: {name: ubuntu} |
| 9007 | interpreter: /usr/bin/env python2 |
| 9008 | script: /tmp/file6WqEnN |
| 9009 | username: ubuntu |
| 9010 | context: |
| 9011 | network: {} |
| 9012 | users: {tenants: 1, users_per_tenant: 1} |
| 9013 | runner: {concurrency: 3, times: 3, type: constant} |
| 9014 | |
| 9015 | -------------------------------------------------------------------------------- |
| 9016 | Task f1171918-e8dd-416b-9c06-6f71e9212cf4: started |
| 9017 | -------------------------------------------------------------------------------- |
| 9018 | |
| 9019 | Benchmarking... This can take a while... |
| 9020 | |
| 9021 | To track task status use: |
| 9022 | |
| 9023 | rally task status |
| 9024 | or |
| 9025 | rally task detailed |
| 9026 | |
| 9027 | 12:24:55 15357 >>>> Start io test |
| 9028 | 12:24:55 15357 >>>> Ready and waiting on barrier. Will wait at most 190 seconds |
| 9029 | 12:24:57 15355 >>>> Start io test |
| 9030 | 12:24:57 15355 >>>> Ready and waiting on barrier. Will wait at most 188 seconds |
| 9031 | 12:24:59 15356 >>>> Start io test |
| 9032 | 12:24:59 15356 >>>> Ready and waiting on barrier. Will wait at most 186 seconds |
| 9033 | 12:25:42 15356 >>>> Test finished |
| 9034 | 12:25:42 15357 >>>> Test finished |
| 9035 | 12:25:42 15355 >>>> Test finished |
| 9036 | 2015-02-08 12:26:12.964 15160 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: fb73ed6a-1c9a-42d5-a0d6-719c94324008. |
| 9037 | |
| 9038 | -------------------------------------------------------------------------------- |
| 9039 | Task f1171918-e8dd-416b-9c06-6f71e9212cf4: finished |
| 9040 | -------------------------------------------------------------------------------- |
| 9041 | |
| 9042 | test scenario VMTasks.boot_runcommand_delete |
| 9043 | args position 0 |
| 9044 | args values: |
| 9045 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 9046 | u'floating_network': u'net04_ext', |
| 9047 | u'force_delete': False, |
| 9048 | u'image': {u'name': u'ubuntu'}, |
| 9049 | u'interpreter': u'/usr/bin/env python2', |
| 9050 | u'script': u'/tmp/file6WqEnN', |
| 9051 | u'username': u'ubuntu'}, |
| 9052 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 9053 | u'start_cidr': u'10.2.0.0/24'}, |
| 9054 | u'users': {u'project_domain': u'default', |
| 9055 | u'resource_management_workers': 30, |
| 9056 | u'tenants': 1, |
| 9057 | u'user_domain': u'default', |
| 9058 | u'users_per_tenant': 1}}, |
| 9059 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 9060 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9061 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 9062 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9063 | | nova.associate_floating_ip | 1.41 | 1.463 | 1.543 | 1.522 | 1.532 | 100.0% | 3 | |
| 9064 | | nova.boot_server | 63.241 | 63.577 | 64.236 | 64.04 | 64.138 | 100.0% | 3 | |
| 9065 | | nova.delete_server | 5.117 | 5.201 | 5.301 | 5.278 | 5.29 | 100.0% | 3 | |
| 9066 | | nova.dissociate_floating_ip | 1.641 | 5.079 | 6.801 | 6.8 | 6.8 | 100.0% | 3 | |
| 9067 | | total | 141.191 | 144.198 | 145.884 | 145.811 | 145.848 | 100.0% | 3 | |
| 9068 | | vm.run_command | 43.006 | 43.245 | 43.536 | 43.467 | 43.501 | 100.0% | 3 | |
| 9069 | | vm.wait_for_ping | 2.091 | 5.44 | 8.112 | 7.713 | 7.913 | 100.0% | 3 | |
| 9070 | | vm.wait_for_ssh | 11.639 | 13.279 | 15.23 | 14.777 | 15.004 | 100.0% | 3 | |
| 9071 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9072 | Load duration: 145.933766127 |
| 9073 | Full duration: 184.22948122 |
| 9074 | |
| 9075 | Scenario Specific Results |
| 9076 | |
| 9077 | +-------+-----+-----+-----+--------------+--------------+ |
| 9078 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 9079 | +-------+-----+-----+-----+--------------+--------------+ |
| 9080 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 9081 | +-------+-----+-----+-----+--------------+--------------+ |
| 9082 | |
| 9083 | HINTS: |
| 9084 | * To plot HTML graphics with this data, run: |
| 9085 | rally task report f1171918-e8dd-416b-9c06-6f71e9212cf4 --out output.html |
| 9086 | |
| 9087 | * To get raw JSON output of task results, run: |
| 9088 | rally task results f1171918-e8dd-416b-9c06-6f71e9212cf4 |
| 9089 | |
| 9090 | Using task: f1171918-e8dd-416b-9c06-6f71e9212cf4 |
| 9091 | ================================================================================ |
| 9092 | [{u'__meta__': {u'action': u'write', |
| 9093 | u'blocksize': 256, |
| 9094 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filetbgRHW -i 0 -s 128000 -r 256 -+n', |
| 9095 | u'concurence': 1, |
| 9096 | u'direct_io': False, |
| 9097 | u'iodepth': 16, |
| 9098 | u'size': 128000, |
| 9099 | u'sync': True, |
| 9100 | u'use_hight_io_priority': True}, |
| 9101 | u'bw_mean': 4263}, |
| 9102 | {u'__meta__': {u'action': u'write', |
| 9103 | u'blocksize': 256, |
| 9104 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file2zZfJI -i 0 -s 128000 -r 256 -+n', |
| 9105 | u'concurence': 1, |
| 9106 | u'direct_io': False, |
| 9107 | u'iodepth': 16, |
| 9108 | u'size': 128000, |
| 9109 | u'sync': True, |
| 9110 | u'use_hight_io_priority': True}, |
| 9111 | u'bw_mean': 4144}, |
| 9112 | {u'__meta__': {u'action': u'write', |
| 9113 | u'blocksize': 256, |
| 9114 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file1c2j1G -i 0 -s 128000 -r 256 -+n', |
| 9115 | u'concurence': 1, |
| 9116 | u'direct_io': False, |
| 9117 | u'iodepth': 16, |
| 9118 | u'size': 128000, |
| 9119 | u'sync': True, |
| 9120 | u'use_hight_io_priority': True}, |
| 9121 | u'bw_mean': 4223}] |
| 9122 | ================================================================================ |
| 9123 | |
| 9124 | ====> {"write s 256k": [4210, 85]} |
| 9125 | |
| 9126 | ================================================================================ |
| 9127 | + for sync in '$osync' |
| 9128 | + for xxx in '$three_times' |
| 9129 | + [[ write randwrite == \w\r\i\t\e ]] |
| 9130 | + [[ a == \s ]] |
| 9131 | + [[ 256k == \1\k ]] |
| 9132 | + [[ 256k == \4\k ]] |
| 9133 | + ssync= |
| 9134 | + factor=r2 |
| 9135 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 256k --iosize r2 ' |
| 9136 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 256k --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 9137 | 12:26:17 15658 >>>> Start rally with opts 'task start /tmp/fileuwVmcF --deployment perf-1' |
| 9138 | -------------------------------------------------------------------------------- |
| 9139 | Preparing input task |
| 9140 | -------------------------------------------------------------------------------- |
| 9141 | |
| 9142 | Input task is: |
| 9143 | VMTasks.boot_runcommand_delete: |
| 9144 | - args: |
| 9145 | flavor: {name: ceph.512} |
| 9146 | floating_network: net04_ext |
| 9147 | force_delete: false |
| 9148 | image: {name: ubuntu} |
| 9149 | interpreter: /usr/bin/env python2 |
| 9150 | script: /tmp/file6jUTaO |
| 9151 | username: ubuntu |
| 9152 | context: |
| 9153 | network: {} |
| 9154 | users: {tenants: 1, users_per_tenant: 1} |
| 9155 | runner: {concurrency: 3, times: 3, type: constant} |
| 9156 | |
| 9157 | -------------------------------------------------------------------------------- |
| 9158 | Task e2fedc07-7bfa-4dca-81f1-a58a7e4d3eeb: started |
| 9159 | -------------------------------------------------------------------------------- |
| 9160 | |
| 9161 | Benchmarking... This can take a while... |
| 9162 | |
| 9163 | To track task status use: |
| 9164 | |
| 9165 | rally task status |
| 9166 | or |
| 9167 | rally task detailed |
| 9168 | |
| 9169 | 12:27:43 15852 >>>> Start io test |
| 9170 | 12:27:43 15852 >>>> Ready and waiting on barrier. Will wait at most 213 seconds |
| 9171 | 12:31:17 15852 >>>> Barrier timeouted |
| 9172 | 12:31:59 15852 >>>> Test finished |
| 9173 | 2015-02-08 12:33:10.567 15658 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 8a841930-c49c-4eaa-8b61-cb9d70e7ea7a. |
| 9174 | |
| 9175 | -------------------------------------------------------------------------------- |
| 9176 | Task e2fedc07-7bfa-4dca-81f1-a58a7e4d3eeb: finished |
| 9177 | -------------------------------------------------------------------------------- |
| 9178 | |
| 9179 | test scenario VMTasks.boot_runcommand_delete |
| 9180 | args position 0 |
| 9181 | args values: |
| 9182 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 9183 | u'floating_network': u'net04_ext', |
| 9184 | u'force_delete': False, |
| 9185 | u'image': {u'name': u'ubuntu'}, |
| 9186 | u'interpreter': u'/usr/bin/env python2', |
| 9187 | u'script': u'/tmp/file6jUTaO', |
| 9188 | u'username': u'ubuntu'}, |
| 9189 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 9190 | u'start_cidr': u'10.2.0.0/24'}, |
| 9191 | u'users': {u'project_domain': u'default', |
| 9192 | u'resource_management_workers': 30, |
| 9193 | u'tenants': 1, |
| 9194 | u'user_domain': u'default', |
| 9195 | u'users_per_tenant': 1}}, |
| 9196 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 9197 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9198 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 9199 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9200 | | nova.associate_floating_ip | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 33.3% | 3 | |
| 9201 | | nova.boot_server | 41.314 | 41.314 | 41.314 | 41.314 | 41.314 | 33.3% | 3 | |
| 9202 | | nova.delete_server | 9.857 | 9.857 | 9.857 | 9.857 | 9.857 | 33.3% | 3 | |
| 9203 | | nova.dissociate_floating_ip | 7.372 | 7.372 | 7.372 | 7.372 | 7.372 | 33.3% | 3 | |
| 9204 | | total | 344.113 | 344.113 | 344.113 | 344.113 | 344.113 | 33.3% | 3 | |
| 9205 | | vm.run_command | 41.904 | 41.904 | 41.904 | 41.904 | 41.904 | 33.3% | 3 | |
| 9206 | | vm.wait_for_ping | 6.11 | 6.11 | 6.11 | 6.11 | 6.11 | 33.3% | 3 | |
| 9207 | | vm.wait_for_ssh | 18.716 | 18.716 | 18.716 | 18.716 | 18.716 | 33.3% | 3 | |
| 9208 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9209 | Load duration: 344.222681046 |
| 9210 | Full duration: 412.737450838 |
| 9211 | |
| 9212 | Scenario Specific Results |
| 9213 | |
| 9214 | +-------+-----+-----+-----+--------------+--------------+ |
| 9215 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 9216 | +-------+-----+-----+-----+--------------+--------------+ |
| 9217 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 9218 | +-------+-----+-----+-----+--------------+--------------+ |
| 9219 | |
| 9220 | HINTS: |
| 9221 | * To plot HTML graphics with this data, run: |
| 9222 | rally task report e2fedc07-7bfa-4dca-81f1-a58a7e4d3eeb --out output.html |
| 9223 | |
| 9224 | * To get raw JSON output of task results, run: |
| 9225 | rally task results e2fedc07-7bfa-4dca-81f1-a58a7e4d3eeb |
| 9226 | |
| 9227 | Using task: e2fedc07-7bfa-4dca-81f1-a58a7e4d3eeb |
| 9228 | ================================================================================ |
| 9229 | [{u'__meta__': {u'action': u'write', |
| 9230 | u'blocksize': 256, |
| 9231 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileBEdJb8 -i 0 -s 1003592 -r 256 -+n', |
| 9232 | u'concurence': 1, |
| 9233 | u'direct_io': False, |
| 9234 | u'iodepth': 16, |
| 9235 | u'size': 1003592, |
| 9236 | u'sync': False, |
| 9237 | u'use_hight_io_priority': True}, |
| 9238 | u'bw_mean': 64624}] |
| 9239 | ================================================================================ |
| 9240 | |
| 9241 | ====> {"write a 256k": [64624, 0]} |
| 9242 | |
| 9243 | ================================================================================ |
| 9244 | + for xxx in '$three_times' |
| 9245 | + [[ write randwrite == \w\r\i\t\e ]] |
| 9246 | + [[ a == \s ]] |
| 9247 | + [[ 256k == \1\k ]] |
| 9248 | + [[ 256k == \4\k ]] |
| 9249 | + ssync= |
| 9250 | + factor=r2 |
| 9251 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 256k --iosize r2 ' |
| 9252 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 256k --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 9253 | 12:33:16 16214 >>>> Start rally with opts 'task start /tmp/fileUCMzFI --deployment perf-1' |
| 9254 | -------------------------------------------------------------------------------- |
| 9255 | Preparing input task |
| 9256 | -------------------------------------------------------------------------------- |
| 9257 | |
| 9258 | Input task is: |
| 9259 | VMTasks.boot_runcommand_delete: |
| 9260 | - args: |
| 9261 | flavor: {name: ceph.512} |
| 9262 | floating_network: net04_ext |
| 9263 | force_delete: false |
| 9264 | image: {name: ubuntu} |
| 9265 | interpreter: /usr/bin/env python2 |
| 9266 | script: /tmp/fileO67Kn8 |
| 9267 | username: ubuntu |
| 9268 | context: |
| 9269 | network: {} |
| 9270 | users: {tenants: 1, users_per_tenant: 1} |
| 9271 | runner: {concurrency: 3, times: 3, type: constant} |
| 9272 | |
| 9273 | -------------------------------------------------------------------------------- |
| 9274 | Task 8c0098db-05ed-4cb9-ab56-4a0c162d4c09: started |
| 9275 | -------------------------------------------------------------------------------- |
| 9276 | |
| 9277 | Benchmarking... This can take a while... |
| 9278 | |
| 9279 | To track task status use: |
| 9280 | |
| 9281 | rally task status |
| 9282 | or |
| 9283 | rally task detailed |
| 9284 | |
| 9285 | 12:35:03 16438 >>>> Start io test |
| 9286 | 12:35:03 16438 >>>> Ready and waiting on barrier. Will wait at most 193 seconds |
| 9287 | 12:35:09 16436 >>>> Start io test |
| 9288 | 12:35:09 16436 >>>> Ready and waiting on barrier. Will wait at most 186 seconds |
| 9289 | 12:35:10 16437 >>>> Start io test |
| 9290 | 12:35:10 16437 >>>> Ready and waiting on barrier. Will wait at most 185 seconds |
| 9291 | 12:36:44 16436 >>>> Test finished |
| 9292 | 12:36:46 16438 >>>> Test finished |
| 9293 | 12:36:47 16437 >>>> Test finished |
| 9294 | 2015-02-08 12:37:20.648 16214 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 353e1896-dc09-4f71-b4ea-3fa6aef2b752. |
| 9295 | |
| 9296 | -------------------------------------------------------------------------------- |
| 9297 | Task 8c0098db-05ed-4cb9-ab56-4a0c162d4c09: finished |
| 9298 | -------------------------------------------------------------------------------- |
| 9299 | |
| 9300 | test scenario VMTasks.boot_runcommand_delete |
| 9301 | args position 0 |
| 9302 | args values: |
| 9303 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 9304 | u'floating_network': u'net04_ext', |
| 9305 | u'force_delete': False, |
| 9306 | u'image': {u'name': u'ubuntu'}, |
| 9307 | u'interpreter': u'/usr/bin/env python2', |
| 9308 | u'script': u'/tmp/fileO67Kn8', |
| 9309 | u'username': u'ubuntu'}, |
| 9310 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 9311 | u'start_cidr': u'10.2.0.0/24'}, |
| 9312 | u'users': {u'project_domain': u'default', |
| 9313 | u'resource_management_workers': 30, |
| 9314 | u'tenants': 1, |
| 9315 | u'user_domain': u'default', |
| 9316 | u'users_per_tenant': 1}}, |
| 9317 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 9318 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9319 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 9320 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9321 | | nova.associate_floating_ip | 1.609 | 1.888 | 2.398 | 2.25 | 2.324 | 100.0% | 3 | |
| 9322 | | nova.boot_server | 58.398 | 58.995 | 59.629 | 59.495 | 59.562 | 100.0% | 3 | |
| 9323 | | nova.delete_server | 5.188 | 6.946 | 9.889 | 9.064 | 9.476 | 100.0% | 3 | |
| 9324 | | nova.dissociate_floating_ip | 1.723 | 3.457 | 6.747 | 5.777 | 6.262 | 100.0% | 3 | |
| 9325 | | total | 191.801 | 193.272 | 194.732 | 194.442 | 194.587 | 100.0% | 3 | |
| 9326 | | vm.run_command | 94.119 | 95.412 | 96.358 | 96.238 | 96.298 | 100.0% | 3 | |
| 9327 | | vm.wait_for_ping | 0.076 | 4.564 | 8.117 | 7.594 | 7.855 | 100.0% | 3 | |
| 9328 | | vm.wait_for_ssh | 5.748 | 8.068 | 11.734 | 10.731 | 11.233 | 100.0% | 3 | |
| 9329 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9330 | Load duration: 194.805016041 |
| 9331 | Full duration: 238.737823009 |
| 9332 | |
| 9333 | Scenario Specific Results |
| 9334 | |
| 9335 | +-------+-----+-----+-----+--------------+--------------+ |
| 9336 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 9337 | +-------+-----+-----+-----+--------------+--------------+ |
| 9338 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 9339 | +-------+-----+-----+-----+--------------+--------------+ |
| 9340 | |
| 9341 | HINTS: |
| 9342 | * To plot HTML graphics with this data, run: |
| 9343 | rally task report 8c0098db-05ed-4cb9-ab56-4a0c162d4c09 --out output.html |
| 9344 | |
| 9345 | * To get raw JSON output of task results, run: |
| 9346 | rally task results 8c0098db-05ed-4cb9-ab56-4a0c162d4c09 |
| 9347 | |
| 9348 | Using task: 8c0098db-05ed-4cb9-ab56-4a0c162d4c09 |
| 9349 | ================================================================================ |
| 9350 | [{u'__meta__': {u'action': u'write', |
| 9351 | u'blocksize': 256, |
| 9352 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileb4kv7m -i 0 -s 1003592 -r 256 -+n', |
| 9353 | u'concurence': 1, |
| 9354 | u'direct_io': False, |
| 9355 | u'iodepth': 16, |
| 9356 | u'size': 1003592, |
| 9357 | u'sync': False, |
| 9358 | u'use_hight_io_priority': True}, |
| 9359 | u'bw_mean': 26169}, |
| 9360 | {u'__meta__': {u'action': u'write', |
| 9361 | u'blocksize': 256, |
| 9362 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filesaWYSE -i 0 -s 1003592 -r 256 -+n', |
| 9363 | u'concurence': 1, |
| 9364 | u'direct_io': False, |
| 9365 | u'iodepth': 16, |
| 9366 | u'size': 1003592, |
| 9367 | u'sync': False, |
| 9368 | u'use_hight_io_priority': True}, |
| 9369 | u'bw_mean': 25860}, |
| 9370 | {u'__meta__': {u'action': u'write', |
| 9371 | u'blocksize': 256, |
| 9372 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileB1Po0e -i 0 -s 1003592 -r 256 -+n', |
| 9373 | u'concurence': 1, |
| 9374 | u'direct_io': False, |
| 9375 | u'iodepth': 16, |
| 9376 | u'size': 1003592, |
| 9377 | u'sync': False, |
| 9378 | u'use_hight_io_priority': True}, |
| 9379 | u'bw_mean': 24369}] |
| 9380 | ================================================================================ |
| 9381 | |
| 9382 | ====> {"write a 256k": [25466, 1361]} |
| 9383 | |
| 9384 | ================================================================================ |
| 9385 | + for xxx in '$three_times' |
| 9386 | + [[ write randwrite == \w\r\i\t\e ]] |
| 9387 | + [[ a == \s ]] |
| 9388 | + [[ 256k == \1\k ]] |
| 9389 | + [[ 256k == \4\k ]] |
| 9390 | + ssync= |
| 9391 | + factor=r2 |
| 9392 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 256k --iosize r2 ' |
| 9393 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 256k --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 9394 | 12:37:25 16796 >>>> Start rally with opts 'task start /tmp/file4flKkC --deployment perf-1' |
| 9395 | -------------------------------------------------------------------------------- |
| 9396 | Preparing input task |
| 9397 | -------------------------------------------------------------------------------- |
| 9398 | |
| 9399 | Input task is: |
| 9400 | VMTasks.boot_runcommand_delete: |
| 9401 | - args: |
| 9402 | flavor: {name: ceph.512} |
| 9403 | floating_network: net04_ext |
| 9404 | force_delete: false |
| 9405 | image: {name: ubuntu} |
| 9406 | interpreter: /usr/bin/env python2 |
| 9407 | script: /tmp/fileYXNDei |
| 9408 | username: ubuntu |
| 9409 | context: |
| 9410 | network: {} |
| 9411 | users: {tenants: 1, users_per_tenant: 1} |
| 9412 | runner: {concurrency: 3, times: 3, type: constant} |
| 9413 | |
| 9414 | -------------------------------------------------------------------------------- |
| 9415 | Task 40b51d80-ed84-40f6-af85-8c16c4b029d8: started |
| 9416 | -------------------------------------------------------------------------------- |
| 9417 | |
| 9418 | Benchmarking... This can take a while... |
| 9419 | |
| 9420 | To track task status use: |
| 9421 | |
| 9422 | rally task status |
| 9423 | or |
| 9424 | rally task detailed |
| 9425 | |
| 9426 | 12:39:22 17000 >>>> Start io test |
| 9427 | 12:39:22 17000 >>>> Ready and waiting on barrier. Will wait at most 182 seconds |
| 9428 | 12:39:24 16999 >>>> Start io test |
| 9429 | 12:39:24 16999 >>>> Ready and waiting on barrier. Will wait at most 181 seconds |
| 9430 | 12:39:30 16998 >>>> Start io test |
| 9431 | 12:39:30 16998 >>>> Ready and waiting on barrier. Will wait at most 174 seconds |
| 9432 | 12:41:05 17000 >>>> Test finished |
| 9433 | 12:41:06 16998 >>>> Test finished |
| 9434 | 12:41:06 16999 >>>> Test finished |
| 9435 | 2015-02-08 12:41:51.857 16796 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: a60e361b-7181-4299-aac3-97eeee6401d9. |
| 9436 | |
| 9437 | -------------------------------------------------------------------------------- |
| 9438 | Task 40b51d80-ed84-40f6-af85-8c16c4b029d8: finished |
| 9439 | -------------------------------------------------------------------------------- |
| 9440 | |
| 9441 | test scenario VMTasks.boot_runcommand_delete |
| 9442 | args position 0 |
| 9443 | args values: |
| 9444 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 9445 | u'floating_network': u'net04_ext', |
| 9446 | u'force_delete': False, |
| 9447 | u'image': {u'name': u'ubuntu'}, |
| 9448 | u'interpreter': u'/usr/bin/env python2', |
| 9449 | u'script': u'/tmp/fileYXNDei', |
| 9450 | u'username': u'ubuntu'}, |
| 9451 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 9452 | u'start_cidr': u'10.2.0.0/24'}, |
| 9453 | u'users': {u'project_domain': u'default', |
| 9454 | u'resource_management_workers': 30, |
| 9455 | u'tenants': 1, |
| 9456 | u'user_domain': u'default', |
| 9457 | u'users_per_tenant': 1}}, |
| 9458 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 9459 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9460 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 9461 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9462 | | nova.associate_floating_ip | 1.617 | 1.695 | 1.764 | 1.752 | 1.758 | 100.0% | 3 | |
| 9463 | | nova.boot_server | 58.992 | 60.217 | 61.048 | 60.961 | 61.004 | 100.0% | 3 | |
| 9464 | | nova.delete_server | 5.188 | 8.109 | 12.52 | 11.34 | 11.93 | 100.0% | 3 | |
| 9465 | | nova.dissociate_floating_ip | 1.767 | 5.225 | 6.967 | 6.962 | 6.965 | 100.0% | 3 | |
| 9466 | | total | 205.563 | 209.291 | 212.276 | 211.828 | 212.052 | 100.0% | 3 | |
| 9467 | | vm.run_command | 95.356 | 95.828 | 96.112 | 96.093 | 96.102 | 100.0% | 3 | |
| 9468 | | vm.wait_for_ping | 0.079 | 3.428 | 6.112 | 5.708 | 5.91 | 100.0% | 3 | |
| 9469 | | vm.wait_for_ssh | 15.296 | 17.775 | 20.074 | 19.65 | 19.862 | 100.0% | 3 | |
| 9470 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9471 | Load duration: 212.371304989 |
| 9472 | Full duration: 261.27235508 |
| 9473 | |
| 9474 | Scenario Specific Results |
| 9475 | |
| 9476 | +-------+-----+-----+-----+--------------+--------------+ |
| 9477 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 9478 | +-------+-----+-----+-----+--------------+--------------+ |
| 9479 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 9480 | +-------+-----+-----+-----+--------------+--------------+ |
| 9481 | |
| 9482 | HINTS: |
| 9483 | * To plot HTML graphics with this data, run: |
| 9484 | rally task report 40b51d80-ed84-40f6-af85-8c16c4b029d8 --out output.html |
| 9485 | |
| 9486 | * To get raw JSON output of task results, run: |
| 9487 | rally task results 40b51d80-ed84-40f6-af85-8c16c4b029d8 |
| 9488 | |
| 9489 | Using task: 40b51d80-ed84-40f6-af85-8c16c4b029d8 |
| 9490 | ================================================================================ |
| 9491 | [{u'__meta__': {u'action': u'write', |
| 9492 | u'blocksize': 256, |
| 9493 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileJuR5S4 -i 0 -s 1003592 -r 256 -+n', |
| 9494 | u'concurence': 1, |
| 9495 | u'direct_io': False, |
| 9496 | u'iodepth': 16, |
| 9497 | u'size': 1003592, |
| 9498 | u'sync': False, |
| 9499 | u'use_hight_io_priority': True}, |
| 9500 | u'bw_mean': 25335}, |
| 9501 | {u'__meta__': {u'action': u'write', |
| 9502 | u'blocksize': 256, |
| 9503 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file9I2MkK -i 0 -s 1003592 -r 256 -+n', |
| 9504 | u'concurence': 1, |
| 9505 | u'direct_io': False, |
| 9506 | u'iodepth': 16, |
| 9507 | u'size': 1003592, |
| 9508 | u'sync': False, |
| 9509 | u'use_hight_io_priority': True}, |
| 9510 | u'bw_mean': 22708}, |
| 9511 | {u'__meta__': {u'action': u'write', |
| 9512 | u'blocksize': 256, |
| 9513 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileUZbVoE -i 0 -s 1003592 -r 256 -+n', |
| 9514 | u'concurence': 1, |
| 9515 | u'direct_io': False, |
| 9516 | u'iodepth': 16, |
| 9517 | u'size': 1003592, |
| 9518 | u'sync': False, |
| 9519 | u'use_hight_io_priority': True}, |
| 9520 | u'bw_mean': 23225}] |
| 9521 | ================================================================================ |
| 9522 | |
| 9523 | ====> {"write a 256k": [23756, 1968]} |
| 9524 | |
| 9525 | ================================================================================ |
| 9526 | + for op in '$ops' |
| 9527 | + for sync in '$osync' |
| 9528 | + for xxx in '$three_times' |
| 9529 | + [[ write randwrite == \w\r\i\t\e ]] |
| 9530 | + [[ s == \s ]] |
| 9531 | + ssync=-s |
| 9532 | + factor=x500 |
| 9533 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 256k --iosize x500 -s' |
| 9534 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 256k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 9535 | 12:41:56 17326 >>>> Start rally with opts 'task start /tmp/file8KWPdy --deployment perf-1' |
| 9536 | -------------------------------------------------------------------------------- |
| 9537 | Preparing input task |
| 9538 | -------------------------------------------------------------------------------- |
| 9539 | |
| 9540 | Input task is: |
| 9541 | VMTasks.boot_runcommand_delete: |
| 9542 | - args: |
| 9543 | flavor: {name: ceph.512} |
| 9544 | floating_network: net04_ext |
| 9545 | force_delete: false |
| 9546 | image: {name: ubuntu} |
| 9547 | interpreter: /usr/bin/env python2 |
| 9548 | script: /tmp/fileQ6U6PH |
| 9549 | username: ubuntu |
| 9550 | context: |
| 9551 | network: {} |
| 9552 | users: {tenants: 1, users_per_tenant: 1} |
| 9553 | runner: {concurrency: 3, times: 3, type: constant} |
| 9554 | |
| 9555 | -------------------------------------------------------------------------------- |
| 9556 | Task a98094fa-f315-45ab-a94f-68be82dced3c: started |
| 9557 | -------------------------------------------------------------------------------- |
| 9558 | |
| 9559 | Benchmarking... This can take a while... |
| 9560 | |
| 9561 | To track task status use: |
| 9562 | |
| 9563 | rally task status |
| 9564 | or |
| 9565 | rally task detailed |
| 9566 | |
| 9567 | 12:43:45 17565 >>>> Start io test |
| 9568 | 12:43:45 17565 >>>> Ready and waiting on barrier. Will wait at most 190 seconds |
| 9569 | 12:43:46 17566 >>>> Start io test |
| 9570 | 12:43:46 17566 >>>> Ready and waiting on barrier. Will wait at most 190 seconds |
| 9571 | 12:43:51 17564 >>>> Start io test |
| 9572 | 12:43:51 17564 >>>> Ready and waiting on barrier. Will wait at most 184 seconds |
| 9573 | 12:44:40 17565 >>>> Test finished |
| 9574 | 12:44:41 17566 >>>> Test finished |
| 9575 | 12:44:42 17564 >>>> Test finished |
| 9576 | 2015-02-08 12:45:17.360 17326 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 6d358791-0ab4-4153-9c0d-564046c4a66f. |
| 9577 | |
| 9578 | -------------------------------------------------------------------------------- |
| 9579 | Task a98094fa-f315-45ab-a94f-68be82dced3c: finished |
| 9580 | -------------------------------------------------------------------------------- |
| 9581 | |
| 9582 | test scenario VMTasks.boot_runcommand_delete |
| 9583 | args position 0 |
| 9584 | args values: |
| 9585 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 9586 | u'floating_network': u'net04_ext', |
| 9587 | u'force_delete': False, |
| 9588 | u'image': {u'name': u'ubuntu'}, |
| 9589 | u'interpreter': u'/usr/bin/env python2', |
| 9590 | u'script': u'/tmp/fileQ6U6PH', |
| 9591 | u'username': u'ubuntu'}, |
| 9592 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 9593 | u'start_cidr': u'10.2.0.0/24'}, |
| 9594 | u'users': {u'project_domain': u'default', |
| 9595 | u'resource_management_workers': 30, |
| 9596 | u'tenants': 1, |
| 9597 | u'user_domain': u'default', |
| 9598 | u'users_per_tenant': 1}}, |
| 9599 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 9600 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9601 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 9602 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9603 | | nova.associate_floating_ip | 1.348 | 4.837 | 6.642 | 6.618 | 6.63 | 100.0% | 3 | |
| 9604 | | nova.boot_server | 64.126 | 65.663 | 67.496 | 67.071 | 67.284 | 100.0% | 3 | |
| 9605 | | nova.delete_server | 5.112 | 5.166 | 5.242 | 5.222 | 5.232 | 100.0% | 3 | |
| 9606 | | nova.dissociate_floating_ip | 1.659 | 3.377 | 6.674 | 5.699 | 6.187 | 100.0% | 3 | |
| 9607 | | total | 155.364 | 156.664 | 157.337 | 157.328 | 157.332 | 100.0% | 3 | |
| 9608 | | vm.run_command | 48.727 | 49.962 | 50.735 | 50.673 | 50.704 | 100.0% | 3 | |
| 9609 | | vm.wait_for_ping | 0.201 | 2.952 | 6.53 | 5.649 | 6.089 | 100.0% | 3 | |
| 9610 | | vm.wait_for_ssh | 12.168 | 12.282 | 12.463 | 12.413 | 12.438 | 100.0% | 3 | |
| 9611 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9612 | Load duration: 157.431988955 |
| 9613 | Full duration: 198.366993904 |
| 9614 | |
| 9615 | Scenario Specific Results |
| 9616 | |
| 9617 | +-------+-----+-----+-----+--------------+--------------+ |
| 9618 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 9619 | +-------+-----+-----+-----+--------------+--------------+ |
| 9620 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 9621 | +-------+-----+-----+-----+--------------+--------------+ |
| 9622 | |
| 9623 | HINTS: |
| 9624 | * To plot HTML graphics with this data, run: |
| 9625 | rally task report a98094fa-f315-45ab-a94f-68be82dced3c --out output.html |
| 9626 | |
| 9627 | * To get raw JSON output of task results, run: |
| 9628 | rally task results a98094fa-f315-45ab-a94f-68be82dced3c |
| 9629 | |
| 9630 | Using task: a98094fa-f315-45ab-a94f-68be82dced3c |
| 9631 | ================================================================================ |
| 9632 | [{u'__meta__': {u'action': u'randwrite', |
| 9633 | u'blocksize': 256, |
| 9634 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileQMzXu9 -i 2 -s 128000 -r 256 -+n', |
| 9635 | u'concurence': 1, |
| 9636 | u'direct_io': False, |
| 9637 | u'iodepth': 16, |
| 9638 | u'size': 128000, |
| 9639 | u'sync': True, |
| 9640 | u'use_hight_io_priority': True}, |
| 9641 | u'bw_mean': 3499}, |
| 9642 | {u'__meta__': {u'action': u'randwrite', |
| 9643 | u'blocksize': 256, |
| 9644 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileL7vepn -i 2 -s 128000 -r 256 -+n', |
| 9645 | u'concurence': 1, |
| 9646 | u'direct_io': False, |
| 9647 | u'iodepth': 16, |
| 9648 | u'size': 128000, |
| 9649 | u'sync': True, |
| 9650 | u'use_hight_io_priority': True}, |
| 9651 | u'bw_mean': 3310}, |
| 9652 | {u'__meta__': {u'action': u'randwrite', |
| 9653 | u'blocksize': 256, |
| 9654 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filemV4ThD -i 2 -s 128000 -r 256 -+n', |
| 9655 | u'concurence': 1, |
| 9656 | u'direct_io': False, |
| 9657 | u'iodepth': 16, |
| 9658 | u'size': 128000, |
| 9659 | u'sync': True, |
| 9660 | u'use_hight_io_priority': True}, |
| 9661 | u'bw_mean': 3277}] |
| 9662 | ================================================================================ |
| 9663 | |
| 9664 | ====> {"randwrite s 256k": [3362, 169]} |
| 9665 | |
| 9666 | ================================================================================ |
| 9667 | + for xxx in '$three_times' |
| 9668 | + [[ write randwrite == \w\r\i\t\e ]] |
| 9669 | + [[ s == \s ]] |
| 9670 | + ssync=-s |
| 9671 | + factor=x500 |
| 9672 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 256k --iosize x500 -s' |
| 9673 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 256k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 9674 | 12:45:21 17868 >>>> Start rally with opts 'task start /tmp/file5j1P9J --deployment perf-1' |
| 9675 | -------------------------------------------------------------------------------- |
| 9676 | Preparing input task |
| 9677 | -------------------------------------------------------------------------------- |
| 9678 | |
| 9679 | Input task is: |
| 9680 | VMTasks.boot_runcommand_delete: |
| 9681 | - args: |
| 9682 | flavor: {name: ceph.512} |
| 9683 | floating_network: net04_ext |
| 9684 | force_delete: false |
| 9685 | image: {name: ubuntu} |
| 9686 | interpreter: /usr/bin/env python2 |
| 9687 | script: /tmp/filevDbECG |
| 9688 | username: ubuntu |
| 9689 | context: |
| 9690 | network: {} |
| 9691 | users: {tenants: 1, users_per_tenant: 1} |
| 9692 | runner: {concurrency: 3, times: 3, type: constant} |
| 9693 | |
| 9694 | -------------------------------------------------------------------------------- |
| 9695 | Task e980be95-6fe0-49ab-85c6-37b27aba036f: started |
| 9696 | -------------------------------------------------------------------------------- |
| 9697 | |
| 9698 | Benchmarking... This can take a while... |
| 9699 | |
| 9700 | To track task status use: |
| 9701 | |
| 9702 | rally task status |
| 9703 | or |
| 9704 | rally task detailed |
| 9705 | |
| 9706 | 12:46:47 18072 >>>> Start io test |
| 9707 | 12:46:47 18072 >>>> Ready and waiting on barrier. Will wait at most 214 seconds |
| 9708 | 12:46:50 18073 >>>> Start io test |
| 9709 | 12:46:50 18073 >>>> Ready and waiting on barrier. Will wait at most 211 seconds |
| 9710 | 12:50:21 18073 >>>> Barrier timeouted |
| 9711 | 12:50:21 18072 >>>> Barrier timeouted |
| 9712 | 12:51:00 18072 >>>> Test finished |
| 9713 | 12:51:00 18073 >>>> Test finished |
| 9714 | 2015-02-08 12:52:00.372 17868 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 11ba14d6-2318-4da9-a735-eea3a52ecc1b. |
| 9715 | |
| 9716 | -------------------------------------------------------------------------------- |
| 9717 | Task e980be95-6fe0-49ab-85c6-37b27aba036f: finished |
| 9718 | -------------------------------------------------------------------------------- |
| 9719 | |
| 9720 | test scenario VMTasks.boot_runcommand_delete |
| 9721 | args position 0 |
| 9722 | args values: |
| 9723 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 9724 | u'floating_network': u'net04_ext', |
| 9725 | u'force_delete': False, |
| 9726 | u'image': {u'name': u'ubuntu'}, |
| 9727 | u'interpreter': u'/usr/bin/env python2', |
| 9728 | u'script': u'/tmp/filevDbECG', |
| 9729 | u'username': u'ubuntu'}, |
| 9730 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 9731 | u'start_cidr': u'10.2.0.0/24'}, |
| 9732 | u'users': {u'project_domain': u'default', |
| 9733 | u'resource_management_workers': 30, |
| 9734 | u'tenants': 1, |
| 9735 | u'user_domain': u'default', |
| 9736 | u'users_per_tenant': 1}}, |
| 9737 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 9738 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9739 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 9740 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9741 | | nova.associate_floating_ip | 1.36 | 2.136 | 2.912 | 2.756 | 2.834 | 66.7% | 3 | |
| 9742 | | nova.boot_server | 50.686 | 50.987 | 51.287 | 51.227 | 51.257 | 66.7% | 3 | |
| 9743 | | nova.delete_server | 5.723 | 8.021 | 10.32 | 9.86 | 10.09 | 66.7% | 3 | |
| 9744 | | nova.dissociate_floating_ip | 7.721 | 7.738 | 7.754 | 7.751 | 7.753 | 66.7% | 3 | |
| 9745 | | total | 342.089 | 344.387 | 346.685 | 346.225 | 346.455 | 66.7% | 3 | |
| 9746 | | vm.run_command | 38.54 | 38.544 | 38.548 | 38.548 | 38.548 | 66.7% | 3 | |
| 9747 | | vm.wait_for_ping | 4.701 | 4.821 | 4.941 | 4.917 | 4.929 | 66.7% | 3 | |
| 9748 | | vm.wait_for_ssh | 7.623 | 9.284 | 10.946 | 10.613 | 10.78 | 66.7% | 3 | |
| 9749 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9750 | Load duration: 346.821579933 |
| 9751 | Full duration: 396.39201808 |
| 9752 | |
| 9753 | Scenario Specific Results |
| 9754 | |
| 9755 | +-------+-----+-----+-----+--------------+--------------+ |
| 9756 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 9757 | +-------+-----+-----+-----+--------------+--------------+ |
| 9758 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 9759 | +-------+-----+-----+-----+--------------+--------------+ |
| 9760 | |
| 9761 | HINTS: |
| 9762 | * To plot HTML graphics with this data, run: |
| 9763 | rally task report e980be95-6fe0-49ab-85c6-37b27aba036f --out output.html |
| 9764 | |
| 9765 | * To get raw JSON output of task results, run: |
| 9766 | rally task results e980be95-6fe0-49ab-85c6-37b27aba036f |
| 9767 | |
| 9768 | Using task: e980be95-6fe0-49ab-85c6-37b27aba036f |
| 9769 | ================================================================================ |
| 9770 | [{u'__meta__': {u'action': u'randwrite', |
| 9771 | u'blocksize': 256, |
| 9772 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filezlepII -i 2 -s 128000 -r 256 -+n', |
| 9773 | u'concurence': 1, |
| 9774 | u'direct_io': False, |
| 9775 | u'iodepth': 16, |
| 9776 | u'size': 128000, |
| 9777 | u'sync': True, |
| 9778 | u'use_hight_io_priority': True}, |
| 9779 | u'bw_mean': 4465}, |
| 9780 | {u'__meta__': {u'action': u'randwrite', |
| 9781 | u'blocksize': 256, |
| 9782 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filek6Jr6f -i 2 -s 128000 -r 256 -+n', |
| 9783 | u'concurence': 1, |
| 9784 | u'direct_io': False, |
| 9785 | u'iodepth': 16, |
| 9786 | u'size': 128000, |
| 9787 | u'sync': True, |
| 9788 | u'use_hight_io_priority': True}, |
| 9789 | u'bw_mean': 4524}] |
| 9790 | ================================================================================ |
| 9791 | |
| 9792 | ====> {"randwrite s 256k": [4494, 41]} |
| 9793 | |
| 9794 | ================================================================================ |
| 9795 | + for xxx in '$three_times' |
| 9796 | + [[ write randwrite == \w\r\i\t\e ]] |
| 9797 | + [[ s == \s ]] |
| 9798 | + ssync=-s |
| 9799 | + factor=x500 |
| 9800 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 256k --iosize x500 -s' |
| 9801 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 256k --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 9802 | 12:52:04 18405 >>>> Start rally with opts 'task start /tmp/fileOVKvAh --deployment perf-1' |
| 9803 | -------------------------------------------------------------------------------- |
| 9804 | Preparing input task |
| 9805 | -------------------------------------------------------------------------------- |
| 9806 | |
| 9807 | Input task is: |
| 9808 | VMTasks.boot_runcommand_delete: |
| 9809 | - args: |
| 9810 | flavor: {name: ceph.512} |
| 9811 | floating_network: net04_ext |
| 9812 | force_delete: false |
| 9813 | image: {name: ubuntu} |
| 9814 | interpreter: /usr/bin/env python2 |
| 9815 | script: /tmp/filehRnGo4 |
| 9816 | username: ubuntu |
| 9817 | context: |
| 9818 | network: {} |
| 9819 | users: {tenants: 1, users_per_tenant: 1} |
| 9820 | runner: {concurrency: 3, times: 3, type: constant} |
| 9821 | |
| 9822 | -------------------------------------------------------------------------------- |
| 9823 | Task 49a1fd70-546f-4465-9422-4ec97b8e253c: started |
| 9824 | -------------------------------------------------------------------------------- |
| 9825 | |
| 9826 | Benchmarking... This can take a while... |
| 9827 | |
| 9828 | To track task status use: |
| 9829 | |
| 9830 | rally task status |
| 9831 | or |
| 9832 | rally task detailed |
| 9833 | |
| 9834 | 12:53:50 18639 >>>> Start io test |
| 9835 | 12:53:50 18639 >>>> Ready and waiting on barrier. Will wait at most 194 seconds |
| 9836 | 12:53:53 18637 >>>> Start io test |
| 9837 | 12:53:53 18637 >>>> Ready and waiting on barrier. Will wait at most 190 seconds |
| 9838 | 12:53:59 18640 >>>> Start io test |
| 9839 | 12:53:59 18640 >>>> Ready and waiting on barrier. Will wait at most 184 seconds |
| 9840 | 12:54:49 18640 >>>> Test finished |
| 9841 | 12:54:49 18639 >>>> Test finished |
| 9842 | 12:54:49 18637 >>>> Test finished |
| 9843 | 2015-02-08 12:55:19.211 18405 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: eccba0ec-bb95-483c-8858-31e0532ef903. |
| 9844 | |
| 9845 | -------------------------------------------------------------------------------- |
| 9846 | Task 49a1fd70-546f-4465-9422-4ec97b8e253c: finished |
| 9847 | -------------------------------------------------------------------------------- |
| 9848 | |
| 9849 | test scenario VMTasks.boot_runcommand_delete |
| 9850 | args position 0 |
| 9851 | args values: |
| 9852 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 9853 | u'floating_network': u'net04_ext', |
| 9854 | u'force_delete': False, |
| 9855 | u'image': {u'name': u'ubuntu'}, |
| 9856 | u'interpreter': u'/usr/bin/env python2', |
| 9857 | u'script': u'/tmp/filehRnGo4', |
| 9858 | u'username': u'ubuntu'}, |
| 9859 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 9860 | u'start_cidr': u'10.2.0.0/24'}, |
| 9861 | u'users': {u'project_domain': u'default', |
| 9862 | u'resource_management_workers': 30, |
| 9863 | u'tenants': 1, |
| 9864 | u'user_domain': u'default', |
| 9865 | u'users_per_tenant': 1}}, |
| 9866 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 9867 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9868 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 9869 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9870 | | nova.associate_floating_ip | 1.384 | 1.517 | 1.618 | 1.604 | 1.611 | 100.0% | 3 | |
| 9871 | | nova.boot_server | 61.619 | 63.693 | 67.494 | 66.389 | 66.942 | 100.0% | 3 | |
| 9872 | | nova.delete_server | 5.137 | 6.722 | 9.854 | 8.918 | 9.386 | 100.0% | 3 | |
| 9873 | | nova.dissociate_floating_ip | 1.521 | 3.271 | 6.495 | 5.555 | 6.025 | 100.0% | 3 | |
| 9874 | | total | 151.301 | 151.444 | 151.525 | 151.521 | 151.523 | 100.0% | 3 | |
| 9875 | | vm.run_command | 49.217 | 49.482 | 49.632 | 49.626 | 49.629 | 100.0% | 3 | |
| 9876 | | vm.wait_for_ping | 2.08 | 3.562 | 6.526 | 5.637 | 6.082 | 100.0% | 3 | |
| 9877 | | vm.wait_for_ssh | 6.606 | 9.782 | 11.555 | 11.48 | 11.518 | 100.0% | 3 | |
| 9878 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 9879 | Load duration: 151.625242949 |
| 9880 | Full duration: 191.843375921 |
| 9881 | |
| 9882 | Scenario Specific Results |
| 9883 | |
| 9884 | +-------+-----+-----+-----+--------------+--------------+ |
| 9885 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 9886 | +-------+-----+-----+-----+--------------+--------------+ |
| 9887 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 9888 | +-------+-----+-----+-----+--------------+--------------+ |
| 9889 | |
| 9890 | HINTS: |
| 9891 | * To plot HTML graphics with this data, run: |
| 9892 | rally task report 49a1fd70-546f-4465-9422-4ec97b8e253c --out output.html |
| 9893 | |
| 9894 | * To get raw JSON output of task results, run: |
| 9895 | rally task results 49a1fd70-546f-4465-9422-4ec97b8e253c |
| 9896 | |
| 9897 | Using task: 49a1fd70-546f-4465-9422-4ec97b8e253c |
| 9898 | ================================================================================ |
| 9899 | [{u'__meta__': {u'action': u'randwrite', |
| 9900 | u'blocksize': 256, |
| 9901 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file2GjAAY -i 2 -s 128000 -r 256 -+n', |
| 9902 | u'concurence': 1, |
| 9903 | u'direct_io': False, |
| 9904 | u'iodepth': 16, |
| 9905 | u'size': 128000, |
| 9906 | u'sync': True, |
| 9907 | u'use_hight_io_priority': True}, |
| 9908 | u'bw_mean': 3329}, |
| 9909 | {u'__meta__': {u'action': u'randwrite', |
| 9910 | u'blocksize': 256, |
| 9911 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filetIzxZh -i 2 -s 128000 -r 256 -+n', |
| 9912 | u'concurence': 1, |
| 9913 | u'direct_io': False, |
| 9914 | u'iodepth': 16, |
| 9915 | u'size': 128000, |
| 9916 | u'sync': True, |
| 9917 | u'use_hight_io_priority': True}, |
| 9918 | u'bw_mean': 3287}, |
| 9919 | {u'__meta__': {u'action': u'randwrite', |
| 9920 | u'blocksize': 256, |
| 9921 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileoxsb7n -i 2 -s 128000 -r 256 -+n', |
| 9922 | u'concurence': 1, |
| 9923 | u'direct_io': False, |
| 9924 | u'iodepth': 16, |
| 9925 | u'size': 128000, |
| 9926 | u'sync': True, |
| 9927 | u'use_hight_io_priority': True}, |
| 9928 | u'bw_mean': 3337}] |
| 9929 | ================================================================================ |
| 9930 | |
| 9931 | ====> {"randwrite s 256k": [3317, 37]} |
| 9932 | |
| 9933 | ================================================================================ |
| 9934 | + for sync in '$osync' |
| 9935 | + for xxx in '$three_times' |
| 9936 | + [[ write randwrite == \w\r\i\t\e ]] |
| 9937 | + [[ a == \s ]] |
| 9938 | + [[ 256k == \1\k ]] |
| 9939 | + [[ 256k == \4\k ]] |
| 9940 | + ssync= |
| 9941 | + factor=r2 |
| 9942 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 256k --iosize r2 ' |
| 9943 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 256k --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 9944 | 12:55:23 18946 >>>> Start rally with opts 'task start /tmp/fileEcr464 --deployment perf-1' |
| 9945 | -------------------------------------------------------------------------------- |
| 9946 | Preparing input task |
| 9947 | -------------------------------------------------------------------------------- |
| 9948 | |
| 9949 | Input task is: |
| 9950 | VMTasks.boot_runcommand_delete: |
| 9951 | - args: |
| 9952 | flavor: {name: ceph.512} |
| 9953 | floating_network: net04_ext |
| 9954 | force_delete: false |
| 9955 | image: {name: ubuntu} |
| 9956 | interpreter: /usr/bin/env python2 |
| 9957 | script: /tmp/fileckef5S |
| 9958 | username: ubuntu |
| 9959 | context: |
| 9960 | network: {} |
| 9961 | users: {tenants: 1, users_per_tenant: 1} |
| 9962 | runner: {concurrency: 3, times: 3, type: constant} |
| 9963 | |
| 9964 | -------------------------------------------------------------------------------- |
| 9965 | Task 47f9b6e3-2d19-49cd-8e98-aac1a4c43c85: started |
| 9966 | -------------------------------------------------------------------------------- |
| 9967 | |
| 9968 | Benchmarking... This can take a while... |
| 9969 | |
| 9970 | To track task status use: |
| 9971 | |
| 9972 | rally task status |
| 9973 | or |
| 9974 | rally task detailed |
| 9975 | |
| 9976 | 12:56:49 19141 >>>> Start io test |
| 9977 | 12:56:49 19141 >>>> Ready and waiting on barrier. Will wait at most 213 seconds |
| 9978 | 13:00:23 19141 >>>> Barrier timeouted |
| 9979 | 13:01:25 19141 >>>> Test finished |
| 9980 | 2015-02-08 13:02:29.344 18946 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 2c4de3bc-92bf-4c76-9c0c-565985c34e3e. |
| 9981 | |
| 9982 | -------------------------------------------------------------------------------- |
| 9983 | Task 47f9b6e3-2d19-49cd-8e98-aac1a4c43c85: finished |
| 9984 | -------------------------------------------------------------------------------- |
| 9985 | |
| 9986 | test scenario VMTasks.boot_runcommand_delete |
| 9987 | args position 0 |
| 9988 | args values: |
| 9989 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 9990 | u'floating_network': u'net04_ext', |
| 9991 | u'force_delete': False, |
| 9992 | u'image': {u'name': u'ubuntu'}, |
| 9993 | u'interpreter': u'/usr/bin/env python2', |
| 9994 | u'script': u'/tmp/fileckef5S', |
| 9995 | u'username': u'ubuntu'}, |
| 9996 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 9997 | u'start_cidr': u'10.2.0.0/24'}, |
| 9998 | u'users': {u'project_domain': u'default', |
| 9999 | u'resource_management_workers': 30, |
| 10000 | u'tenants': 1, |
| 10001 | u'user_domain': u'default', |
| 10002 | u'users_per_tenant': 1}}, |
| 10003 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 10004 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10005 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 10006 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10007 | | nova.associate_floating_ip | 1.54 | 1.54 | 1.54 | 1.54 | 1.54 | 33.3% | 3 | |
| 10008 | | nova.boot_server | 39.222 | 39.222 | 39.222 | 39.222 | 39.222 | 33.3% | 3 | |
| 10009 | | nova.delete_server | 9.854 | 9.854 | 9.854 | 9.854 | 9.854 | 33.3% | 3 | |
| 10010 | | nova.dissociate_floating_ip | 7.401 | 7.401 | 7.401 | 7.401 | 7.401 | 33.3% | 3 | |
| 10011 | | total | 354.537 | 354.537 | 354.537 | 354.537 | 354.537 | 33.3% | 3 | |
| 10012 | | vm.run_command | 62.286 | 62.286 | 62.286 | 62.286 | 62.286 | 33.3% | 3 | |
| 10013 | | vm.wait_for_ping | 6.103 | 6.103 | 6.103 | 6.103 | 6.103 | 33.3% | 3 | |
| 10014 | | vm.wait_for_ssh | 11.892 | 11.892 | 11.892 | 11.892 | 11.892 | 33.3% | 3 | |
| 10015 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10016 | Load duration: 354.647315025 |
| 10017 | Full duration: 423.483731031 |
| 10018 | |
| 10019 | Scenario Specific Results |
| 10020 | |
| 10021 | +-------+-----+-----+-----+--------------+--------------+ |
| 10022 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 10023 | +-------+-----+-----+-----+--------------+--------------+ |
| 10024 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 10025 | +-------+-----+-----+-----+--------------+--------------+ |
| 10026 | |
| 10027 | HINTS: |
| 10028 | * To plot HTML graphics with this data, run: |
| 10029 | rally task report 47f9b6e3-2d19-49cd-8e98-aac1a4c43c85 --out output.html |
| 10030 | |
| 10031 | * To get raw JSON output of task results, run: |
| 10032 | rally task results 47f9b6e3-2d19-49cd-8e98-aac1a4c43c85 |
| 10033 | |
| 10034 | Using task: 47f9b6e3-2d19-49cd-8e98-aac1a4c43c85 |
| 10035 | ================================================================================ |
| 10036 | [{u'__meta__': {u'action': u'randwrite', |
| 10037 | u'blocksize': 256, |
| 10038 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filevEQZLZ -i 2 -s 1003592 -r 256 -+n', |
| 10039 | u'concurence': 1, |
| 10040 | u'direct_io': False, |
| 10041 | u'iodepth': 16, |
| 10042 | u'size': 1003592, |
| 10043 | u'sync': False, |
| 10044 | u'use_hight_io_priority': True}, |
| 10045 | u'bw_mean': 40128}] |
| 10046 | ================================================================================ |
| 10047 | |
| 10048 | ====> {"randwrite a 256k": [40128, 0]} |
| 10049 | |
| 10050 | ================================================================================ |
| 10051 | + for xxx in '$three_times' |
| 10052 | + [[ write randwrite == \w\r\i\t\e ]] |
| 10053 | + [[ a == \s ]] |
| 10054 | + [[ 256k == \1\k ]] |
| 10055 | + [[ 256k == \4\k ]] |
| 10056 | + ssync= |
| 10057 | + factor=r2 |
| 10058 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 256k --iosize r2 ' |
| 10059 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 256k --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 10060 | 13:02:33 19494 >>>> Start rally with opts 'task start /tmp/filexJ0YJx --deployment perf-1' |
| 10061 | -------------------------------------------------------------------------------- |
| 10062 | Preparing input task |
| 10063 | -------------------------------------------------------------------------------- |
| 10064 | |
| 10065 | Input task is: |
| 10066 | VMTasks.boot_runcommand_delete: |
| 10067 | - args: |
| 10068 | flavor: {name: ceph.512} |
| 10069 | floating_network: net04_ext |
| 10070 | force_delete: false |
| 10071 | image: {name: ubuntu} |
| 10072 | interpreter: /usr/bin/env python2 |
| 10073 | script: /tmp/filep7jkPe |
| 10074 | username: ubuntu |
| 10075 | context: |
| 10076 | network: {} |
| 10077 | users: {tenants: 1, users_per_tenant: 1} |
| 10078 | runner: {concurrency: 3, times: 3, type: constant} |
| 10079 | |
| 10080 | -------------------------------------------------------------------------------- |
| 10081 | Task 64ff171c-eacd-4b51-9eb5-7ee555382bbb: started |
| 10082 | -------------------------------------------------------------------------------- |
| 10083 | |
| 10084 | Benchmarking... This can take a while... |
| 10085 | |
| 10086 | To track task status use: |
| 10087 | |
| 10088 | rally task status |
| 10089 | or |
| 10090 | rally task detailed |
| 10091 | |
| 10092 | 13:04:20 19690 >>>> Start io test |
| 10093 | 13:04:20 19690 >>>> Ready and waiting on barrier. Will wait at most 192 seconds |
| 10094 | 13:04:26 19688 >>>> Start io test |
| 10095 | 13:04:26 19688 >>>> Ready and waiting on barrier. Will wait at most 187 seconds |
| 10096 | 13:04:27 19689 >>>> Start io test |
| 10097 | 13:04:27 19689 >>>> Ready and waiting on barrier. Will wait at most 185 seconds |
| 10098 | 13:06:30 19688 >>>> Test finished |
| 10099 | 13:06:39 19689 >>>> Test finished |
| 10100 | 13:06:40 19690 >>>> Test finished |
| 10101 | 2015-02-08 13:07:26.108 19494 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: a4a7e524-40cd-4adb-a2d5-461e79c9804c. |
| 10102 | |
| 10103 | -------------------------------------------------------------------------------- |
| 10104 | Task 64ff171c-eacd-4b51-9eb5-7ee555382bbb: finished |
| 10105 | -------------------------------------------------------------------------------- |
| 10106 | |
| 10107 | test scenario VMTasks.boot_runcommand_delete |
| 10108 | args position 0 |
| 10109 | args values: |
| 10110 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 10111 | u'floating_network': u'net04_ext', |
| 10112 | u'force_delete': False, |
| 10113 | u'image': {u'name': u'ubuntu'}, |
| 10114 | u'interpreter': u'/usr/bin/env python2', |
| 10115 | u'script': u'/tmp/filep7jkPe', |
| 10116 | u'username': u'ubuntu'}, |
| 10117 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 10118 | u'start_cidr': u'10.2.0.0/24'}, |
| 10119 | u'users': {u'project_domain': u'default', |
| 10120 | u'resource_management_workers': 30, |
| 10121 | u'tenants': 1, |
| 10122 | u'user_domain': u'default', |
| 10123 | u'users_per_tenant': 1}}, |
| 10124 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 10125 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10126 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 10127 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10128 | | nova.associate_floating_ip | 1.465 | 1.536 | 1.652 | 1.62 | 1.636 | 100.0% | 3 | |
| 10129 | | nova.boot_server | 64.811 | 64.832 | 64.861 | 64.853 | 64.857 | 100.0% | 3 | |
| 10130 | | nova.delete_server | 5.287 | 10.503 | 16.201 | 14.965 | 15.583 | 100.0% | 3 | |
| 10131 | | nova.dissociate_floating_ip | 6.713 | 6.725 | 6.732 | 6.732 | 6.732 | 100.0% | 3 | |
| 10132 | | total | 233.231 | 239.227 | 244.408 | 243.535 | 243.972 | 100.0% | 3 | |
| 10133 | | vm.run_command | 122.42 | 129.051 | 133.081 | 132.796 | 132.939 | 100.0% | 3 | |
| 10134 | | vm.wait_for_ping | 5.958 | 6.051 | 6.105 | 6.102 | 6.103 | 100.0% | 3 | |
| 10135 | | vm.wait_for_ssh | 6.815 | 10.713 | 13.287 | 13.037 | 13.162 | 100.0% | 3 | |
| 10136 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10137 | Load duration: 244.520251989 |
| 10138 | Full duration: 290.760340929 |
| 10139 | |
| 10140 | Scenario Specific Results |
| 10141 | |
| 10142 | +-------+-----+-----+-----+--------------+--------------+ |
| 10143 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 10144 | +-------+-----+-----+-----+--------------+--------------+ |
| 10145 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 10146 | +-------+-----+-----+-----+--------------+--------------+ |
| 10147 | |
| 10148 | HINTS: |
| 10149 | * To plot HTML graphics with this data, run: |
| 10150 | rally task report 64ff171c-eacd-4b51-9eb5-7ee555382bbb --out output.html |
| 10151 | |
| 10152 | * To get raw JSON output of task results, run: |
| 10153 | rally task results 64ff171c-eacd-4b51-9eb5-7ee555382bbb |
| 10154 | |
| 10155 | Using task: 64ff171c-eacd-4b51-9eb5-7ee555382bbb |
| 10156 | ================================================================================ |
| 10157 | [{u'__meta__': {u'action': u'randwrite', |
| 10158 | u'blocksize': 256, |
| 10159 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileXBgoBH -i 2 -s 1003592 -r 256 -+n', |
| 10160 | u'concurence': 1, |
| 10161 | u'direct_io': False, |
| 10162 | u'iodepth': 16, |
| 10163 | u'size': 1003592, |
| 10164 | u'sync': False, |
| 10165 | u'use_hight_io_priority': True}, |
| 10166 | u'bw_mean': 20006}, |
| 10167 | {u'__meta__': {u'action': u'randwrite', |
| 10168 | u'blocksize': 256, |
| 10169 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileonEuQp -i 2 -s 1003592 -r 256 -+n', |
| 10170 | u'concurence': 1, |
| 10171 | u'direct_io': False, |
| 10172 | u'iodepth': 16, |
| 10173 | u'size': 1003592, |
| 10174 | u'sync': False, |
| 10175 | u'use_hight_io_priority': True}, |
| 10176 | u'bw_mean': 16735}, |
| 10177 | {u'__meta__': {u'action': u'randwrite', |
| 10178 | u'blocksize': 256, |
| 10179 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileoHVgtJ -i 2 -s 1003592 -r 256 -+n', |
| 10180 | u'concurence': 1, |
| 10181 | u'direct_io': False, |
| 10182 | u'iodepth': 16, |
| 10183 | u'size': 1003592, |
| 10184 | u'sync': False, |
| 10185 | u'use_hight_io_priority': True}, |
| 10186 | u'bw_mean': 17444}] |
| 10187 | ================================================================================ |
| 10188 | |
| 10189 | ====> {"randwrite a 256k": [18061, 2433]} |
| 10190 | |
| 10191 | ================================================================================ |
| 10192 | + for xxx in '$three_times' |
| 10193 | + [[ write randwrite == \w\r\i\t\e ]] |
| 10194 | + [[ a == \s ]] |
| 10195 | + [[ 256k == \1\k ]] |
| 10196 | + [[ 256k == \4\k ]] |
| 10197 | + ssync= |
| 10198 | + factor=r2 |
| 10199 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 256k --iosize r2 ' |
| 10200 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 256k --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 10201 | 13:07:31 20036 >>>> Start rally with opts 'task start /tmp/fileOBsnP7 --deployment perf-1' |
| 10202 | -------------------------------------------------------------------------------- |
| 10203 | Preparing input task |
| 10204 | -------------------------------------------------------------------------------- |
| 10205 | |
| 10206 | Input task is: |
| 10207 | VMTasks.boot_runcommand_delete: |
| 10208 | - args: |
| 10209 | flavor: {name: ceph.512} |
| 10210 | floating_network: net04_ext |
| 10211 | force_delete: false |
| 10212 | image: {name: ubuntu} |
| 10213 | interpreter: /usr/bin/env python2 |
| 10214 | script: /tmp/fileelsrCm |
| 10215 | username: ubuntu |
| 10216 | context: |
| 10217 | network: {} |
| 10218 | users: {tenants: 1, users_per_tenant: 1} |
| 10219 | runner: {concurrency: 3, times: 3, type: constant} |
| 10220 | |
| 10221 | -------------------------------------------------------------------------------- |
| 10222 | Task 17732aa2-a66a-4e3d-8fb2-c9419ae85ffd: started |
| 10223 | -------------------------------------------------------------------------------- |
| 10224 | |
| 10225 | Benchmarking... This can take a while... |
| 10226 | |
| 10227 | To track task status use: |
| 10228 | |
| 10229 | rally task status |
| 10230 | or |
| 10231 | rally task detailed |
| 10232 | |
| 10233 | 13:09:11 20230 >>>> Start io test |
| 10234 | 13:09:11 20230 >>>> Ready and waiting on barrier. Will wait at most 199 seconds |
| 10235 | 13:09:17 20232 >>>> Start io test |
| 10236 | 13:09:17 20232 >>>> Ready and waiting on barrier. Will wait at most 193 seconds |
| 10237 | 13:09:21 20231 >>>> Start io test |
| 10238 | 13:09:21 20231 >>>> Ready and waiting on barrier. Will wait at most 189 seconds |
| 10239 | 13:11:28 20231 >>>> Test finished |
| 10240 | 13:11:36 20230 >>>> Test finished |
| 10241 | 13:11:41 20232 >>>> Test finished |
| 10242 | 2015-02-08 13:12:28.505 20036 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: f9d09186-1a0d-4a89-b6b2-bb5220ecb460. |
| 10243 | |
| 10244 | -------------------------------------------------------------------------------- |
| 10245 | Task 17732aa2-a66a-4e3d-8fb2-c9419ae85ffd: finished |
| 10246 | -------------------------------------------------------------------------------- |
| 10247 | |
| 10248 | test scenario VMTasks.boot_runcommand_delete |
| 10249 | args position 0 |
| 10250 | args values: |
| 10251 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 10252 | u'floating_network': u'net04_ext', |
| 10253 | u'force_delete': False, |
| 10254 | u'image': {u'name': u'ubuntu'}, |
| 10255 | u'interpreter': u'/usr/bin/env python2', |
| 10256 | u'script': u'/tmp/fileelsrCm', |
| 10257 | u'username': u'ubuntu'}, |
| 10258 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 10259 | u'start_cidr': u'10.2.0.0/24'}, |
| 10260 | u'users': {u'project_domain': u'default', |
| 10261 | u'resource_management_workers': 30, |
| 10262 | u'tenants': 1, |
| 10263 | u'user_domain': u'default', |
| 10264 | u'users_per_tenant': 1}}, |
| 10265 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 10266 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10267 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 10268 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10269 | | nova.associate_floating_ip | 1.425 | 1.498 | 1.61 | 1.58 | 1.595 | 100.0% | 3 | |
| 10270 | | nova.boot_server | 62.379 | 62.907 | 63.864 | 63.587 | 63.726 | 100.0% | 3 | |
| 10271 | | nova.delete_server | 5.081 | 12.007 | 16.629 | 16.165 | 16.397 | 100.0% | 3 | |
| 10272 | | nova.dissociate_floating_ip | 1.51 | 1.731 | 2.044 | 1.963 | 2.003 | 100.0% | 3 | |
| 10273 | | total | 238.857 | 242.222 | 244.439 | 244.226 | 244.333 | 100.0% | 3 | |
| 10274 | | vm.run_command | 126.737 | 133.773 | 139.833 | 138.816 | 139.324 | 100.0% | 3 | |
| 10275 | | vm.wait_for_ping | 6.097 | 6.101 | 6.107 | 6.105 | 6.106 | 100.0% | 3 | |
| 10276 | | vm.wait_for_ssh | 7.664 | 12.596 | 17.968 | 16.806 | 17.387 | 100.0% | 3 | |
| 10277 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10278 | Load duration: 244.525714159 |
| 10279 | Full duration: 294.872792959 |
| 10280 | |
| 10281 | Scenario Specific Results |
| 10282 | |
| 10283 | +-------+-----+-----+-----+--------------+--------------+ |
| 10284 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 10285 | +-------+-----+-----+-----+--------------+--------------+ |
| 10286 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 10287 | +-------+-----+-----+-----+--------------+--------------+ |
| 10288 | |
| 10289 | HINTS: |
| 10290 | * To plot HTML graphics with this data, run: |
| 10291 | rally task report 17732aa2-a66a-4e3d-8fb2-c9419ae85ffd --out output.html |
| 10292 | |
| 10293 | * To get raw JSON output of task results, run: |
| 10294 | rally task results 17732aa2-a66a-4e3d-8fb2-c9419ae85ffd |
| 10295 | |
| 10296 | Using task: 17732aa2-a66a-4e3d-8fb2-c9419ae85ffd |
| 10297 | ================================================================================ |
| 10298 | [{u'__meta__': {u'action': u'randwrite', |
| 10299 | u'blocksize': 256, |
| 10300 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filez8lESM -i 2 -s 1003592 -r 256 -+n', |
| 10301 | u'concurence': 1, |
| 10302 | u'direct_io': False, |
| 10303 | u'iodepth': 16, |
| 10304 | u'size': 1003592, |
| 10305 | u'sync': False, |
| 10306 | u'use_hight_io_priority': True}, |
| 10307 | u'bw_mean': 17154}, |
| 10308 | {u'__meta__': {u'action': u'randwrite', |
| 10309 | u'blocksize': 256, |
| 10310 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileYhM0cD -i 2 -s 1003592 -r 256 -+n', |
| 10311 | u'concurence': 1, |
| 10312 | u'direct_io': False, |
| 10313 | u'iodepth': 16, |
| 10314 | u'size': 1003592, |
| 10315 | u'sync': False, |
| 10316 | u'use_hight_io_priority': True}, |
| 10317 | u'bw_mean': 15553}, |
| 10318 | {u'__meta__': {u'action': u'randwrite', |
| 10319 | u'blocksize': 256, |
| 10320 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileGUALBQ -i 2 -s 1003592 -r 256 -+n', |
| 10321 | u'concurence': 1, |
| 10322 | u'direct_io': False, |
| 10323 | u'iodepth': 16, |
| 10324 | u'size': 1003592, |
| 10325 | u'sync': False, |
| 10326 | u'use_hight_io_priority': True}, |
| 10327 | u'bw_mean': 14469}] |
| 10328 | ================================================================================ |
| 10329 | |
| 10330 | ====> {"randwrite a 256k": [15725, 1910]} |
| 10331 | |
| 10332 | ================================================================================ |
| 10333 | + for bsize in '$bsizes' |
| 10334 | + for op in '$ops' |
| 10335 | + for sync in '$osync' |
| 10336 | + for xxx in '$three_times' |
| 10337 | + [[ write randwrite == \w\r\i\t\e ]] |
| 10338 | + [[ s == \s ]] |
| 10339 | + ssync=-s |
| 10340 | + factor=x500 |
| 10341 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1m --iosize x500 -s' |
| 10342 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1m --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 10343 | 13:12:32 20594 >>>> Start rally with opts 'task start /tmp/fileo9tlkK --deployment perf-1' |
| 10344 | -------------------------------------------------------------------------------- |
| 10345 | Preparing input task |
| 10346 | -------------------------------------------------------------------------------- |
| 10347 | |
| 10348 | Input task is: |
| 10349 | VMTasks.boot_runcommand_delete: |
| 10350 | - args: |
| 10351 | flavor: {name: ceph.512} |
| 10352 | floating_network: net04_ext |
| 10353 | force_delete: false |
| 10354 | image: {name: ubuntu} |
| 10355 | interpreter: /usr/bin/env python2 |
| 10356 | script: /tmp/filewOyIDo |
| 10357 | username: ubuntu |
| 10358 | context: |
| 10359 | network: {} |
| 10360 | users: {tenants: 1, users_per_tenant: 1} |
| 10361 | runner: {concurrency: 3, times: 3, type: constant} |
| 10362 | |
| 10363 | -------------------------------------------------------------------------------- |
| 10364 | Task f94db26e-a2a2-4c6b-956c-673319b863b3: started |
| 10365 | -------------------------------------------------------------------------------- |
| 10366 | |
| 10367 | Benchmarking... This can take a while... |
| 10368 | |
| 10369 | To track task status use: |
| 10370 | |
| 10371 | rally task status |
| 10372 | or |
| 10373 | rally task detailed |
| 10374 | |
| 10375 | 13:14:15 20788 >>>> Start io test |
| 10376 | 13:14:15 20788 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 10377 | 13:14:16 20790 >>>> Start io test |
| 10378 | 13:14:16 20790 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 10379 | 13:14:21 20789 >>>> Start io test |
| 10380 | 13:14:21 20789 >>>> Ready and waiting on barrier. Will wait at most 190 seconds |
| 10381 | 13:15:54 20789 >>>> Test finished |
| 10382 | 13:15:57 20790 >>>> Test finished |
| 10383 | 13:15:57 20788 >>>> Test finished |
| 10384 | 2015-02-08 13:16:22.569 20594 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 5a6372c5-8a64-48fe-a991-a7612e4ff450. |
| 10385 | |
| 10386 | -------------------------------------------------------------------------------- |
| 10387 | Task f94db26e-a2a2-4c6b-956c-673319b863b3: finished |
| 10388 | -------------------------------------------------------------------------------- |
| 10389 | |
| 10390 | test scenario VMTasks.boot_runcommand_delete |
| 10391 | args position 0 |
| 10392 | args values: |
| 10393 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 10394 | u'floating_network': u'net04_ext', |
| 10395 | u'force_delete': False, |
| 10396 | u'image': {u'name': u'ubuntu'}, |
| 10397 | u'interpreter': u'/usr/bin/env python2', |
| 10398 | u'script': u'/tmp/filewOyIDo', |
| 10399 | u'username': u'ubuntu'}, |
| 10400 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 10401 | u'start_cidr': u'10.2.0.0/24'}, |
| 10402 | u'users': {u'project_domain': u'default', |
| 10403 | u'resource_management_workers': 30, |
| 10404 | u'tenants': 1, |
| 10405 | u'user_domain': u'default', |
| 10406 | u'users_per_tenant': 1}}, |
| 10407 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 10408 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10409 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 10410 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10411 | | nova.associate_floating_ip | 1.465 | 1.472 | 1.479 | 1.478 | 1.478 | 100.0% | 3 | |
| 10412 | | nova.boot_server | 59.937 | 63.214 | 67.362 | 66.358 | 66.86 | 100.0% | 3 | |
| 10413 | | nova.delete_server | 5.096 | 5.931 | 7.409 | 6.984 | 7.197 | 100.0% | 3 | |
| 10414 | | nova.dissociate_floating_ip | 1.558 | 3.262 | 6.56 | 5.582 | 6.071 | 100.0% | 3 | |
| 10415 | | total | 188.918 | 189.971 | 191.827 | 191.295 | 191.561 | 100.0% | 3 | |
| 10416 | | vm.run_command | 92.472 | 94.542 | 95.698 | 95.65 | 95.674 | 100.0% | 3 | |
| 10417 | | vm.wait_for_ping | 6.087 | 6.096 | 6.101 | 6.101 | 6.101 | 100.0% | 3 | |
| 10418 | | vm.wait_for_ssh | 6.545 | 6.928 | 7.585 | 7.399 | 7.492 | 100.0% | 3 | |
| 10419 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10420 | Load duration: 191.894325018 |
| 10421 | Full duration: 227.597376823 |
| 10422 | |
| 10423 | Scenario Specific Results |
| 10424 | |
| 10425 | +-------+-----+-----+-----+--------------+--------------+ |
| 10426 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 10427 | +-------+-----+-----+-----+--------------+--------------+ |
| 10428 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 10429 | +-------+-----+-----+-----+--------------+--------------+ |
| 10430 | |
| 10431 | HINTS: |
| 10432 | * To plot HTML graphics with this data, run: |
| 10433 | rally task report f94db26e-a2a2-4c6b-956c-673319b863b3 --out output.html |
| 10434 | |
| 10435 | * To get raw JSON output of task results, run: |
| 10436 | rally task results f94db26e-a2a2-4c6b-956c-673319b863b3 |
| 10437 | |
| 10438 | Using task: f94db26e-a2a2-4c6b-956c-673319b863b3 |
| 10439 | ================================================================================ |
| 10440 | [{u'__meta__': {u'action': u'write', |
| 10441 | u'blocksize': 1024, |
| 10442 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filewjAozL -i 0 -s 512000 -r 1024 -+n', |
| 10443 | u'concurence': 1, |
| 10444 | u'direct_io': False, |
| 10445 | u'iodepth': 16, |
| 10446 | u'size': 512000, |
| 10447 | u'sync': True, |
| 10448 | u'use_hight_io_priority': True}, |
| 10449 | u'bw_mean': 7981}, |
| 10450 | {u'__meta__': {u'action': u'write', |
| 10451 | u'blocksize': 1024, |
| 10452 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filePSIQ0u -i 0 -s 512000 -r 1024 -+n', |
| 10453 | u'concurence': 1, |
| 10454 | u'direct_io': False, |
| 10455 | u'iodepth': 16, |
| 10456 | u'size': 512000, |
| 10457 | u'sync': True, |
| 10458 | u'use_hight_io_priority': True}, |
| 10459 | u'bw_mean': 7596}, |
| 10460 | {u'__meta__': {u'action': u'write', |
| 10461 | u'blocksize': 1024, |
| 10462 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file4MqgNg -i 0 -s 512000 -r 1024 -+n', |
| 10463 | u'concurence': 1, |
| 10464 | u'direct_io': False, |
| 10465 | u'iodepth': 16, |
| 10466 | u'size': 512000, |
| 10467 | u'sync': True, |
| 10468 | u'use_hight_io_priority': True}, |
| 10469 | u'bw_mean': 7586}] |
| 10470 | ================================================================================ |
| 10471 | |
| 10472 | ====> {"write s 1024k": [7721, 318]} |
| 10473 | |
| 10474 | ================================================================================ |
| 10475 | + for xxx in '$three_times' |
| 10476 | + [[ write randwrite == \w\r\i\t\e ]] |
| 10477 | + [[ s == \s ]] |
| 10478 | + ssync=-s |
| 10479 | + factor=x500 |
| 10480 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1m --iosize x500 -s' |
| 10481 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1m --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 10482 | 13:16:26 21108 >>>> Start rally with opts 'task start /tmp/fileYZs6Ca --deployment perf-1' |
| 10483 | -------------------------------------------------------------------------------- |
| 10484 | Preparing input task |
| 10485 | -------------------------------------------------------------------------------- |
| 10486 | |
| 10487 | Input task is: |
| 10488 | VMTasks.boot_runcommand_delete: |
| 10489 | - args: |
| 10490 | flavor: {name: ceph.512} |
| 10491 | floating_network: net04_ext |
| 10492 | force_delete: false |
| 10493 | image: {name: ubuntu} |
| 10494 | interpreter: /usr/bin/env python2 |
| 10495 | script: /tmp/file8basnA |
| 10496 | username: ubuntu |
| 10497 | context: |
| 10498 | network: {} |
| 10499 | users: {tenants: 1, users_per_tenant: 1} |
| 10500 | runner: {concurrency: 3, times: 3, type: constant} |
| 10501 | |
| 10502 | -------------------------------------------------------------------------------- |
| 10503 | Task f647cad5-456c-4a12-b553-7eb7c340316c: started |
| 10504 | -------------------------------------------------------------------------------- |
| 10505 | |
| 10506 | Benchmarking... This can take a while... |
| 10507 | |
| 10508 | To track task status use: |
| 10509 | |
| 10510 | rally task status |
| 10511 | or |
| 10512 | rally task detailed |
| 10513 | |
| 10514 | 13:18:09 21310 >>>> Start io test |
| 10515 | 13:18:09 21310 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 10516 | 13:18:16 21308 >>>> Start io test |
| 10517 | 13:18:16 21308 >>>> Ready and waiting on barrier. Will wait at most 190 seconds |
| 10518 | 13:18:19 21309 >>>> Start io test |
| 10519 | 13:18:19 21309 >>>> Ready and waiting on barrier. Will wait at most 187 seconds |
| 10520 | 13:19:48 21308 >>>> Test finished |
| 10521 | 13:19:49 21309 >>>> Test finished |
| 10522 | 13:19:50 21310 >>>> Test finished |
| 10523 | 2015-02-08 13:20:27.275 21108 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: ef1e6ae7-5107-4cf5-8880-0d33ce5bc8a3. |
| 10524 | |
| 10525 | -------------------------------------------------------------------------------- |
| 10526 | Task f647cad5-456c-4a12-b553-7eb7c340316c: finished |
| 10527 | -------------------------------------------------------------------------------- |
| 10528 | |
| 10529 | test scenario VMTasks.boot_runcommand_delete |
| 10530 | args position 0 |
| 10531 | args values: |
| 10532 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 10533 | u'floating_network': u'net04_ext', |
| 10534 | u'force_delete': False, |
| 10535 | u'image': {u'name': u'ubuntu'}, |
| 10536 | u'interpreter': u'/usr/bin/env python2', |
| 10537 | u'script': u'/tmp/file8basnA', |
| 10538 | u'username': u'ubuntu'}, |
| 10539 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 10540 | u'start_cidr': u'10.2.0.0/24'}, |
| 10541 | u'users': {u'project_domain': u'default', |
| 10542 | u'resource_management_workers': 30, |
| 10543 | u'tenants': 1, |
| 10544 | u'user_domain': u'default', |
| 10545 | u'users_per_tenant': 1}}, |
| 10546 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 10547 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10548 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 10549 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10550 | | nova.associate_floating_ip | 1.319 | 1.424 | 1.589 | 1.544 | 1.566 | 100.0% | 3 | |
| 10551 | | nova.boot_server | 60.946 | 63.111 | 66.024 | 65.292 | 65.658 | 100.0% | 3 | |
| 10552 | | nova.delete_server | 5.162 | 5.265 | 5.462 | 5.404 | 5.433 | 100.0% | 3 | |
| 10553 | | nova.dissociate_floating_ip | 2.026 | 5.332 | 7.146 | 7.082 | 7.114 | 100.0% | 3 | |
| 10554 | | total | 186.365 | 188.248 | 189.602 | 189.437 | 189.52 | 100.0% | 3 | |
| 10555 | | vm.run_command | 89.225 | 90.387 | 91.904 | 91.53 | 91.717 | 100.0% | 3 | |
| 10556 | | vm.wait_for_ping | 0.39 | 2.985 | 6.48 | 5.601 | 6.041 | 100.0% | 3 | |
| 10557 | | vm.wait_for_ssh | 6.596 | 8.246 | 11.333 | 10.428 | 10.881 | 100.0% | 3 | |
| 10558 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10559 | Load duration: 189.716176033 |
| 10560 | Full duration: 237.949904919 |
| 10561 | |
| 10562 | Scenario Specific Results |
| 10563 | |
| 10564 | +-------+-----+-----+-----+--------------+--------------+ |
| 10565 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 10566 | +-------+-----+-----+-----+--------------+--------------+ |
| 10567 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 10568 | +-------+-----+-----+-----+--------------+--------------+ |
| 10569 | |
| 10570 | HINTS: |
| 10571 | * To plot HTML graphics with this data, run: |
| 10572 | rally task report f647cad5-456c-4a12-b553-7eb7c340316c --out output.html |
| 10573 | |
| 10574 | * To get raw JSON output of task results, run: |
| 10575 | rally task results f647cad5-456c-4a12-b553-7eb7c340316c |
| 10576 | |
| 10577 | Using task: f647cad5-456c-4a12-b553-7eb7c340316c |
| 10578 | ================================================================================ |
| 10579 | [{u'__meta__': {u'action': u'write', |
| 10580 | u'blocksize': 1024, |
| 10581 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filePf7rkj -i 0 -s 512000 -r 1024 -+n', |
| 10582 | u'concurence': 1, |
| 10583 | u'direct_io': False, |
| 10584 | u'iodepth': 16, |
| 10585 | u'size': 512000, |
| 10586 | u'sync': True, |
| 10587 | u'use_hight_io_priority': True}, |
| 10588 | u'bw_mean': 8471}, |
| 10589 | {u'__meta__': {u'action': u'write', |
| 10590 | u'blocksize': 1024, |
| 10591 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileOcDdnw -i 0 -s 512000 -r 1024 -+n', |
| 10592 | u'concurence': 1, |
| 10593 | u'direct_io': False, |
| 10594 | u'iodepth': 16, |
| 10595 | u'size': 512000, |
| 10596 | u'sync': True, |
| 10597 | u'use_hight_io_priority': True}, |
| 10598 | u'bw_mean': 8401}, |
| 10599 | {u'__meta__': {u'action': u'write', |
| 10600 | u'blocksize': 1024, |
| 10601 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileVPR9vF -i 0 -s 512000 -r 1024 -+n', |
| 10602 | u'concurence': 1, |
| 10603 | u'direct_io': False, |
| 10604 | u'iodepth': 16, |
| 10605 | u'size': 512000, |
| 10606 | u'sync': True, |
| 10607 | u'use_hight_io_priority': True}, |
| 10608 | u'bw_mean': 8148}] |
| 10609 | ================================================================================ |
| 10610 | |
| 10611 | ====> {"write s 1024k": [8340, 240]} |
| 10612 | |
| 10613 | ================================================================================ |
| 10614 | + for xxx in '$three_times' |
| 10615 | + [[ write randwrite == \w\r\i\t\e ]] |
| 10616 | + [[ s == \s ]] |
| 10617 | + ssync=-s |
| 10618 | + factor=x500 |
| 10619 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1m --iosize x500 -s' |
| 10620 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1m --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 10621 | 13:20:31 21644 >>>> Start rally with opts 'task start /tmp/filefJUHW3 --deployment perf-1' |
| 10622 | -------------------------------------------------------------------------------- |
| 10623 | Preparing input task |
| 10624 | -------------------------------------------------------------------------------- |
| 10625 | |
| 10626 | Input task is: |
| 10627 | VMTasks.boot_runcommand_delete: |
| 10628 | - args: |
| 10629 | flavor: {name: ceph.512} |
| 10630 | floating_network: net04_ext |
| 10631 | force_delete: false |
| 10632 | image: {name: ubuntu} |
| 10633 | interpreter: /usr/bin/env python2 |
| 10634 | script: /tmp/fileJAo4YS |
| 10635 | username: ubuntu |
| 10636 | context: |
| 10637 | network: {} |
| 10638 | users: {tenants: 1, users_per_tenant: 1} |
| 10639 | runner: {concurrency: 3, times: 3, type: constant} |
| 10640 | |
| 10641 | -------------------------------------------------------------------------------- |
| 10642 | Task 417bc2b0-b0a3-4938-8764-5315f3c95792: started |
| 10643 | -------------------------------------------------------------------------------- |
| 10644 | |
| 10645 | Benchmarking... This can take a while... |
| 10646 | |
| 10647 | To track task status use: |
| 10648 | |
| 10649 | rally task status |
| 10650 | or |
| 10651 | rally task detailed |
| 10652 | |
| 10653 | 13:22:15 21851 >>>> Start io test |
| 10654 | 13:22:15 21851 >>>> Ready and waiting on barrier. Will wait at most 195 seconds |
| 10655 | 13:22:22 21852 >>>> Start io test |
| 10656 | 13:22:22 21852 >>>> Ready and waiting on barrier. Will wait at most 188 seconds |
| 10657 | 13:22:24 21850 >>>> Start io test |
| 10658 | 13:22:24 21850 >>>> Ready and waiting on barrier. Will wait at most 187 seconds |
| 10659 | 13:23:55 21851 >>>> Test finished |
| 10660 | 13:23:55 21850 >>>> Test finished |
| 10661 | 13:23:56 21852 >>>> Test finished |
| 10662 | 2015-02-08 13:24:28.903 21644 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 1463d330-5e98-4fd8-bf9d-e27927c73096. |
| 10663 | |
| 10664 | -------------------------------------------------------------------------------- |
| 10665 | Task 417bc2b0-b0a3-4938-8764-5315f3c95792: finished |
| 10666 | -------------------------------------------------------------------------------- |
| 10667 | |
| 10668 | test scenario VMTasks.boot_runcommand_delete |
| 10669 | args position 0 |
| 10670 | args values: |
| 10671 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 10672 | u'floating_network': u'net04_ext', |
| 10673 | u'force_delete': False, |
| 10674 | u'image': {u'name': u'ubuntu'}, |
| 10675 | u'interpreter': u'/usr/bin/env python2', |
| 10676 | u'script': u'/tmp/fileJAo4YS', |
| 10677 | u'username': u'ubuntu'}, |
| 10678 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 10679 | u'start_cidr': u'10.2.0.0/24'}, |
| 10680 | u'users': {u'project_domain': u'default', |
| 10681 | u'resource_management_workers': 30, |
| 10682 | u'tenants': 1, |
| 10683 | u'user_domain': u'default', |
| 10684 | u'users_per_tenant': 1}}, |
| 10685 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 10686 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10687 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 10688 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10689 | | nova.associate_floating_ip | 1.374 | 1.421 | 1.462 | 1.456 | 1.459 | 100.0% | 3 | |
| 10690 | | nova.boot_server | 61.949 | 64.861 | 66.763 | 66.585 | 66.674 | 100.0% | 3 | |
| 10691 | | nova.delete_server | 5.263 | 6.762 | 7.511 | 7.511 | 7.511 | 100.0% | 3 | |
| 10692 | | nova.dissociate_floating_ip | 1.576 | 3.36 | 6.891 | 5.835 | 6.363 | 100.0% | 3 | |
| 10693 | | total | 192.922 | 193.638 | 194.211 | 194.125 | 194.168 | 100.0% | 3 | |
| 10694 | | vm.run_command | 90.819 | 91.457 | 92.057 | 91.944 | 92.0 | 100.0% | 3 | |
| 10695 | | vm.wait_for_ping | 6.097 | 6.538 | 6.972 | 6.887 | 6.929 | 100.0% | 3 | |
| 10696 | | vm.wait_for_ssh | 6.679 | 8.626 | 11.566 | 10.78 | 11.173 | 100.0% | 3 | |
| 10697 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10698 | Load duration: 194.32030797 |
| 10699 | Full duration: 234.857270002 |
| 10700 | |
| 10701 | Scenario Specific Results |
| 10702 | |
| 10703 | +-------+-----+-----+-----+--------------+--------------+ |
| 10704 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 10705 | +-------+-----+-----+-----+--------------+--------------+ |
| 10706 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 10707 | +-------+-----+-----+-----+--------------+--------------+ |
| 10708 | |
| 10709 | HINTS: |
| 10710 | * To plot HTML graphics with this data, run: |
| 10711 | rally task report 417bc2b0-b0a3-4938-8764-5315f3c95792 --out output.html |
| 10712 | |
| 10713 | * To get raw JSON output of task results, run: |
| 10714 | rally task results 417bc2b0-b0a3-4938-8764-5315f3c95792 |
| 10715 | |
| 10716 | Using task: 417bc2b0-b0a3-4938-8764-5315f3c95792 |
| 10717 | ================================================================================ |
| 10718 | [{u'__meta__': {u'action': u'write', |
| 10719 | u'blocksize': 1024, |
| 10720 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileEjuFtr -i 0 -s 512000 -r 1024 -+n', |
| 10721 | u'concurence': 1, |
| 10722 | u'direct_io': False, |
| 10723 | u'iodepth': 16, |
| 10724 | u'size': 512000, |
| 10725 | u'sync': True, |
| 10726 | u'use_hight_io_priority': True}, |
| 10727 | u'bw_mean': 8357}, |
| 10728 | {u'__meta__': {u'action': u'write', |
| 10729 | u'blocksize': 1024, |
| 10730 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileICMErw -i 0 -s 512000 -r 1024 -+n', |
| 10731 | u'concurence': 1, |
| 10732 | u'direct_io': False, |
| 10733 | u'iodepth': 16, |
| 10734 | u'size': 512000, |
| 10735 | u'sync': True, |
| 10736 | u'use_hight_io_priority': True}, |
| 10737 | u'bw_mean': 8238}, |
| 10738 | {u'__meta__': {u'action': u'write', |
| 10739 | u'blocksize': 1024, |
| 10740 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileZJxXDT -i 0 -s 512000 -r 1024 -+n', |
| 10741 | u'concurence': 1, |
| 10742 | u'direct_io': False, |
| 10743 | u'iodepth': 16, |
| 10744 | u'size': 512000, |
| 10745 | u'sync': True, |
| 10746 | u'use_hight_io_priority': True}, |
| 10747 | u'bw_mean': 8186}] |
| 10748 | ================================================================================ |
| 10749 | |
| 10750 | ====> {"write s 1024k": [8260, 123]} |
| 10751 | |
| 10752 | ================================================================================ |
| 10753 | + for sync in '$osync' |
| 10754 | + for xxx in '$three_times' |
| 10755 | + [[ write randwrite == \w\r\i\t\e ]] |
| 10756 | + [[ a == \s ]] |
| 10757 | + [[ 1m == \1\k ]] |
| 10758 | + [[ 1m == \4\k ]] |
| 10759 | + ssync= |
| 10760 | + factor=r2 |
| 10761 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1m --iosize r2 ' |
| 10762 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1m --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 10763 | 13:24:32 22180 >>>> Start rally with opts 'task start /tmp/file2xRbst --deployment perf-1' |
| 10764 | -------------------------------------------------------------------------------- |
| 10765 | Preparing input task |
| 10766 | -------------------------------------------------------------------------------- |
| 10767 | |
| 10768 | Input task is: |
| 10769 | VMTasks.boot_runcommand_delete: |
| 10770 | - args: |
| 10771 | flavor: {name: ceph.512} |
| 10772 | floating_network: net04_ext |
| 10773 | force_delete: false |
| 10774 | image: {name: ubuntu} |
| 10775 | interpreter: /usr/bin/env python2 |
| 10776 | script: /tmp/fileO6dXDO |
| 10777 | username: ubuntu |
| 10778 | context: |
| 10779 | network: {} |
| 10780 | users: {tenants: 1, users_per_tenant: 1} |
| 10781 | runner: {concurrency: 3, times: 3, type: constant} |
| 10782 | |
| 10783 | -------------------------------------------------------------------------------- |
| 10784 | Task 99c69e58-8366-4f7e-8695-17e94bc978b4: started |
| 10785 | -------------------------------------------------------------------------------- |
| 10786 | |
| 10787 | Benchmarking... This can take a while... |
| 10788 | |
| 10789 | To track task status use: |
| 10790 | |
| 10791 | rally task status |
| 10792 | or |
| 10793 | rally task detailed |
| 10794 | |
| 10795 | 13:26:12 22374 >>>> Start io test |
| 10796 | 13:26:12 22374 >>>> Ready and waiting on barrier. Will wait at most 200 seconds |
| 10797 | 13:26:14 22375 >>>> Start io test |
| 10798 | 13:26:14 22375 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 10799 | 13:26:15 22376 >>>> Start io test |
| 10800 | 13:26:15 22376 >>>> Ready and waiting on barrier. Will wait at most 197 seconds |
| 10801 | 13:27:51 22375 >>>> Test finished |
| 10802 | 13:27:54 22374 >>>> Test finished |
| 10803 | 13:27:54 22376 >>>> Test finished |
| 10804 | 2015-02-08 13:28:36.755 22180 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: bdc23908-9adb-4d56-aea7-20725d49b389. |
| 10805 | |
| 10806 | -------------------------------------------------------------------------------- |
| 10807 | Task 99c69e58-8366-4f7e-8695-17e94bc978b4: finished |
| 10808 | -------------------------------------------------------------------------------- |
| 10809 | |
| 10810 | test scenario VMTasks.boot_runcommand_delete |
| 10811 | args position 0 |
| 10812 | args values: |
| 10813 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 10814 | u'floating_network': u'net04_ext', |
| 10815 | u'force_delete': False, |
| 10816 | u'image': {u'name': u'ubuntu'}, |
| 10817 | u'interpreter': u'/usr/bin/env python2', |
| 10818 | u'script': u'/tmp/fileO6dXDO', |
| 10819 | u'username': u'ubuntu'}, |
| 10820 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 10821 | u'start_cidr': u'10.2.0.0/24'}, |
| 10822 | u'users': {u'project_domain': u'default', |
| 10823 | u'resource_management_workers': 30, |
| 10824 | u'tenants': 1, |
| 10825 | u'user_domain': u'default', |
| 10826 | u'users_per_tenant': 1}}, |
| 10827 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 10828 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10829 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 10830 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10831 | | nova.associate_floating_ip | 1.318 | 1.377 | 1.439 | 1.426 | 1.432 | 100.0% | 3 | |
| 10832 | | nova.boot_server | 60.52 | 61.055 | 61.876 | 61.655 | 61.766 | 100.0% | 3 | |
| 10833 | | nova.delete_server | 7.414 | 9.03 | 12.178 | 11.242 | 11.71 | 100.0% | 3 | |
| 10834 | | nova.dissociate_floating_ip | 1.596 | 3.351 | 6.815 | 5.781 | 6.298 | 100.0% | 3 | |
| 10835 | | total | 196.523 | 198.475 | 200.629 | 200.158 | 200.393 | 100.0% | 3 | |
| 10836 | | vm.run_command | 95.615 | 97.676 | 98.97 | 98.865 | 98.917 | 100.0% | 3 | |
| 10837 | | vm.wait_for_ping | 0.421 | 4.419 | 6.728 | 6.604 | 6.666 | 100.0% | 3 | |
| 10838 | | vm.wait_for_ssh | 12.301 | 14.176 | 15.118 | 15.116 | 15.117 | 100.0% | 3 | |
| 10839 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10840 | Load duration: 200.739916086 |
| 10841 | Full duration: 241.454625845 |
| 10842 | |
| 10843 | Scenario Specific Results |
| 10844 | |
| 10845 | +-------+-----+-----+-----+--------------+--------------+ |
| 10846 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 10847 | +-------+-----+-----+-----+--------------+--------------+ |
| 10848 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 10849 | +-------+-----+-----+-----+--------------+--------------+ |
| 10850 | |
| 10851 | HINTS: |
| 10852 | * To plot HTML graphics with this data, run: |
| 10853 | rally task report 99c69e58-8366-4f7e-8695-17e94bc978b4 --out output.html |
| 10854 | |
| 10855 | * To get raw JSON output of task results, run: |
| 10856 | rally task results 99c69e58-8366-4f7e-8695-17e94bc978b4 |
| 10857 | |
| 10858 | Using task: 99c69e58-8366-4f7e-8695-17e94bc978b4 |
| 10859 | ================================================================================ |
| 10860 | [{u'__meta__': {u'action': u'write', |
| 10861 | u'blocksize': 1024, |
| 10862 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileHp4jX8 -i 0 -s 1003592 -r 1024 -+n', |
| 10863 | u'concurence': 1, |
| 10864 | u'direct_io': False, |
| 10865 | u'iodepth': 16, |
| 10866 | u'size': 1003592, |
| 10867 | u'sync': False, |
| 10868 | u'use_hight_io_priority': True}, |
| 10869 | u'bw_mean': 24832}, |
| 10870 | {u'__meta__': {u'action': u'write', |
| 10871 | u'blocksize': 1024, |
| 10872 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file7vsdBz -i 0 -s 1003592 -r 1024 -+n', |
| 10873 | u'concurence': 1, |
| 10874 | u'direct_io': False, |
| 10875 | u'iodepth': 16, |
| 10876 | u'size': 1003592, |
| 10877 | u'sync': False, |
| 10878 | u'use_hight_io_priority': True}, |
| 10879 | u'bw_mean': 24162}, |
| 10880 | {u'__meta__': {u'action': u'write', |
| 10881 | u'blocksize': 1024, |
| 10882 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileGpcQSn -i 0 -s 1003592 -r 1024 -+n', |
| 10883 | u'concurence': 1, |
| 10884 | u'direct_io': False, |
| 10885 | u'iodepth': 16, |
| 10886 | u'size': 1003592, |
| 10887 | u'sync': False, |
| 10888 | u'use_hight_io_priority': True}, |
| 10889 | u'bw_mean': 24111}] |
| 10890 | ================================================================================ |
| 10891 | |
| 10892 | ====> {"write a 1024k": [24368, 569]} |
| 10893 | |
| 10894 | ================================================================================ |
| 10895 | + for xxx in '$three_times' |
| 10896 | + [[ write randwrite == \w\r\i\t\e ]] |
| 10897 | + [[ a == \s ]] |
| 10898 | + [[ 1m == \1\k ]] |
| 10899 | + [[ 1m == \4\k ]] |
| 10900 | + ssync= |
| 10901 | + factor=r2 |
| 10902 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1m --iosize r2 ' |
| 10903 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1m --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 10904 | 13:28:40 22706 >>>> Start rally with opts 'task start /tmp/file2WWxTg --deployment perf-1' |
| 10905 | -------------------------------------------------------------------------------- |
| 10906 | Preparing input task |
| 10907 | -------------------------------------------------------------------------------- |
| 10908 | |
| 10909 | Input task is: |
| 10910 | VMTasks.boot_runcommand_delete: |
| 10911 | - args: |
| 10912 | flavor: {name: ceph.512} |
| 10913 | floating_network: net04_ext |
| 10914 | force_delete: false |
| 10915 | image: {name: ubuntu} |
| 10916 | interpreter: /usr/bin/env python2 |
| 10917 | script: /tmp/fileccWD1T |
| 10918 | username: ubuntu |
| 10919 | context: |
| 10920 | network: {} |
| 10921 | users: {tenants: 1, users_per_tenant: 1} |
| 10922 | runner: {concurrency: 3, times: 3, type: constant} |
| 10923 | |
| 10924 | -------------------------------------------------------------------------------- |
| 10925 | Task 1d2b1b70-aa93-4ccb-a934-f3ecef2f749a: started |
| 10926 | -------------------------------------------------------------------------------- |
| 10927 | |
| 10928 | Benchmarking... This can take a while... |
| 10929 | |
| 10930 | To track task status use: |
| 10931 | |
| 10932 | rally task status |
| 10933 | or |
| 10934 | rally task detailed |
| 10935 | |
| 10936 | 13:30:20 22902 >>>> Start io test |
| 10937 | 13:30:20 22902 >>>> Ready and waiting on barrier. Will wait at most 200 seconds |
| 10938 | 13:30:21 22901 >>>> Start io test |
| 10939 | 13:30:21 22901 >>>> Ready and waiting on barrier. Will wait at most 199 seconds |
| 10940 | 13:30:21 22900 >>>> Start io test |
| 10941 | 13:30:21 22900 >>>> Ready and waiting on barrier. Will wait at most 199 seconds |
| 10942 | 13:31:56 22902 >>>> Test finished |
| 10943 | 13:31:57 22900 >>>> Test finished |
| 10944 | 13:31:57 22901 >>>> Test finished |
| 10945 | 2015-02-08 13:32:39.146 22706 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 3741cc9a-ff64-45e7-8b4d-77defe8bf695. |
| 10946 | |
| 10947 | -------------------------------------------------------------------------------- |
| 10948 | Task 1d2b1b70-aa93-4ccb-a934-f3ecef2f749a: finished |
| 10949 | -------------------------------------------------------------------------------- |
| 10950 | |
| 10951 | test scenario VMTasks.boot_runcommand_delete |
| 10952 | args position 0 |
| 10953 | args values: |
| 10954 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 10955 | u'floating_network': u'net04_ext', |
| 10956 | u'force_delete': False, |
| 10957 | u'image': {u'name': u'ubuntu'}, |
| 10958 | u'interpreter': u'/usr/bin/env python2', |
| 10959 | u'script': u'/tmp/fileccWD1T', |
| 10960 | u'username': u'ubuntu'}, |
| 10961 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 10962 | u'start_cidr': u'10.2.0.0/24'}, |
| 10963 | u'users': {u'project_domain': u'default', |
| 10964 | u'resource_management_workers': 30, |
| 10965 | u'tenants': 1, |
| 10966 | u'user_domain': u'default', |
| 10967 | u'users_per_tenant': 1}}, |
| 10968 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 10969 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10970 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 10971 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10972 | | nova.associate_floating_ip | 1.557 | 1.598 | 1.625 | 1.622 | 1.624 | 100.0% | 3 | |
| 10973 | | nova.boot_server | 64.612 | 64.739 | 64.805 | 64.804 | 64.805 | 100.0% | 3 | |
| 10974 | | nova.delete_server | 7.442 | 10.49 | 12.018 | 12.016 | 12.017 | 100.0% | 3 | |
| 10975 | | nova.dissociate_floating_ip | 1.48 | 4.877 | 6.648 | 6.619 | 6.634 | 100.0% | 3 | |
| 10976 | | total | 195.459 | 198.848 | 200.564 | 200.556 | 200.56 | 100.0% | 3 | |
| 10977 | | vm.run_command | 95.058 | 95.3 | 95.44 | 95.433 | 95.437 | 100.0% | 3 | |
| 10978 | | vm.wait_for_ping | 4.91 | 5.735 | 6.181 | 6.168 | 6.174 | 100.0% | 3 | |
| 10979 | | vm.wait_for_ssh | 8.728 | 9.412 | 9.862 | 9.818 | 9.84 | 100.0% | 3 | |
| 10980 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 10981 | Load duration: 200.636078835 |
| 10982 | Full duration: 235.925531864 |
| 10983 | |
| 10984 | Scenario Specific Results |
| 10985 | |
| 10986 | +-------+-----+-----+-----+--------------+--------------+ |
| 10987 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 10988 | +-------+-----+-----+-----+--------------+--------------+ |
| 10989 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 10990 | +-------+-----+-----+-----+--------------+--------------+ |
| 10991 | |
| 10992 | HINTS: |
| 10993 | * To plot HTML graphics with this data, run: |
| 10994 | rally task report 1d2b1b70-aa93-4ccb-a934-f3ecef2f749a --out output.html |
| 10995 | |
| 10996 | * To get raw JSON output of task results, run: |
| 10997 | rally task results 1d2b1b70-aa93-4ccb-a934-f3ecef2f749a |
| 10998 | |
| 10999 | Using task: 1d2b1b70-aa93-4ccb-a934-f3ecef2f749a |
| 11000 | ================================================================================ |
| 11001 | [{u'__meta__': {u'action': u'write', |
| 11002 | u'blocksize': 1024, |
| 11003 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file71wXFI -i 0 -s 1003592 -r 1024 -+n', |
| 11004 | u'concurence': 1, |
| 11005 | u'direct_io': False, |
| 11006 | u'iodepth': 16, |
| 11007 | u'size': 1003592, |
| 11008 | u'sync': False, |
| 11009 | u'use_hight_io_priority': True}, |
| 11010 | u'bw_mean': 24108}, |
| 11011 | {u'__meta__': {u'action': u'write', |
| 11012 | u'blocksize': 1024, |
| 11013 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filenHkyvG -i 0 -s 1003592 -r 1024 -+n', |
| 11014 | u'concurence': 1, |
| 11015 | u'direct_io': False, |
| 11016 | u'iodepth': 16, |
| 11017 | u'size': 1003592, |
| 11018 | u'sync': False, |
| 11019 | u'use_hight_io_priority': True}, |
| 11020 | u'bw_mean': 24245}, |
| 11021 | {u'__meta__': {u'action': u'write', |
| 11022 | u'blocksize': 1024, |
| 11023 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileOh4plt -i 0 -s 1003592 -r 1024 -+n', |
| 11024 | u'concurence': 1, |
| 11025 | u'direct_io': False, |
| 11026 | u'iodepth': 16, |
| 11027 | u'size': 1003592, |
| 11028 | u'sync': False, |
| 11029 | u'use_hight_io_priority': True}, |
| 11030 | u'bw_mean': 23715}] |
| 11031 | ================================================================================ |
| 11032 | |
| 11033 | ====> {"write a 1024k": [24022, 389]} |
| 11034 | |
| 11035 | ================================================================================ |
| 11036 | + for xxx in '$three_times' |
| 11037 | + [[ write randwrite == \w\r\i\t\e ]] |
| 11038 | + [[ a == \s ]] |
| 11039 | + [[ 1m == \1\k ]] |
| 11040 | + [[ 1m == \4\k ]] |
| 11041 | + ssync= |
| 11042 | + factor=r2 |
| 11043 | + io_opts='--type iozone -a write --iodepth 16 --blocksize 1m --iosize r2 ' |
| 11044 | + python run_rally_test.py -l -o '--type iozone -a write --iodepth 16 --blocksize 1m --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 11045 | 13:32:43 23219 >>>> Start rally with opts 'task start /tmp/fileJbr3wP --deployment perf-1' |
| 11046 | -------------------------------------------------------------------------------- |
| 11047 | Preparing input task |
| 11048 | -------------------------------------------------------------------------------- |
| 11049 | |
| 11050 | Input task is: |
| 11051 | VMTasks.boot_runcommand_delete: |
| 11052 | - args: |
| 11053 | flavor: {name: ceph.512} |
| 11054 | floating_network: net04_ext |
| 11055 | force_delete: false |
| 11056 | image: {name: ubuntu} |
| 11057 | interpreter: /usr/bin/env python2 |
| 11058 | script: /tmp/fileuKlFnW |
| 11059 | username: ubuntu |
| 11060 | context: |
| 11061 | network: {} |
| 11062 | users: {tenants: 1, users_per_tenant: 1} |
| 11063 | runner: {concurrency: 3, times: 3, type: constant} |
| 11064 | |
| 11065 | -------------------------------------------------------------------------------- |
| 11066 | Task ae5580ee-669a-4999-b7cf-8056262f3fe4: started |
| 11067 | -------------------------------------------------------------------------------- |
| 11068 | |
| 11069 | Benchmarking... This can take a while... |
| 11070 | |
| 11071 | To track task status use: |
| 11072 | |
| 11073 | rally task status |
| 11074 | or |
| 11075 | rally task detailed |
| 11076 | |
| 11077 | 13:34:00 23416 >>>> Start io test |
| 11078 | 13:34:00 23416 >>>> Ready and waiting on barrier. Will wait at most 222 seconds |
| 11079 | 13:37:43 23416 >>>> Barrier timeouted |
| 11080 | 13:38:26 23416 >>>> Test finished |
| 11081 | 2015-02-08 13:39:26.794 23219 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: e3c54941-16f0-49cf-adb7-d097b211f95e. |
| 11082 | |
| 11083 | -------------------------------------------------------------------------------- |
| 11084 | Task ae5580ee-669a-4999-b7cf-8056262f3fe4: finished |
| 11085 | -------------------------------------------------------------------------------- |
| 11086 | |
| 11087 | test scenario VMTasks.boot_runcommand_delete |
| 11088 | args position 0 |
| 11089 | args values: |
| 11090 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 11091 | u'floating_network': u'net04_ext', |
| 11092 | u'force_delete': False, |
| 11093 | u'image': {u'name': u'ubuntu'}, |
| 11094 | u'interpreter': u'/usr/bin/env python2', |
| 11095 | u'script': u'/tmp/fileuKlFnW', |
| 11096 | u'username': u'ubuntu'}, |
| 11097 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 11098 | u'start_cidr': u'10.2.0.0/24'}, |
| 11099 | u'users': {u'project_domain': u'default', |
| 11100 | u'resource_management_workers': 30, |
| 11101 | u'tenants': 1, |
| 11102 | u'user_domain': u'default', |
| 11103 | u'users_per_tenant': 1}}, |
| 11104 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 11105 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11106 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 11107 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11108 | | nova.associate_floating_ip | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 33.3% | 3 | |
| 11109 | | nova.boot_server | 39.755 | 39.755 | 39.755 | 39.755 | 39.755 | 33.3% | 3 | |
| 11110 | | nova.delete_server | 5.094 | 5.094 | 5.094 | 5.094 | 5.094 | 33.3% | 3 | |
| 11111 | | nova.dissociate_floating_ip | 7.515 | 7.515 | 7.515 | 7.515 | 7.515 | 33.3% | 3 | |
| 11112 | | total | 340.681 | 340.681 | 340.681 | 340.681 | 340.681 | 33.3% | 3 | |
| 11113 | | vm.run_command | 42.708 | 42.708 | 42.708 | 42.708 | 42.708 | 33.3% | 3 | |
| 11114 | | vm.wait_for_ping | 6.115 | 6.115 | 6.115 | 6.115 | 6.115 | 33.3% | 3 | |
| 11115 | | vm.wait_for_ssh | 6.732 | 6.732 | 6.732 | 6.732 | 6.732 | 33.3% | 3 | |
| 11116 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11117 | Load duration: 340.735139847 |
| 11118 | Full duration: 400.982530117 |
| 11119 | |
| 11120 | Scenario Specific Results |
| 11121 | |
| 11122 | +-------+-----+-----+-----+--------------+--------------+ |
| 11123 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 11124 | +-------+-----+-----+-----+--------------+--------------+ |
| 11125 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 11126 | +-------+-----+-----+-----+--------------+--------------+ |
| 11127 | |
| 11128 | HINTS: |
| 11129 | * To plot HTML graphics with this data, run: |
| 11130 | rally task report ae5580ee-669a-4999-b7cf-8056262f3fe4 --out output.html |
| 11131 | |
| 11132 | * To get raw JSON output of task results, run: |
| 11133 | rally task results ae5580ee-669a-4999-b7cf-8056262f3fe4 |
| 11134 | |
| 11135 | Using task: ae5580ee-669a-4999-b7cf-8056262f3fe4 |
| 11136 | ================================================================================ |
| 11137 | [{u'__meta__': {u'action': u'write', |
| 11138 | u'blocksize': 1024, |
| 11139 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filer4In3z -i 0 -s 1003592 -r 1024 -+n', |
| 11140 | u'concurence': 1, |
| 11141 | u'direct_io': False, |
| 11142 | u'iodepth': 16, |
| 11143 | u'size': 1003592, |
| 11144 | u'sync': False, |
| 11145 | u'use_hight_io_priority': True}, |
| 11146 | u'bw_mean': 59414}] |
| 11147 | ================================================================================ |
| 11148 | |
| 11149 | ====> {"write a 1024k": [59414, 0]} |
| 11150 | |
| 11151 | ================================================================================ |
| 11152 | + for op in '$ops' |
| 11153 | + for sync in '$osync' |
| 11154 | + for xxx in '$three_times' |
| 11155 | + [[ write randwrite == \w\r\i\t\e ]] |
| 11156 | + [[ s == \s ]] |
| 11157 | + ssync=-s |
| 11158 | + factor=x500 |
| 11159 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 1m --iosize x500 -s' |
| 11160 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 1m --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 11161 | 13:39:31 23729 >>>> Start rally with opts 'task start /tmp/fileSsy9rX --deployment perf-1' |
| 11162 | -------------------------------------------------------------------------------- |
| 11163 | Preparing input task |
| 11164 | -------------------------------------------------------------------------------- |
| 11165 | |
| 11166 | Input task is: |
| 11167 | VMTasks.boot_runcommand_delete: |
| 11168 | - args: |
| 11169 | flavor: {name: ceph.512} |
| 11170 | floating_network: net04_ext |
| 11171 | force_delete: false |
| 11172 | image: {name: ubuntu} |
| 11173 | interpreter: /usr/bin/env python2 |
| 11174 | script: /tmp/filenywCgK |
| 11175 | username: ubuntu |
| 11176 | context: |
| 11177 | network: {} |
| 11178 | users: {tenants: 1, users_per_tenant: 1} |
| 11179 | runner: {concurrency: 3, times: 3, type: constant} |
| 11180 | |
| 11181 | -------------------------------------------------------------------------------- |
| 11182 | Task 328b3c9f-dee9-444a-9b09-303a750f05f1: started |
| 11183 | -------------------------------------------------------------------------------- |
| 11184 | |
| 11185 | Benchmarking... This can take a while... |
| 11186 | |
| 11187 | To track task status use: |
| 11188 | |
| 11189 | rally task status |
| 11190 | or |
| 11191 | rally task detailed |
| 11192 | |
| 11193 | 13:41:19 23923 >>>> Start io test |
| 11194 | 13:41:19 23923 >>>> Ready and waiting on barrier. Will wait at most 191 seconds |
| 11195 | 13:41:21 23924 >>>> Start io test |
| 11196 | 13:41:21 23924 >>>> Ready and waiting on barrier. Will wait at most 189 seconds |
| 11197 | 13:41:29 23925 >>>> Start io test |
| 11198 | 13:41:29 23925 >>>> Ready and waiting on barrier. Will wait at most 181 seconds |
| 11199 | 13:43:07 23924 >>>> Test finished |
| 11200 | 13:43:08 23925 >>>> Test finished |
| 11201 | 13:43:09 23923 >>>> Test finished |
| 11202 | 2015-02-08 13:43:58.404 23729 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 5ff7f9e6-a5f5-490a-adfc-46c87648203b. |
| 11203 | |
| 11204 | -------------------------------------------------------------------------------- |
| 11205 | Task 328b3c9f-dee9-444a-9b09-303a750f05f1: finished |
| 11206 | -------------------------------------------------------------------------------- |
| 11207 | |
| 11208 | test scenario VMTasks.boot_runcommand_delete |
| 11209 | args position 0 |
| 11210 | args values: |
| 11211 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 11212 | u'floating_network': u'net04_ext', |
| 11213 | u'force_delete': False, |
| 11214 | u'image': {u'name': u'ubuntu'}, |
| 11215 | u'interpreter': u'/usr/bin/env python2', |
| 11216 | u'script': u'/tmp/filenywCgK', |
| 11217 | u'username': u'ubuntu'}, |
| 11218 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 11219 | u'start_cidr': u'10.2.0.0/24'}, |
| 11220 | u'users': {u'project_domain': u'default', |
| 11221 | u'resource_management_workers': 30, |
| 11222 | u'tenants': 1, |
| 11223 | u'user_domain': u'default', |
| 11224 | u'users_per_tenant': 1}}, |
| 11225 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 11226 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11227 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 11228 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11229 | | nova.associate_floating_ip | 1.498 | 1.513 | 1.526 | 1.524 | 1.525 | 100.0% | 3 | |
| 11230 | | nova.boot_server | 58.825 | 62.519 | 65.834 | 65.246 | 65.54 | 100.0% | 3 | |
| 11231 | | nova.delete_server | 5.12 | 6.734 | 9.672 | 8.82 | 9.246 | 100.0% | 3 | |
| 11232 | | nova.dissociate_floating_ip | 1.583 | 3.304 | 6.588 | 5.618 | 6.103 | 100.0% | 3 | |
| 11233 | | total | 202.516 | 207.082 | 213.356 | 211.76 | 212.558 | 100.0% | 3 | |
| 11234 | | vm.run_command | 97.813 | 99.163 | 100.461 | 100.212 | 100.337 | 100.0% | 3 | |
| 11235 | | vm.wait_for_ping | 2.082 | 3.421 | 6.093 | 5.292 | 5.693 | 100.0% | 3 | |
| 11236 | | vm.wait_for_ssh | 6.035 | 12.233 | 17.704 | 16.755 | 17.229 | 100.0% | 3 | |
| 11237 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11238 | Load duration: 213.47081089 |
| 11239 | Full duration: 264.943139076 |
| 11240 | |
| 11241 | Scenario Specific Results |
| 11242 | |
| 11243 | +-------+-----+-----+-----+--------------+--------------+ |
| 11244 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 11245 | +-------+-----+-----+-----+--------------+--------------+ |
| 11246 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 11247 | +-------+-----+-----+-----+--------------+--------------+ |
| 11248 | |
| 11249 | HINTS: |
| 11250 | * To plot HTML graphics with this data, run: |
| 11251 | rally task report 328b3c9f-dee9-444a-9b09-303a750f05f1 --out output.html |
| 11252 | |
| 11253 | * To get raw JSON output of task results, run: |
| 11254 | rally task results 328b3c9f-dee9-444a-9b09-303a750f05f1 |
| 11255 | |
| 11256 | Using task: 328b3c9f-dee9-444a-9b09-303a750f05f1 |
| 11257 | ================================================================================ |
| 11258 | [{u'__meta__': {u'action': u'randwrite', |
| 11259 | u'blocksize': 1024, |
| 11260 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filepyA7BH -i 2 -s 512000 -r 1024 -+n', |
| 11261 | u'concurence': 1, |
| 11262 | u'direct_io': False, |
| 11263 | u'iodepth': 16, |
| 11264 | u'size': 512000, |
| 11265 | u'sync': True, |
| 11266 | u'use_hight_io_priority': True}, |
| 11267 | u'bw_mean': 7821}, |
| 11268 | {u'__meta__': {u'action': u'randwrite', |
| 11269 | u'blocksize': 1024, |
| 11270 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileeo9qIT -i 2 -s 512000 -r 1024 -+n', |
| 11271 | u'concurence': 1, |
| 11272 | u'direct_io': False, |
| 11273 | u'iodepth': 16, |
| 11274 | u'size': 512000, |
| 11275 | u'sync': True, |
| 11276 | u'use_hight_io_priority': True}, |
| 11277 | u'bw_mean': 7708}, |
| 11278 | {u'__meta__': {u'action': u'randwrite', |
| 11279 | u'blocksize': 1024, |
| 11280 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filebEei2L -i 2 -s 512000 -r 1024 -+n', |
| 11281 | u'concurence': 1, |
| 11282 | u'direct_io': False, |
| 11283 | u'iodepth': 16, |
| 11284 | u'size': 512000, |
| 11285 | u'sync': True, |
| 11286 | u'use_hight_io_priority': True}, |
| 11287 | u'bw_mean': 7620}] |
| 11288 | ================================================================================ |
| 11289 | |
| 11290 | ====> {"randwrite s 1024k": [7716, 142]} |
| 11291 | |
| 11292 | ================================================================================ |
| 11293 | + for xxx in '$three_times' |
| 11294 | + [[ write randwrite == \w\r\i\t\e ]] |
| 11295 | + [[ s == \s ]] |
| 11296 | + ssync=-s |
| 11297 | + factor=x500 |
| 11298 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 1m --iosize x500 -s' |
| 11299 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 1m --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 11300 | 13:44:02 24275 >>>> Start rally with opts 'task start /tmp/filek8OwpC --deployment perf-1' |
| 11301 | -------------------------------------------------------------------------------- |
| 11302 | Preparing input task |
| 11303 | -------------------------------------------------------------------------------- |
| 11304 | |
| 11305 | Input task is: |
| 11306 | VMTasks.boot_runcommand_delete: |
| 11307 | - args: |
| 11308 | flavor: {name: ceph.512} |
| 11309 | floating_network: net04_ext |
| 11310 | force_delete: false |
| 11311 | image: {name: ubuntu} |
| 11312 | interpreter: /usr/bin/env python2 |
| 11313 | script: /tmp/fileRRKcIR |
| 11314 | username: ubuntu |
| 11315 | context: |
| 11316 | network: {} |
| 11317 | users: {tenants: 1, users_per_tenant: 1} |
| 11318 | runner: {concurrency: 3, times: 3, type: constant} |
| 11319 | |
| 11320 | -------------------------------------------------------------------------------- |
| 11321 | Task 1379d7ed-4fb8-4855-b2f7-1437a649a4a8: started |
| 11322 | -------------------------------------------------------------------------------- |
| 11323 | |
| 11324 | Benchmarking... This can take a while... |
| 11325 | |
| 11326 | To track task status use: |
| 11327 | |
| 11328 | rally task status |
| 11329 | or |
| 11330 | rally task detailed |
| 11331 | |
| 11332 | 13:45:46 24470 >>>> Start io test |
| 11333 | 13:45:46 24470 >>>> Ready and waiting on barrier. Will wait at most 196 seconds |
| 11334 | 13:45:50 24469 >>>> Start io test |
| 11335 | 13:45:50 24469 >>>> Ready and waiting on barrier. Will wait at most 192 seconds |
| 11336 | 13:45:54 24471 >>>> Start io test |
| 11337 | 13:45:54 24471 >>>> Ready and waiting on barrier. Will wait at most 188 seconds |
| 11338 | 13:47:29 24470 >>>> Test finished |
| 11339 | 13:47:33 24469 >>>> Test finished |
| 11340 | 13:47:35 24471 >>>> Test finished |
| 11341 | 2015-02-08 13:48:12.704 24275 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: f9813d5f-c59f-4169-9fd9-4ff66edcc98d. |
| 11342 | |
| 11343 | -------------------------------------------------------------------------------- |
| 11344 | Task 1379d7ed-4fb8-4855-b2f7-1437a649a4a8: finished |
| 11345 | -------------------------------------------------------------------------------- |
| 11346 | |
| 11347 | test scenario VMTasks.boot_runcommand_delete |
| 11348 | args position 0 |
| 11349 | args values: |
| 11350 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 11351 | u'floating_network': u'net04_ext', |
| 11352 | u'force_delete': False, |
| 11353 | u'image': {u'name': u'ubuntu'}, |
| 11354 | u'interpreter': u'/usr/bin/env python2', |
| 11355 | u'script': u'/tmp/fileRRKcIR', |
| 11356 | u'username': u'ubuntu'}, |
| 11357 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 11358 | u'start_cidr': u'10.2.0.0/24'}, |
| 11359 | u'users': {u'project_domain': u'default', |
| 11360 | u'resource_management_workers': 30, |
| 11361 | u'tenants': 1, |
| 11362 | u'user_domain': u'default', |
| 11363 | u'users_per_tenant': 1}}, |
| 11364 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 11365 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11366 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 11367 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11368 | | nova.associate_floating_ip | 1.449 | 1.489 | 1.515 | 1.513 | 1.514 | 100.0% | 3 | |
| 11369 | | nova.boot_server | 61.357 | 61.792 | 62.024 | 62.018 | 62.021 | 100.0% | 3 | |
| 11370 | | nova.delete_server | 5.199 | 9.06 | 12.162 | 11.693 | 11.928 | 100.0% | 3 | |
| 11371 | | nova.dissociate_floating_ip | 1.656 | 1.701 | 1.742 | 1.735 | 1.738 | 100.0% | 3 | |
| 11372 | | total | 194.48 | 197.59 | 200.757 | 200.112 | 200.435 | 100.0% | 3 | |
| 11373 | | vm.run_command | 95.575 | 98.77 | 101.116 | 100.817 | 100.966 | 100.0% | 3 | |
| 11374 | | vm.wait_for_ping | 4.42 | 5.703 | 6.595 | 6.495 | 6.545 | 100.0% | 3 | |
| 11375 | | vm.wait_for_ssh | 7.351 | 9.994 | 12.818 | 12.217 | 12.517 | 100.0% | 3 | |
| 11376 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11377 | Load duration: 200.84328413 |
| 11378 | Full duration: 247.447429895 |
| 11379 | |
| 11380 | Scenario Specific Results |
| 11381 | |
| 11382 | +-------+-----+-----+-----+--------------+--------------+ |
| 11383 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 11384 | +-------+-----+-----+-----+--------------+--------------+ |
| 11385 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 11386 | +-------+-----+-----+-----+--------------+--------------+ |
| 11387 | |
| 11388 | HINTS: |
| 11389 | * To plot HTML graphics with this data, run: |
| 11390 | rally task report 1379d7ed-4fb8-4855-b2f7-1437a649a4a8 --out output.html |
| 11391 | |
| 11392 | * To get raw JSON output of task results, run: |
| 11393 | rally task results 1379d7ed-4fb8-4855-b2f7-1437a649a4a8 |
| 11394 | |
| 11395 | Using task: 1379d7ed-4fb8-4855-b2f7-1437a649a4a8 |
| 11396 | ================================================================================ |
| 11397 | [{u'__meta__': {u'action': u'randwrite', |
| 11398 | u'blocksize': 1024, |
| 11399 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/fileRAjPV1 -i 2 -s 512000 -r 1024 -+n', |
| 11400 | u'concurence': 1, |
| 11401 | u'direct_io': False, |
| 11402 | u'iodepth': 16, |
| 11403 | u'size': 512000, |
| 11404 | u'sync': True, |
| 11405 | u'use_hight_io_priority': True}, |
| 11406 | u'bw_mean': 8295}, |
| 11407 | {u'__meta__': {u'action': u'randwrite', |
| 11408 | u'blocksize': 1024, |
| 11409 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filej500CE -i 2 -s 512000 -r 1024 -+n', |
| 11410 | u'concurence': 1, |
| 11411 | u'direct_io': False, |
| 11412 | u'iodepth': 16, |
| 11413 | u'size': 512000, |
| 11414 | u'sync': True, |
| 11415 | u'use_hight_io_priority': True}, |
| 11416 | u'bw_mean': 7836}, |
| 11417 | {u'__meta__': {u'action': u'randwrite', |
| 11418 | u'blocksize': 1024, |
| 11419 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/file4ENoUX -i 2 -s 512000 -r 1024 -+n', |
| 11420 | u'concurence': 1, |
| 11421 | u'direct_io': False, |
| 11422 | u'iodepth': 16, |
| 11423 | u'size': 512000, |
| 11424 | u'sync': True, |
| 11425 | u'use_hight_io_priority': True}, |
| 11426 | u'bw_mean': 7612}] |
| 11427 | ================================================================================ |
| 11428 | |
| 11429 | ====> {"randwrite s 1024k": [7914, 492]} |
| 11430 | |
| 11431 | ================================================================================ |
| 11432 | + for xxx in '$three_times' |
| 11433 | + [[ write randwrite == \w\r\i\t\e ]] |
| 11434 | + [[ s == \s ]] |
| 11435 | + ssync=-s |
| 11436 | + factor=x500 |
| 11437 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 1m --iosize x500 -s' |
| 11438 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 1m --iosize x500 -s' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 11439 | 13:48:16 24817 >>>> Start rally with opts 'task start /tmp/fileeUK0kL --deployment perf-1' |
| 11440 | -------------------------------------------------------------------------------- |
| 11441 | Preparing input task |
| 11442 | -------------------------------------------------------------------------------- |
| 11443 | |
| 11444 | Input task is: |
| 11445 | VMTasks.boot_runcommand_delete: |
| 11446 | - args: |
| 11447 | flavor: {name: ceph.512} |
| 11448 | floating_network: net04_ext |
| 11449 | force_delete: false |
| 11450 | image: {name: ubuntu} |
| 11451 | interpreter: /usr/bin/env python2 |
| 11452 | script: /tmp/filef7BNL4 |
| 11453 | username: ubuntu |
| 11454 | context: |
| 11455 | network: {} |
| 11456 | users: {tenants: 1, users_per_tenant: 1} |
| 11457 | runner: {concurrency: 3, times: 3, type: constant} |
| 11458 | |
| 11459 | -------------------------------------------------------------------------------- |
| 11460 | Task 087cc419-13e8-4286-8b9b-826a42e25b99: started |
| 11461 | -------------------------------------------------------------------------------- |
| 11462 | |
| 11463 | Benchmarking... This can take a while... |
| 11464 | |
| 11465 | To track task status use: |
| 11466 | |
| 11467 | rally task status |
| 11468 | or |
| 11469 | rally task detailed |
| 11470 | |
| 11471 | 13:49:40 25014 >>>> Start io test |
| 11472 | 13:49:40 25014 >>>> Ready and waiting on barrier. Will wait at most 216 seconds |
| 11473 | 13:53:16 25014 >>>> Barrier timeouted |
| 11474 | 13:54:13 25014 >>>> Test finished |
| 11475 | 2015-02-08 13:55:12.311 24817 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 003450e9-f893-4435-92f9-ba4a9e0633f6. |
| 11476 | |
| 11477 | -------------------------------------------------------------------------------- |
| 11478 | Task 087cc419-13e8-4286-8b9b-826a42e25b99: finished |
| 11479 | -------------------------------------------------------------------------------- |
| 11480 | |
| 11481 | test scenario VMTasks.boot_runcommand_delete |
| 11482 | args position 0 |
| 11483 | args values: |
| 11484 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 11485 | u'floating_network': u'net04_ext', |
| 11486 | u'force_delete': False, |
| 11487 | u'image': {u'name': u'ubuntu'}, |
| 11488 | u'interpreter': u'/usr/bin/env python2', |
| 11489 | u'script': u'/tmp/filef7BNL4', |
| 11490 | u'username': u'ubuntu'}, |
| 11491 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 11492 | u'start_cidr': u'10.2.0.0/24'}, |
| 11493 | u'users': {u'project_domain': u'default', |
| 11494 | u'resource_management_workers': 30, |
| 11495 | u'tenants': 1, |
| 11496 | u'user_domain': u'default', |
| 11497 | u'users_per_tenant': 1}}, |
| 11498 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 11499 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11500 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 11501 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11502 | | nova.associate_floating_ip | 2.366 | 2.366 | 2.366 | 2.366 | 2.366 | 33.3% | 3 | |
| 11503 | | nova.boot_server | 40.069 | 40.069 | 40.069 | 40.069 | 40.069 | 33.3% | 3 | |
| 11504 | | nova.delete_server | 9.812 | 9.812 | 9.812 | 9.812 | 9.812 | 33.3% | 3 | |
| 11505 | | nova.dissociate_floating_ip | 7.087 | 7.087 | 7.087 | 7.087 | 7.087 | 33.3% | 3 | |
| 11506 | | total | 358.149 | 358.149 | 358.149 | 358.149 | 358.149 | 33.3% | 3 | |
| 11507 | | vm.run_command | 56.353 | 56.353 | 56.353 | 56.353 | 56.353 | 33.3% | 3 | |
| 11508 | | vm.wait_for_ping | 6.106 | 6.106 | 6.106 | 6.106 | 6.106 | 33.3% | 3 | |
| 11509 | | vm.wait_for_ssh | 11.186 | 11.186 | 11.186 | 11.186 | 11.186 | 33.3% | 3 | |
| 11510 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11511 | Load duration: 358.275934935 |
| 11512 | Full duration: 413.230271101 |
| 11513 | |
| 11514 | Scenario Specific Results |
| 11515 | |
| 11516 | +-------+-----+-----+-----+--------------+--------------+ |
| 11517 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 11518 | +-------+-----+-----+-----+--------------+--------------+ |
| 11519 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 11520 | +-------+-----+-----+-----+--------------+--------------+ |
| 11521 | |
| 11522 | HINTS: |
| 11523 | * To plot HTML graphics with this data, run: |
| 11524 | rally task report 087cc419-13e8-4286-8b9b-826a42e25b99 --out output.html |
| 11525 | |
| 11526 | * To get raw JSON output of task results, run: |
| 11527 | rally task results 087cc419-13e8-4286-8b9b-826a42e25b99 |
| 11528 | |
| 11529 | Using task: 087cc419-13e8-4286-8b9b-826a42e25b99 |
| 11530 | ================================================================================ |
| 11531 | [{u'__meta__': {u'action': u'randwrite', |
| 11532 | u'blocksize': 1024, |
| 11533 | u'cmdline': u'/tmp/io_tool -V 109 -o -f /tmp/filepFLxsY -i 2 -s 512000 -r 1024 -+n', |
| 11534 | u'concurence': 1, |
| 11535 | u'direct_io': False, |
| 11536 | u'iodepth': 16, |
| 11537 | u'size': 512000, |
| 11538 | u'sync': True, |
| 11539 | u'use_hight_io_priority': True}, |
| 11540 | u'bw_mean': 13768}] |
| 11541 | ================================================================================ |
| 11542 | |
| 11543 | ====> {"randwrite s 1024k": [13768, 0]} |
| 11544 | |
| 11545 | ================================================================================ |
| 11546 | + for sync in '$osync' |
| 11547 | + for xxx in '$three_times' |
| 11548 | + [[ write randwrite == \w\r\i\t\e ]] |
| 11549 | + [[ a == \s ]] |
| 11550 | + [[ 1m == \1\k ]] |
| 11551 | + [[ 1m == \4\k ]] |
| 11552 | + ssync= |
| 11553 | + factor=r2 |
| 11554 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 1m --iosize r2 ' |
| 11555 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 1m --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 11556 | 13:55:17 25333 >>>> Start rally with opts 'task start /tmp/fileQYkmLZ --deployment perf-1' |
| 11557 | -------------------------------------------------------------------------------- |
| 11558 | Preparing input task |
| 11559 | -------------------------------------------------------------------------------- |
| 11560 | |
| 11561 | Input task is: |
| 11562 | VMTasks.boot_runcommand_delete: |
| 11563 | - args: |
| 11564 | flavor: {name: ceph.512} |
| 11565 | floating_network: net04_ext |
| 11566 | force_delete: false |
| 11567 | image: {name: ubuntu} |
| 11568 | interpreter: /usr/bin/env python2 |
| 11569 | script: /tmp/fileHugc3x |
| 11570 | username: ubuntu |
| 11571 | context: |
| 11572 | network: {} |
| 11573 | users: {tenants: 1, users_per_tenant: 1} |
| 11574 | runner: {concurrency: 3, times: 3, type: constant} |
| 11575 | |
| 11576 | -------------------------------------------------------------------------------- |
| 11577 | Task c3c10149-d120-4a37-bbb3-400d8b2f5890: started |
| 11578 | -------------------------------------------------------------------------------- |
| 11579 | |
| 11580 | Benchmarking... This can take a while... |
| 11581 | |
| 11582 | To track task status use: |
| 11583 | |
| 11584 | rally task status |
| 11585 | or |
| 11586 | rally task detailed |
| 11587 | |
| 11588 | 13:57:03 25530 >>>> Start io test |
| 11589 | 13:57:03 25530 >>>> Ready and waiting on barrier. Will wait at most 193 seconds |
| 11590 | 14:00:17 25530 >>>> Barrier timeouted |
| 11591 | 14:01:06 25530 >>>> Test finished |
| 11592 | 2015-02-08 14:02:09.756 25333 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: a229f4c7-a4ee-4487-9832-ba98ec3ccde0. |
| 11593 | |
| 11594 | -------------------------------------------------------------------------------- |
| 11595 | Task c3c10149-d120-4a37-bbb3-400d8b2f5890: finished |
| 11596 | -------------------------------------------------------------------------------- |
| 11597 | |
| 11598 | test scenario VMTasks.boot_runcommand_delete |
| 11599 | args position 0 |
| 11600 | args values: |
| 11601 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 11602 | u'floating_network': u'net04_ext', |
| 11603 | u'force_delete': False, |
| 11604 | u'image': {u'name': u'ubuntu'}, |
| 11605 | u'interpreter': u'/usr/bin/env python2', |
| 11606 | u'script': u'/tmp/fileHugc3x', |
| 11607 | u'username': u'ubuntu'}, |
| 11608 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 11609 | u'start_cidr': u'10.2.0.0/24'}, |
| 11610 | u'users': {u'project_domain': u'default', |
| 11611 | u'resource_management_workers': 30, |
| 11612 | u'tenants': 1, |
| 11613 | u'user_domain': u'default', |
| 11614 | u'users_per_tenant': 1}}, |
| 11615 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 11616 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11617 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 11618 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11619 | | nova.associate_floating_ip | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 33.3% | 3 | |
| 11620 | | nova.boot_server | 41.668 | 41.668 | 41.668 | 41.668 | 41.668 | 33.3% | 3 | |
| 11621 | | nova.delete_server | 10.251 | 10.251 | 10.251 | 10.251 | 10.251 | 33.3% | 3 | |
| 11622 | | nova.dissociate_floating_ip | 7.399 | 7.399 | 7.399 | 7.399 | 7.399 | 33.3% | 3 | |
| 11623 | | total | 337.675 | 337.675 | 337.675 | 337.675 | 337.675 | 33.3% | 3 | |
| 11624 | | vm.run_command | 49.83 | 49.83 | 49.83 | 49.83 | 49.83 | 33.3% | 3 | |
| 11625 | | vm.wait_for_ping | 6.104 | 6.104 | 6.104 | 6.104 | 6.104 | 33.3% | 3 | |
| 11626 | | vm.wait_for_ssh | 19.592 | 19.592 | 19.592 | 19.592 | 19.592 | 33.3% | 3 | |
| 11627 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11628 | Load duration: 337.831172943 |
| 11629 | Full duration: 410.664282084 |
| 11630 | |
| 11631 | Scenario Specific Results |
| 11632 | |
| 11633 | +-------+-----+-----+-----+--------------+--------------+ |
| 11634 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 11635 | +-------+-----+-----+-----+--------------+--------------+ |
| 11636 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 11637 | +-------+-----+-----+-----+--------------+--------------+ |
| 11638 | |
| 11639 | HINTS: |
| 11640 | * To plot HTML graphics with this data, run: |
| 11641 | rally task report c3c10149-d120-4a37-bbb3-400d8b2f5890 --out output.html |
| 11642 | |
| 11643 | * To get raw JSON output of task results, run: |
| 11644 | rally task results c3c10149-d120-4a37-bbb3-400d8b2f5890 |
| 11645 | |
| 11646 | Using task: c3c10149-d120-4a37-bbb3-400d8b2f5890 |
| 11647 | ================================================================================ |
| 11648 | [{u'__meta__': {u'action': u'randwrite', |
| 11649 | u'blocksize': 1024, |
| 11650 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filenVGcsq -i 2 -s 1003592 -r 1024 -+n', |
| 11651 | u'concurence': 1, |
| 11652 | u'direct_io': False, |
| 11653 | u'iodepth': 16, |
| 11654 | u'size': 1003592, |
| 11655 | u'sync': False, |
| 11656 | u'use_hight_io_priority': True}, |
| 11657 | u'bw_mean': 61558}] |
| 11658 | ================================================================================ |
| 11659 | |
| 11660 | ====> {"randwrite a 1024k": [61558, 0]} |
| 11661 | |
| 11662 | ================================================================================ |
| 11663 | + for xxx in '$three_times' |
| 11664 | + [[ write randwrite == \w\r\i\t\e ]] |
| 11665 | + [[ a == \s ]] |
| 11666 | + [[ 1m == \1\k ]] |
| 11667 | + [[ 1m == \4\k ]] |
| 11668 | + ssync= |
| 11669 | + factor=r2 |
| 11670 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 1m --iosize r2 ' |
| 11671 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 1m --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 11672 | 14:02:14 25883 >>>> Start rally with opts 'task start /tmp/fileK9qF6L --deployment perf-1' |
| 11673 | -------------------------------------------------------------------------------- |
| 11674 | Preparing input task |
| 11675 | -------------------------------------------------------------------------------- |
| 11676 | |
| 11677 | Input task is: |
| 11678 | VMTasks.boot_runcommand_delete: |
| 11679 | - args: |
| 11680 | flavor: {name: ceph.512} |
| 11681 | floating_network: net04_ext |
| 11682 | force_delete: false |
| 11683 | image: {name: ubuntu} |
| 11684 | interpreter: /usr/bin/env python2 |
| 11685 | script: /tmp/filerj2WuF |
| 11686 | username: ubuntu |
| 11687 | context: |
| 11688 | network: {} |
| 11689 | users: {tenants: 1, users_per_tenant: 1} |
| 11690 | runner: {concurrency: 3, times: 3, type: constant} |
| 11691 | |
| 11692 | -------------------------------------------------------------------------------- |
| 11693 | Task a762060f-298c-4634-9080-97ca7e42eeba: started |
| 11694 | -------------------------------------------------------------------------------- |
| 11695 | |
| 11696 | Benchmarking... This can take a while... |
| 11697 | |
| 11698 | To track task status use: |
| 11699 | |
| 11700 | rally task status |
| 11701 | or |
| 11702 | rally task detailed |
| 11703 | |
| 11704 | 14:04:08 26080 >>>> Start io test |
| 11705 | 14:04:08 26080 >>>> Ready and waiting on barrier. Will wait at most 185 seconds |
| 11706 | 14:04:13 26078 >>>> Start io test |
| 11707 | 14:04:13 26078 >>>> Ready and waiting on barrier. Will wait at most 180 seconds |
| 11708 | 14:04:14 26079 >>>> Start io test |
| 11709 | 14:04:14 26079 >>>> Ready and waiting on barrier. Will wait at most 180 seconds |
| 11710 | 14:06:01 26080 >>>> Test finished |
| 11711 | 14:06:02 26078 >>>> Test finished |
| 11712 | 14:06:05 26079 >>>> Test finished |
| 11713 | 2015-02-08 14:06:47.085 25883 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 3308cd4f-1cf1-482d-a0d9-d2ebe2b06fd7. |
| 11714 | |
| 11715 | -------------------------------------------------------------------------------- |
| 11716 | Task a762060f-298c-4634-9080-97ca7e42eeba: finished |
| 11717 | -------------------------------------------------------------------------------- |
| 11718 | |
| 11719 | test scenario VMTasks.boot_runcommand_delete |
| 11720 | args position 0 |
| 11721 | args values: |
| 11722 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 11723 | u'floating_network': u'net04_ext', |
| 11724 | u'force_delete': False, |
| 11725 | u'image': {u'name': u'ubuntu'}, |
| 11726 | u'interpreter': u'/usr/bin/env python2', |
| 11727 | u'script': u'/tmp/filerj2WuF', |
| 11728 | u'username': u'ubuntu'}, |
| 11729 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 11730 | u'start_cidr': u'10.2.0.0/24'}, |
| 11731 | u'users': {u'project_domain': u'default', |
| 11732 | u'resource_management_workers': 30, |
| 11733 | u'tenants': 1, |
| 11734 | u'user_domain': u'default', |
| 11735 | u'users_per_tenant': 1}}, |
| 11736 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 11737 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11738 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 11739 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11740 | | nova.associate_floating_ip | 1.457 | 3.171 | 6.47 | 5.493 | 5.982 | 100.0% | 3 | |
| 11741 | | nova.boot_server | 61.421 | 61.986 | 62.383 | 62.337 | 62.36 | 100.0% | 3 | |
| 11742 | | nova.delete_server | 5.46 | 7.985 | 10.683 | 10.109 | 10.396 | 100.0% | 3 | |
| 11743 | | nova.dissociate_floating_ip | 6.594 | 7.072 | 7.916 | 7.674 | 7.795 | 100.0% | 3 | |
| 11744 | | total | 208.004 | 211.184 | 215.091 | 214.164 | 214.628 | 100.0% | 3 | |
| 11745 | | vm.run_command | 107.263 | 109.086 | 111.682 | 111.008 | 111.345 | 100.0% | 3 | |
| 11746 | | vm.wait_for_ping | 0.54 | 4.242 | 6.096 | 6.095 | 6.095 | 100.0% | 3 | |
| 11747 | | vm.wait_for_ssh | 6.877 | 10.548 | 13.018 | 12.765 | 12.891 | 100.0% | 3 | |
| 11748 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11749 | Load duration: 215.176527977 |
| 11750 | Full duration: 270.004892111 |
| 11751 | |
| 11752 | Scenario Specific Results |
| 11753 | |
| 11754 | +-------+-----+-----+-----+--------------+--------------+ |
| 11755 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 11756 | +-------+-----+-----+-----+--------------+--------------+ |
| 11757 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 11758 | +-------+-----+-----+-----+--------------+--------------+ |
| 11759 | |
| 11760 | HINTS: |
| 11761 | * To plot HTML graphics with this data, run: |
| 11762 | rally task report a762060f-298c-4634-9080-97ca7e42eeba --out output.html |
| 11763 | |
| 11764 | * To get raw JSON output of task results, run: |
| 11765 | rally task results a762060f-298c-4634-9080-97ca7e42eeba |
| 11766 | |
| 11767 | Using task: a762060f-298c-4634-9080-97ca7e42eeba |
| 11768 | ================================================================================ |
| 11769 | [{u'__meta__': {u'action': u'randwrite', |
| 11770 | u'blocksize': 1024, |
| 11771 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filegHEeBc -i 2 -s 1003592 -r 1024 -+n', |
| 11772 | u'concurence': 1, |
| 11773 | u'direct_io': False, |
| 11774 | u'iodepth': 16, |
| 11775 | u'size': 1003592, |
| 11776 | u'sync': False, |
| 11777 | u'use_hight_io_priority': True}, |
| 11778 | u'bw_mean': 26258}, |
| 11779 | {u'__meta__': {u'action': u'randwrite', |
| 11780 | u'blocksize': 1024, |
| 11781 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file2zUnNt -i 2 -s 1003592 -r 1024 -+n', |
| 11782 | u'concurence': 1, |
| 11783 | u'direct_io': False, |
| 11784 | u'iodepth': 16, |
| 11785 | u'size': 1003592, |
| 11786 | u'sync': False, |
| 11787 | u'use_hight_io_priority': True}, |
| 11788 | u'bw_mean': 24007}, |
| 11789 | {u'__meta__': {u'action': u'randwrite', |
| 11790 | u'blocksize': 1024, |
| 11791 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/filepCCZ3t -i 2 -s 1003592 -r 1024 -+n', |
| 11792 | u'concurence': 1, |
| 11793 | u'direct_io': False, |
| 11794 | u'iodepth': 16, |
| 11795 | u'size': 1003592, |
| 11796 | u'sync': False, |
| 11797 | u'use_hight_io_priority': True}, |
| 11798 | u'bw_mean': 22822}] |
| 11799 | ================================================================================ |
| 11800 | |
| 11801 | ====> {"randwrite a 1024k": [24362, 2468]} |
| 11802 | |
| 11803 | ================================================================================ |
| 11804 | + for xxx in '$three_times' |
| 11805 | + [[ write randwrite == \w\r\i\t\e ]] |
| 11806 | + [[ a == \s ]] |
| 11807 | + [[ 1m == \1\k ]] |
| 11808 | + [[ 1m == \4\k ]] |
| 11809 | + ssync= |
| 11810 | + factor=r2 |
| 11811 | + io_opts='--type iozone -a randwrite --iodepth 16 --blocksize 1m --iosize r2 ' |
| 11812 | + python run_rally_test.py -l -o '--type iozone -a randwrite --iodepth 16 --blocksize 1m --iosize r2 ' -t io-scenario iozone '--rally-extra-opts=--deployment perf-1' |
| 11813 | 14:06:51 26377 >>>> Start rally with opts 'task start /tmp/fileGpwlRo --deployment perf-1' |
| 11814 | -------------------------------------------------------------------------------- |
| 11815 | Preparing input task |
| 11816 | -------------------------------------------------------------------------------- |
| 11817 | |
| 11818 | Input task is: |
| 11819 | VMTasks.boot_runcommand_delete: |
| 11820 | - args: |
| 11821 | flavor: {name: ceph.512} |
| 11822 | floating_network: net04_ext |
| 11823 | force_delete: false |
| 11824 | image: {name: ubuntu} |
| 11825 | interpreter: /usr/bin/env python2 |
| 11826 | script: /tmp/filer82qIz |
| 11827 | username: ubuntu |
| 11828 | context: |
| 11829 | network: {} |
| 11830 | users: {tenants: 1, users_per_tenant: 1} |
| 11831 | runner: {concurrency: 3, times: 3, type: constant} |
| 11832 | |
| 11833 | -------------------------------------------------------------------------------- |
| 11834 | Task 7ae72640-de47-4e90-a0cb-f0ea45578756: started |
| 11835 | -------------------------------------------------------------------------------- |
| 11836 | |
| 11837 | Benchmarking... This can take a while... |
| 11838 | |
| 11839 | To track task status use: |
| 11840 | |
| 11841 | rally task status |
| 11842 | or |
| 11843 | rally task detailed |
| 11844 | |
| 11845 | 14:08:43 26609 >>>> Start io test |
| 11846 | 14:08:43 26609 >>>> Ready and waiting on barrier. Will wait at most 187 seconds |
| 11847 | 14:08:45 26607 >>>> Start io test |
| 11848 | 14:08:45 26607 >>>> Ready and waiting on barrier. Will wait at most 185 seconds |
| 11849 | 14:08:45 26608 >>>> Start io test |
| 11850 | 14:08:45 26608 >>>> Ready and waiting on barrier. Will wait at most 185 seconds |
| 11851 | 14:10:37 26608 >>>> Test finished |
| 11852 | 14:10:38 26609 >>>> Test finished |
| 11853 | 14:10:38 26607 >>>> Test finished |
| 11854 | 2015-02-08 14:11:20.893 26377 WARNING rally.benchmark.context.secgroup [-] Unable to delete secgroup: 4cf37d38-0800-4651-aeea-895b2b128311. |
| 11855 | |
| 11856 | -------------------------------------------------------------------------------- |
| 11857 | Task 7ae72640-de47-4e90-a0cb-f0ea45578756: finished |
| 11858 | -------------------------------------------------------------------------------- |
| 11859 | |
| 11860 | test scenario VMTasks.boot_runcommand_delete |
| 11861 | args position 0 |
| 11862 | args values: |
| 11863 | {u'args': {u'flavor': {u'name': u'ceph.512'}, |
| 11864 | u'floating_network': u'net04_ext', |
| 11865 | u'force_delete': False, |
| 11866 | u'image': {u'name': u'ubuntu'}, |
| 11867 | u'interpreter': u'/usr/bin/env python2', |
| 11868 | u'script': u'/tmp/filer82qIz', |
| 11869 | u'username': u'ubuntu'}, |
| 11870 | u'context': {u'network': {u'networks_per_tenant': 1, |
| 11871 | u'start_cidr': u'10.2.0.0/24'}, |
| 11872 | u'users': {u'project_domain': u'default', |
| 11873 | u'resource_management_workers': 30, |
| 11874 | u'tenants': 1, |
| 11875 | u'user_domain': u'default', |
| 11876 | u'users_per_tenant': 1}}, |
| 11877 | u'runner': {u'concurrency': 3, u'times': 3, u'type': u'constant'}} |
| 11878 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11879 | | action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count | |
| 11880 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11881 | | nova.associate_floating_ip | 1.391 | 1.482 | 1.628 | 1.588 | 1.608 | 100.0% | 3 | |
| 11882 | | nova.boot_server | 61.855 | 64.088 | 66.003 | 65.683 | 65.843 | 100.0% | 3 | |
| 11883 | | nova.delete_server | 5.148 | 6.208 | 7.38 | 7.123 | 7.251 | 100.0% | 3 | |
| 11884 | | nova.dissociate_floating_ip | 1.676 | 3.369 | 6.745 | 5.733 | 6.239 | 100.0% | 3 | |
| 11885 | | total | 207.972 | 210.159 | 213.783 | 212.77 | 213.276 | 100.0% | 3 | |
| 11886 | | vm.run_command | 111.505 | 112.445 | 112.966 | 112.946 | 112.956 | 100.0% | 3 | |
| 11887 | | vm.wait_for_ping | 6.092 | 6.179 | 6.349 | 6.298 | 6.323 | 100.0% | 3 | |
| 11888 | | vm.wait_for_ssh | 10.856 | 11.972 | 13.748 | 13.261 | 13.504 | 100.0% | 3 | |
| 11889 | +-----------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+ |
| 11890 | Load duration: 213.869872093 |
| 11891 | Full duration: 264.982720852 |
| 11892 | |
| 11893 | Scenario Specific Results |
| 11894 | |
| 11895 | +-------+-----+-----+-----+--------------+--------------+ |
| 11896 | | key | max | avg | min | 90 pecentile | 95 pecentile | |
| 11897 | +-------+-----+-----+-----+--------------+--------------+ |
| 11898 | | rally | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | |
| 11899 | +-------+-----+-----+-----+--------------+--------------+ |
| 11900 | |
| 11901 | HINTS: |
| 11902 | * To plot HTML graphics with this data, run: |
| 11903 | rally task report 7ae72640-de47-4e90-a0cb-f0ea45578756 --out output.html |
| 11904 | |
| 11905 | * To get raw JSON output of task results, run: |
| 11906 | rally task results 7ae72640-de47-4e90-a0cb-f0ea45578756 |
| 11907 | |
| 11908 | Using task: 7ae72640-de47-4e90-a0cb-f0ea45578756 |
| 11909 | ================================================================================ |
| 11910 | [{u'__meta__': {u'action': u'randwrite', |
| 11911 | u'blocksize': 1024, |
| 11912 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileXBug9S -i 2 -s 1003592 -r 1024 -+n', |
| 11913 | u'concurence': 1, |
| 11914 | u'direct_io': False, |
| 11915 | u'iodepth': 16, |
| 11916 | u'size': 1003592, |
| 11917 | u'sync': False, |
| 11918 | u'use_hight_io_priority': True}, |
| 11919 | u'bw_mean': 24653}, |
| 11920 | {u'__meta__': {u'action': u'randwrite', |
| 11921 | u'blocksize': 1024, |
| 11922 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/fileSa60x3 -i 2 -s 1003592 -r 1024 -+n', |
| 11923 | u'concurence': 1, |
| 11924 | u'direct_io': False, |
| 11925 | u'iodepth': 16, |
| 11926 | u'size': 1003592, |
| 11927 | u'sync': False, |
| 11928 | u'use_hight_io_priority': True}, |
| 11929 | u'bw_mean': 21818}, |
| 11930 | {u'__meta__': {u'action': u'randwrite', |
| 11931 | u'blocksize': 1024, |
| 11932 | u'cmdline': u'/tmp/io_tool -V 109 -f /tmp/file6rx8tk -i 2 -s 1003592 -r 1024 -+n', |
| 11933 | u'concurence': 1, |
| 11934 | u'direct_io': False, |
| 11935 | u'iodepth': 16, |
| 11936 | u'size': 1003592, |
| 11937 | u'sync': False, |
| 11938 | u'use_hight_io_priority': True}, |
| 11939 | u'bw_mean': 21885}] |
| 11940 | ================================================================================ |
| 11941 | |
| 11942 | ====> {"randwrite a 1024k": [22785, 2287]} |
| 11943 | |
| 11944 | ================================================================================ |