美文网首页
ping + traceroute + mtr

ping + traceroute + mtr

作者: zhangdxchn | 来源:发表于2017-11-08 14:06 被阅读0次
  1. 网络测试
#延迟、丢包率
➜  ~ ping -c 100 [host|IP]
#路由记录
➜  ~ traceroute -nq 5 [host|IP]
# ping + traceroute
➜  ~ sudo mtr -rwc 100 [host|IP]
  1. 网速测试: speedtest-cli
# pip install speedtest-cli
➜  ~  speedtest-cli
Retrieving speedtest.net configuration...
Testing from China Telecom fujian (27.154.73.161)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by SEEDNET (Changhua) [255.93 km]: 153.866 ms
Testing download speed................................................................................
Download: 3.92 Mbit/s
Testing upload speed................................................................................................
Upload: 1.54 Mbit/s

相关文章

网友评论

      本文标题:ping + traceroute + mtr

      本文链接:https://www.haomeiwen.com/subject/jgujmxtx.html