From 00a0e837ff262e2bb96e6a2ca619bf3dab52cc2d Mon Sep 17 00:00:00 2001 From: jlecour Date: Sat, 15 Apr 2017 15:08:00 +0200 Subject: [PATCH] =?UTF-8?q?pr=C3=A9cision=20pour=20quelques=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoMTR.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/HowtoMTR.md b/HowtoMTR.md index f61275ad..ccdc72b2 100644 --- a/HowtoMTR.md +++ b/HowtoMTR.md @@ -11,6 +11,8 @@ Pour décrire l'itinéraire emprunté, MTR utilise les paquets ICMP _Time Exceed ## Installation +Sous Debian + ~~~ # apt install mtr ~~~ @@ -25,11 +27,13 @@ Sous OpenBSD : ## Utilisation de base +Utiliser l'interface "ncurses" (`-t` ou `--ncurses`) : + ~~~ $ mtr example.com --curses ~~~ -Sans résolution DNS : +Sans résolution DNS (`-n` ou `--no-dns`) : ~~~ $ mtr example.com --curses -n @@ -37,7 +41,7 @@ $ mtr example.com --curses -n > *Note* : on peut désactiver/activer la résolution DNS en live en appuyant sur la touche `n` -Lancer en mode rapport (--report) : +Lancer en mode rapport (`-r` ou `--report`) : ~~~ $ mtr example.com -r @@ -184,4 +188,4 @@ Soit l'hôte de destination est injoignable, soit celui-ci reçoit les paquets m ## Liens -* [A Practical Guide to (Correctly) Troubleshooting with Traceroute Troubleshooting with Traceroute](https://www.nanog.org/meetings/nanog47/presentations/Sunday/RAS_Traceroute_N47_Sun.pdf) +* [A Practical Guide to (Correctly) Troubleshooting with Traceroute Troubleshooting with Traceroute](https://www.nanog.org/meetings/nanog47/presentations/Sunday/RAS_Traceroute_N47_Sun.pdf) \ No newline at end of file