Mtr:修订间差异

来自WHY42
Riguz留言 | 贡献
创建页面,内容为“ [MTR https://github.com/traviscross/mtr] combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. Category:Linux/Unix
 
Riguz留言 | 贡献
无编辑摘要
标签2017版源代码编辑
 
(未显示同一用户的1个中间版本)
第1行: 第1行:


[MTR https://github.com/traviscross/mtr] combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
[https://github.com/traviscross/mtr MTR] combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.


<syntaxhighlight lang="sh">
wget https://www.bitwizard.nl/mtr/files/mtr-0.94.tar.gz
tar -zxvf mtr-0.94.tar.gz
cd mtr-0.94
./configure && make




</syntaxhighlight>
[[Image:mtr.png|600px]]


[[Category:Linux/Unix]]
[[Category:Linux/Unix]]

2024年11月18日 (一) 12:28的最新版本

MTR combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.

wget https://www.bitwizard.nl/mtr/files/mtr-0.94.tar.gz
tar -zxvf mtr-0.94.tar.gz
cd mtr-0.94
./configure && make