Mtr:修订间差异
小无编辑摘要 标签:2017版源代码编辑 |
小无编辑摘要 标签:2017版源代码编辑 |
||
第1行: | 第1行: | ||
[ | [https://github.com/traviscross/mtr MTR] combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. | ||
<syntaxhighlight lang="sh"> | <syntaxhighlight lang="sh"> |
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