<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[wifi模块延迟高]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1691630952357-f2c15ef2-5d9f-4053-b631-126de73a7b90-image.png" alt="f2c15ef2-5d9f-4053-b631-126de73a7b90-image.png" class=" img-responsive img-markdown" width="570" height="275" /><br />
使用WiFi模块的时候由高延迟，大家由排查思路吗。</p>
]]></description><link>https://bbs.aw-ol.com/topic/4034/wifi模块延迟高</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 06:54:52 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/4034.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 Aug 2023 01:29:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to wifi模块延迟高 on Thu, 10 Aug 2023 05:56:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/2062">@nlj_moon</a> 检查系统是否存在大量占用CPU时间的程序，也可以通过MTR等工具进行链路测试来判断问题来源。</p>
<p dir="auto">1.MTR基本信息<br />
MTR（My traceroute）是几乎所有Linux发行版本预装的网络测试工具，此工具也有对应的Windows版本，名称为WinMTR。<br />
MTR工具将ping和traceroute命令的功能并入了同一个工具中，实现更强大的功能。<br />
Linux版本的mtr命令默认发送ICMP数据包进行链路探测。可以通过“-u”参数来指定使用UDP数据包用于探测。<br />
相对于traceroute命令只会做一次链路跟踪测试，mtr命令会对链路上的相关节点做持续探测并给出相应的统计信息。所以，mtr命令能避免节点波动对测试结果的影响，所以其测试结果更正确，建议优先使用。<br />
2.MTR使用方法<br />
在Linux系统上使用<br />
用法说明</p>
<pre><code>mtr [-hvrctglspni46] [-help] [-version] [-report] [-report-cycles=COUNT] [-curses]
 [-gtk] [-raw] [-split] [-no-dns] [-address interface] [-psize=bytes/-s bytes] [-interval=SECONDS] HOSTNAME [PACKETSIZE]
</code></pre>
<p dir="auto">常见可选参数说明：</p>
<pre><code>-r 或 -report：以报告模式显示输出。
-p 或 -split：将每次追踪的结果分别列出来。
-s 或 -psize：指定ping数据包的大小。
-n 或 -no-dns：不对IP地址做域名反解析。
-a 或 -address：设置发送数据包的IP地址。用于主机有多个IP时。
-4：只使用IPv4协议。
-6：只使用IPv6协议。
另外，也可以在mtr命令运行过程中，输入相应字母来快速切换模式。
？或 h：显示帮助菜单。
d：切换显示模式。
n：切换启用或禁用DNS域名解析。
u：切换使用ICMP或UDP数据包进行探测。
</code></pre>
<p dir="auto">3.示例输出<br />
<img src="/assets/uploads/files/1691647000350-66551dfc-e715-4d2f-8f07-d2960523e4b8-image.png" alt="66551dfc-e715-4d2f-8f07-d2960523e4b8-image.png" class=" img-responsive img-markdown" width="650" height="411" /><br />
默认配置下，返回结果中各数据列的说明如下。<br />
第一列（Host）：节点IP地址和域名。如前面所示，按n键可以切换显示。<br />
第二列（Loss%）：节点丢包率。<br />
第三列（Snt）：每秒发送数据包数。默认值是10，可以通过参数“-c”指定。<br />
第四列（Last）：最近一次的探测延迟值。<br />
第五、六、七列（Avg、Best、Wrst）：分别是探测延迟的平均值、最小值和最大值。<br />
第八列（StDev）：标准偏差。越大说明相应节点越不稳定。</p>
]]></description><link>https://bbs.aw-ol.com/post/17875</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/17875</guid><dc:creator><![CDATA[WhycanService]]></dc:creator><pubDate>Thu, 10 Aug 2023 05:56:41 GMT</pubDate></item></channel></rss>