From fdfc12c24f3b5ffdeeef89aee2e96bb45b6b1529 Mon Sep 17 00:00:00 2001 From: btatu Date: Wed, 9 Aug 2017 22:58:19 +0200 Subject: [PATCH] hatop : statistique depuis la console --- HowtoHaproxy.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoHaproxy.md b/HowtoHaproxy.md index ff86e6f7..8e51ea2d 100644 --- a/HowtoHaproxy.md +++ b/HowtoHaproxy.md @@ -103,6 +103,12 @@ backend myback server web03 192.0.2.3:80 check observe layer4 weight 100 ~~~ +La visualisation des statistiques peut aussi se faire via la console : +~~~ +hatop -s /var/run/haproxy/admin.sock +~~~ + + ### SSL ~~~