From 56a7e65fe180c7bc9c1e7367447501c9f3ce1e6b Mon Sep 17 00:00:00 2001 From: jlecour Date: Fri, 21 Sep 2018 16:15:44 +0200 Subject: [PATCH] =?UTF-8?q?infos=20sur=20le=20serveur=20web=20int=C3=A9gr?= =?UTF-8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoTsung.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HowtoTsung.md b/HowtoTsung.md index 556f486e..d6b7f647 100644 --- a/HowtoTsung.md +++ b/HowtoTsung.md @@ -68,6 +68,13 @@ Un exemple : tsung -f tsung-toto.xml start ~~~ +### Consulter la session en cours + +Tsung démarre un serveur web intégré et accessible sur http://localhost:8091/ +Cela permet de consulter les infos sur le test pendant son fonctionnement et même de stopper le test si on constate qu'il pose problème. + +Si le test est lancé avec l'option `-k` le serveur web n'est pas arrêté lorsque le test est terminé. + ### Générer les stats ~~~