1
0
mirror of https://github.com/cheat/cheat.git synced 2025-07-20 20:51:46 +02:00
Files
cheat/cheatsheets/ab
2013-08-30 17:54:51 +02:00

6 lines
224 B
Plaintext

# send 100 requests with a concurency of 50 requests to an URL
ab -n 100 -c 50 http://www.example.com/
# send requests during 30 seconds with a concurency of 50 requests to an URL
ab -t 30 -c 50 URL http://www.example.com/