mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 00:48:36 +01:00
Added ab cheatsheet
This commit is contained in:
parent
437f191bf7
commit
e38e306b7a
1 changed files with 5 additions and 0 deletions
5
cheatsheets/ab
Normal file
5
cheatsheets/ab
Normal file
|
@ -0,0 +1,5 @@
|
|||
# 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/
|
Loading…
Reference in a new issue