Traceroute Tool|路由追踪工具

路由追踪工具 | Traceroute Tool

路由追踪工具 Traceroute Tool

生成系统命令(Windows/macOS/Linux),并解析你粘贴的 tracert / traceroute 输出,清晰展示每一跳的节点与 RTT(延迟)。
Generate OS commands and parse pasted tracert/traceroute output to visualize hops and RTT (latency).

1. 输入参数 · Target & Options
建议优先使用域名(可同时观察 DNS 解析效果),也可以直接输入 IP。
Prefer a domain if you also want to observe DNS resolution; IP is also supported.
不同网络可能会屏蔽 ICMP/UDP,导致中间跳出现 * 或超时。你可切换到 TCP 80/443 提高命中率。
Some networks block ICMP/UDP causing * or timeouts. Try TCP 80/443 for better success rate.
默认 30 通常够用;若目标在海外或链路复杂,可适当提高。
30 is usually enough; increase if the path is long/overseas.
常见输出每跳 3 次 RTT(如 12 ms / 13 ms / 15 ms)。增加次数更稳定但更慢。
Typical output shows 3 RTTs per hop. More probes = more stable but slower.
2. 输出解析 · Paste Output & Parse
为什么要粘贴输出?Why paste output?
浏览器无法直接进行路由追踪(需要系统级网络探测权限)。因此最可靠的方式是你在本机运行命令, 然后将结果粘贴进来做结构化分析、对比和留存。

怎么看结果?How to read it?
关注“延迟突然升高”的跳点、“连续超时”的区间、以及最终是否能到达目标。某些中间路由不回包并不一定代表真实丢包。
4. 使用说明 · Notes
  • Traceroute 是什么?What is traceroute?
    路由追踪用于查看数据包从本机到目标服务器会经过哪些“中间节点(路由器/网关)”,并测量每一跳的往返时延 RTT(Round-Trip Time)。
    Traceroute shows the intermediate hops between you and the destination, and measures RTT per hop.
  • 为什么会看到星号 * ?Why do I see “*”?
    很多设备会限制对探测包的响应(防火墙策略、ICMP/UDP/TCP 过滤、限速、ACL),因此某些跳点显示超时很常见。
    Many routers/firewalls rate-limit or block probes; timeouts at intermediate hops are common and not always “packet loss”.
  • 如何判断“真正的链路问题”?How to spot a real issue?
    常见判断思路:
    1)某跳开始 RTT 明显抬升,且后续所有跳都更高(延迟“继承”);
    2)从某跳开始连续超时,并且最终也无法到达目标;
    3)同一目标多次测试结果一致(排除偶发抖动)。
    Heuristics: latency jumps that persist afterward, continuous timeouts with no destination reached, and consistent results across multiple runs.
  • 建议的测试姿势 · Recommended workflow
    ✅ 同一目标跑 2~3 次(不同时间段),对比是否稳定;
    ✅ 同时测一个“已知稳定目标”(如公共 DNS),用来区分“你本地网络问题 vs 目标网络问题”;
    ✅ 优先尝试 TCP 443(更接近真实 HTTPS 访问路径,且更不易被丢弃)。
    Run 2–3 times, compare with a known-good target, and try TCP 443 to mimic HTTPS path.
  • 隐私提醒 · Privacy note
    路由追踪输出可能包含你的运营商出口、企业网关、内网域名等信息。如果你准备把结果发给别人排查,建议先打码(mask)内部网段与敏感域名。
    Traceroute output may contain ISP/enterprise gateway or internal hostnames. Mask sensitive parts before sharing.

免责声明 · Disclaimer:本工具仅对你粘贴的 traceroute/tracert 文本做解析与可视化展示,不会主动进行网络探测。结果仅供学习与排障参考。
This page only parses and visualizes the output you paste. It does not perform network probing itself. For troubleshooting/education only.