Skip to content

Instantly share code, notes, and snippets.

Created September 9, 2014 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/17e39b4ef710256fe8b2 to your computer and use it in GitHub Desktop.
Save anonymous/17e39b4ef710256fe8b2 to your computer and use it in GitHub Desktop.
+------------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
+------------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
| neutron.add_interface_router | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 |
| neutron.create_network | 0.028 | 0.028 | 0.028 | 0.028 | 0.028 | 100.0% | 1 |
| neutron.create_router | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 100.0% | 1 |
| neutron.create_subnet | 0.054 | 0.054 | 0.054 | 0.054 | 0.054 | 100.0% | 1 |
| neutron.set_gateway | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 |
| nova.associate_floating_ip | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 |
| nova.boot_server | 8.431 | 8.431 | 8.431 | 8.431 | 8.431 | 100.0% | 1 |
| nova.create_floating_ip | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 |
| nova.delete_floating_ip | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 |
| nova.delete_server | 2.37 | 2.37 | 2.37 | 2.37 | 2.37 | 100.0% | 1 |
| nova.dissociate_floating_ip | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 100.0% | 1 |
| total | n/a | n/a | n/a | n/a | n/a | 0 | 1 |
+------------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
Whole scenario time without context preparation: 314.018525124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment