Advertisement
Guest User

mage-perftest

a guest
Feb 28th, 2013
885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. # wget -O mage-perftest sys.sonassi.com/mage-perftest
  2. # chmod +x mage-perftest
  3. # ./mage-perftest -h
  4.  
  5. Usage: ./mage-perftest [OPTIONS] -u URL
  6.  
  7. This script is used to test the performance of a web page
  8.  
  9. OPTIONS:
  10. -u [URL] URL to test
  11. -[c/r] [0-9]+ Concurrency level (# users) or test repetitions
  12. -b PHP benchmark only (no assets downloaded)
  13. -s [URL] URL for XML sitemap (use with -r to limit URLs crawled)
  14. -R Randomise sitemap requests
  15.  
  16.  
  17.  
  18.  
  19.  
  20. # ./mage-perftest -u me-s1.sonassihosting.com
  21.  
  22. Spawning 1 Mage crawlers ...
  23.  
  24. Testing URL me-s1.sonassihosting.com
  25.  
  26. Waiting for Mage crawlers to finish ...
  27.  
  28. Test Summary
  29. ============
  30. Total files: 106
  31. Total downloaded: 1.2M
  32. Avg. page weight: 1.20M
  33.  
  34. Total time: 0.037s
  35. Min response: 0.037s
  36. Max response: 0.037s
  37. Avg. page response: 0.03s
  38.  
  39. Concurrency/Repeats: 1
  40. Transactions/s 2864.86
  41. Test URL: me-s1.sonassihosting.com
  42.  
  43.  
  44.  
  45.  
  46.  
  47. # ./mage-perftest -u me-s1.sonassihosting.com -b
  48.  
  49. Spawning 1 Mage crawlers ...
  50.  
  51. Testing URL me-s1.sonassihosting.com
  52.  
  53. Waiting for Mage crawlers to finish ...
  54.  
  55. Test Summary
  56. ============
  57. Total files: 1
  58. Total downloaded: 4K
  59. Avg. page weight: 4.00K
  60.  
  61. Total time: 0.035s
  62. Min response: 0.035s
  63. Max response: 0.035s
  64. Avg. page response: 0.03s
  65.  
  66. Concurrency/Repeats: 1
  67. Transactions/s 28.57
  68. Test URL: me-s1.sonassihosting.com
  69. Success rate: 1/1 (100.00%)
  70.  
  71.  
  72.  
  73.  
  74.  
  75. # ./mage-perftest -u me-s1.sonassihosting.com -s me-s1.sonassihosting.com/sitemap.xml -r 1
  76.  
  77. Downloading sitemap
  78. Spawning 1 Mage crawlers ...
  79.  
  80. Testing URL http://me-s1.sonassihosting.com/electronics/cell-phones.html
  81.  
  82. Waiting for Mage crawlers to finish ...
  83.  
  84. Test Summary
  85. ============
  86. Total files: 105
  87. Total downloaded: 1.2M
  88. Avg. page weight: 1.20M
  89.  
  90. Total time: 0.036s
  91. Min response: 0.036s
  92. Max response: 0.036s
  93. Avg. page response: 0.03s
  94.  
  95. Concurrency/Repeats: 1
  96. Transactions/s 2916.66
  97. Test URL: From sitemap (me-s1.sonassihosting.com/sitemap.xml)
  98.  
  99.  
  100.  
  101.  
  102.  
  103. # ./mage-perftest -u me-s1.sonassihosting.com -c 25 -b
  104. Spawning 25 Mage crawlers ...
  105. Waiting for Mage crawlers to finish ...
  106.  
  107. Test Summary
  108. ============
  109. Total files: 25
  110. Total downloaded: 100K
  111. Avg. page weight: 4.00K
  112.  
  113. Total time: 3.17s
  114. Min response: 0.093s
  115. Max response: 0.159s
  116. Avg. page response: 0.12s
  117.  
  118. Concurrency/Repeats: 25
  119. Transactions/s 7.88
  120. Test URL: me-s1.sonassihosting.com
  121. Success rate: 25/25 (100.00%)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement