Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. cd 3-0 && sqlite3 db.sqlite < ../db.sql
  2. Warming cache
  3. % Total % Received % Xferd Average Speed Time Time Time Current
  4. Dload Upload Total Spent Left Speed
  5. 100 169 100 169 0 0 165k 0 --:--:-- --:--:-- --:--:-- 165k
  6. -------------------------------------------
  7. Hitting /
  8. siege -r 50 -c 1 --no-parser -b "http://localhost/cakephp-perf/3-0/"
  9. New configuration template added to /root/.siege
  10. Run siege -C to view the current settings in that file
  11. ** SIEGE 4.0.4
  12. ** Preparing 1 concurrent users for battle.
  13. The server is now under siege...
  14. Transactions: 50 hits
  15. Availability: 100.00 %
  16. Elapsed time: 0.01 secs
  17. Data transferred: 0.01 MB
  18. Response time: 0.00 secs
  19. Transaction rate: 5000.00 trans/sec
  20. Throughput: 0.63 MB/sec
  21. Concurrency: 1.00
  22. Successful transactions: 0
  23. Failed transactions: 0
  24. Longest transaction: 0.01
  25. Shortest transaction: 0.00
  26.  
  27. -------------------------------------------
  28. Hitting /articles - list page
  29. siege -r 50 -c 1 --no-parser -b "http://localhost/cakephp-perf/3-0/articles"
  30. ** SIEGE 4.0.4
  31. ** Preparing 1 concurrent users for battle.
  32. The server is now under siege...
  33. Transactions: 50 hits
  34. Availability: 100.00 %
  35. Elapsed time: 0.01 secs
  36. Data transferred: 0.01 MB
  37. Response time: 0.00 secs
  38. Transaction rate: 5000.00 trans/sec
  39. Throughput: 0.63 MB/sec
  40. Concurrency: 1.00
  41. Successful transactions: 0
  42. Failed transactions: 0
  43. Longest transaction: 0.01
  44. Shortest transaction: 0.00
  45.  
  46. -------------------------------------------
  47. Hitting /articles/add - form
  48. siege -r 50 -c 1 --no-parser -b "http://localhost/cakephp-perf/3-0/articles/add"
  49. ** SIEGE 4.0.4
  50. ** Preparing 1 concurrent users for battle.
  51. The server is now under siege...
  52. Transactions: 50 hits
  53. Availability: 100.00 %
  54. Elapsed time: 0.01 secs
  55. Data transferred: 0.01 MB
  56. Response time: 0.00 secs
  57. Transaction rate: 5000.00 trans/sec
  58. Throughput: 0.63 MB/sec
  59. Concurrency: 1.00
  60. Successful transactions: 0
  61. Failed transactions: 0
  62. Longest transaction: 0.01
  63. Shortest transaction: 0.00
  64.  
  65. -------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement