Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# explicitly accept encoding for better results
ab -n 100 -c 50 -k -H 'Accept-Encoding: gzip,deflate' http://www.kalamuna.com/

...

Documentation

http://httpd.apache.org/docs/2.2/programs/ab.html

Siege

Code Block
siege --concurrent=50 --reps=100 http://www.kalamuna.com

...