Advertisement
Guest User

siege log

a guest
Sep 3rd, 2014
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. #-----
  2. # Siege command
  3. #-----
  4. siege <ip_addr_and_port__or__hostname>/app -v -d1 -t2M -c30
  5.  
  6. #-----
  7. # 192.168.155.117:51000
  8. #-----
  9. Transactions: 1130 hits
  10. Availability: 100.00 %
  11. Elapsed time: 119.50 secs
  12. Data transferred: 5.85 MB
  13. Response time: 2.65 secs
  14. Transaction rate: 9.46 trans/sec
  15. Throughput: 0.05 MB/sec
  16. Concurrency: 25.05
  17. Successful transactions: 1130
  18. Failed transactions: 0
  19. Longest transaction: 3.44
  20. Shortest transaction: 1.45
  21.  
  22. #-----
  23. # 192.168.169.39:51000
  24. #-----
  25. Transactions: 715 hits
  26. Availability: 100.00 %
  27. Elapsed time: 119.90 secs
  28. Data transferred: 3.70 MB
  29. Response time: 4.42 secs
  30. Transaction rate: 5.96 trans/sec
  31. Throughput: 0.03 MB/sec
  32. Concurrency: 26.35
  33. Successful transactions: 715
  34. Failed transactions: 0
  35. Longest transaction: 5.43
  36. Shortest transaction: 1.70
  37.  
  38. #-----
  39. # 192.168.155.152:51000
  40. #-----
  41. Transactions: 1053 hits
  42. Availability: 100.00 %
  43. Elapsed time: 119.55 secs
  44. Data transferred: 5.45 MB
  45. Response time: 2.82 secs
  46. Transaction rate: 8.81 trans/sec
  47. Throughput: 0.05 MB/sec
  48. Concurrency: 24.87
  49. Successful transactions: 1053
  50. Failed transactions: 0
  51. Longest transaction: 3.90
  52. Shortest transaction: 0.85
  53.  
  54. #-----
  55. # example.com (192.168.155.152 down)
  56. #-----
  57. Transactions: 733 hits
  58. Availability: 100.00 %
  59. Elapsed time: 119.84 secs
  60. Data transferred: 3.80 MB
  61. Response time: 4.30 secs
  62. Transaction rate: 6.12 trans/sec
  63. Throughput: 0.03 MB/sec
  64. Concurrency: 26.32
  65. Successful transactions: 733
  66. Failed transactions: 0
  67. Longest transaction: 14.59
  68. Shortest transaction: 0.34
  69.  
  70. #-----
  71. # example.com (all up)
  72. #-----
  73.  
  74. Transactions: 2037 hits
  75. Availability: 100.00 %
  76. Elapsed time: 119.31 secs
  77. Data transferred: 10.56 MB
  78. Response time: 1.25 secs
  79. Transaction rate: 17.07 trans/sec
  80. Throughput: 0.09 MB/sec
  81. Concurrency: 21.26
  82. Successful transactions: 2037
  83. Failed transactions: 0
  84. Longest transaction: 5.30
  85. Shortest transaction: 0.20
  86.  
  87. #-----
  88. # example.com (192.168.169.39 down)
  89. #-----
  90. Transactions: 639 hits
  91. Availability: 98.92 %
  92. Elapsed time: 119.07 secs
  93. Data transferred: 3.31 MB
  94. Response time: 4.56 secs
  95. Transaction rate: 5.37 trans/sec
  96. Throughput: 0.03 MB/sec
  97. Concurrency: 24.46
  98. Successful transactions: 639
  99. Failed transactions: 7
  100. Longest transaction: 26.69
  101. Shortest transaction: 0.35
  102.  
  103. #-----
  104. # Linode Load Balancer (192.168.169.39 down)
  105. #-----
  106. Transactions: 790 hits
  107. Availability: 100.00 %
  108. Elapsed time: 119.69 secs
  109. Data transferred: 4.09 MB
  110. Response time: 3.95 secs
  111. Transaction rate: 6.60 trans/sec
  112. Throughput: 0.03 MB/sec
  113. Concurrency: 26.10
  114. Successful transactions: 790
  115. Failed transactions: 0
  116. Longest transaction: 7.09
  117. Shortest transaction: 0.44
  118.  
  119. #-----
  120. # Linode Load Balancer (all up)
  121. #-----
  122. Transactions: 1988 hits
  123. Availability: 100.00 %
  124. Elapsed time: 119.57 secs
  125. Data transferred: 10.30 MB
  126. Response time: 1.29 secs
  127. Transaction rate: 16.63 trans/sec
  128. Throughput: 0.09 MB/sec
  129. Concurrency: 21.38
  130. Successful transactions: 1988
  131. Failed transactions: 0
  132. Longest transaction: 4.23
  133. Shortest transaction: 0.18
  134.  
  135. Displaying st_siege.log.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement