Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 256 Bytes

stress-tests.md

File metadata and controls

20 lines (14 loc) · 256 Bytes

Stress Tests

AB Tool

Install

sudo apt-get install apache2-dev
# or yum install httpd-tools

How to use

ab -n 9999 -c 333 http://localhost:80/

# 9999 - how many requests
# 333 - how many times
# http://localhost:80/ - host