From e38e306b7a972ddf626ff71c42c95683a6c5688b Mon Sep 17 00:00:00 2001 From: Toam Date: Fri, 30 Aug 2013 17:54:51 +0200 Subject: [PATCH] Added ab cheatsheet --- cheatsheets/ab | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cheatsheets/ab diff --git a/cheatsheets/ab b/cheatsheets/ab new file mode 100644 index 0000000..60943c5 --- /dev/null +++ b/cheatsheets/ab @@ -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/