User Tools

Site Tools


informatique:logiciels:tracepath
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


informatique:logiciels:tracepath [2019/09/16 14:06] (current) – created pteu
Line 1: Line 1:
 +======tracepath======
  
 +[[https://linux.die.net/man/8/tracepath|tracepath]] est un utilitaire qui permet de tracer le chemin vers une destination réseau (comme traceroute) ; elle affiche les hops intermédiaires, les latences réseau ainsi que la MTU.
 +
 +<code bash>
 +# installation, sous debian
 +aptitude install iputils-tracepath
 +
 +tracepath serveur.local
 + 1?: [LOCALHOST]                                         pmtu 1500
 + 1:  har.local                                             0.194ms 
 + 2:  har.local                                             0.181ms pmtu 1438
 + 2:  10.0.6.2                                             11.647ms 
 + 3:  10.0.6.18                                            11.612ms 
 + 4:  10.0.7.2                                             13.279ms 
 + 5:  serveur.local                                        13.299ms reached
 +</code>
informatique/logiciels/tracepath.txt · Last modified: 2019/09/16 14:06 by pteu