Snippets

Chris Charlton Apache Bench commands

Created by Chris Charlton last modified

Load test with Gzip

ab -n 100 -c 20 -H "Accept-Encoding: gzip,deflate" http://www.example.com/page

Load test (without Gzip)

ab -n 100 -c 20 http://www.example.com/page

Recursively visit links found on page

ab -n 100 -c 20 -r http://www.example.com

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.