Advertisement
Mayur_Pipaliya

SIEGE - Linux based benchmark & http load tester.

Jan 12th, 2012
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.52 KB | None | 0 0
  1. SIEGE is an http load tester and benchmarking utility. [ Linux ]
  2.  
  3.  
  4. -- Working on CentOS 6 (64-bit)
  5.  
  6.  
  7. PS : If any Error Occurs, check GCC & MAKE is installed!
  8.  
  9. # yum install gcc*
  10. # yum install make
  11.  
  12.  
  13. Few commands to install siege.
  14. # wget http://www.joedog.org/pub/siege/siege-latest.tar.gz
  15. # tar xzf siege-latest.tar.gz
  16. # cd siege-2.70
  17. # ./configure
  18. # make
  19. # make install
  20. # siege
  21.  
  22.  
  23. TEST
  24. ::> 25 concurrent connections for 1minute of time.
  25. # siege -c25 -t1M  www.lykrary.com
  26.  
  27. -- Mayur Pipaliya (mayur.pipaliya.com)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement