diff --git a/HowtoHTTP.md b/HowtoHTTP.md index 3b00099c..fbaa08cb 100644 --- a/HowtoHTTP.md +++ b/HowtoHTTP.md @@ -233,11 +233,12 @@ Voir [HowtocURL]() Utilisation : ~~~ -$ ab -n 1000 -c 100 -l http://127.0.0.1/helloworld.txt +$ ab -n 1000 -c 100 -H "User-Agent: EvolixBench" -l http://127.0.0.1/helloworld.txt ~~~ * `-n` : nombre de requêtes * `-c` : nombre de requêtes effectuées en simultané +* `-H` : change les entêtes HTTP * `-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