From d20db98cb450467876106c8cf6995b270c40bbc4 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Fri, 4 Nov 2016 02:05:11 +0100 Subject: [PATCH] ajout option -k pour ab --- HowtoHTTP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HowtoHTTP.md b/HowtoHTTP.md index 67f19f55..52b56bb5 100644 --- a/HowtoHTTP.md +++ b/HowtoHTTP.md @@ -136,3 +136,4 @@ $ ab -n 1000 -c 100 -l http://127.0.0.1/helloworld.txt * `-n` : nombre de requêtes * `-c` : nombre de requêtes effectuées en simultané * `-l` : option importante qui tolère la variation de la réponse du serveur (si non, les requêtes seront notées en *Failed requests*) +* `-k` : active le HTTP KeepAlive \ No newline at end of file