Advertisement
Guest User

ovn-vs-lb

a guest
Aug 27th, 2020
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. rally task:
  2. ==================
  3. test scenario NovaServers.boot_and_delete_multiple_servers
  4. args position 0
  5. args values:
  6. {
  7. "args": {
  8. "image": {
  9. "name": "^cirros"
  10. },
  11. "flavor": {
  12. "name": "m1.nano"
  13. },
  14. "count": 200
  15. },
  16. "runner": {
  17. "times": 1,
  18. "concurrency": 1
  19. },
  20. "contexts": {
  21. "users": {
  22. "tenants": 1,
  23. "users_per_tenant": 1
  24. },
  25. "quotas": {
  26. "nova": {
  27. "instances": 10000,
  28. "cores": 10000
  29. },
  30. "neutron": {
  31. "port": 10000
  32. }
  33. }
  34. },
  35. "sla": {
  36. "failure_rate": {
  37. "max": 0
  38. }
  39. },
  40. "hooks": []
  41. }
  42. ====================
  43. linuxbridge results:
  44. +------------------------------------------------------------------------------------------------------------------------+
  45. | Response Times (sec) |
  46. +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+
  47. | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count |
  48. +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+
  49. | nova.boot_servers | 292.773 | 292.773 | 292.773 | 292.773 | 292.773 | 292.773 | 100.0% | 1 |
  50. | nova.delete_servers | 49.578 | 49.578 | 49.578 | 49.578 | 49.578 | 49.578 | 100.0% | 1 |
  51. | total | 342.352 | 342.352 | 342.352 | 342.352 | 342.352 | 342.352 | 100.0% | 1 |
  52. | -> duration | 341.352 | 341.352 | 341.352 | 341.352 | 341.352 | 341.352 | 100.0% | 1 |
  53. | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 |
  54. +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+
  55. ====================
  56. ovn results:
  57. rally.exceptions.GetResourceErrorStatus: Resource <Server: s_rally_1d5e8e6f_jm274kLj_0-151> has ERROR status.
  58. Fault: {'code': 500, 'created': '2020-08-27T13:39:42Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance b5b31150-6497-45e4-886a-7ac5f9169818.'}
  59.  
  60. --------------------------------------------------------------------------------
  61. +----------------------------------------------------------------------------------------------------------------------+
  62. | Response Times (sec) |
  63. +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+
  64. | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count |
  65. +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+
  66. | nova.boot_servers | 414.514 | 414.514 | 414.514 | 414.514 | 414.514 | 414.514 | 0.0% | 1 |
  67. | total | 414.514 | 414.514 | 414.514 | 414.514 | 414.514 | 414.514 | 0.0% | 1 |
  68. | -> duration | 413.514 | 413.514 | 413.514 | 413.514 | 413.514 | 413.514 | 0.0% | 1 |
  69. | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 |
  70. +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement