Skip to content

Instantly share code, notes, and snippets.

@fotan
Created December 13, 2016 01:44
Show Gist options
  • Save fotan/23911092a43be282681f2f9e515b325f to your computer and use it in GitHub Desktop.
Save fotan/23911092a43be282681f2f9e515b325f to your computer and use it in GitHub Desktop.
LINUX - Load Test Server
ab -n 10000 -c 10 http://fotan.us (Or any single page)
10000 is the number of hits
10 is the number of concurrent connections
If you just want to throw load at a single URL at a time on a web server then download Apache AB. It comes with Apache HTTP server.
Simple command (from Terminal on my Mac works)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment