Performance Tests

Install Apache2 Utils (more infos)

sudo apt-get install apache2-utils

Run tests using apache benchmark tool ab

# "-n" = 500 requests | "-c" = 100 concurrent  | "-r" = don't exit on error
ab -c 100 -n 500 -r http://url.com/