uTools-Manuals/docs/linux/iptraf.html
2019-04-21 11:50:48 +08:00

19 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="iptraf">iptraf</h1>
<p>实时地监视网卡流量</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>iptraf命令</strong> 可以实时地监视网卡流量可以生成网络协议数据包信息、以太网信息、网络节点状态和ip校验和错误等信息。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">iptraf(选项)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-i网络接口立即在指定网络接口上开启IP流量监视
-g立即开始生成网络接口的概要状态信息
-d网络接口在指定网络接口上立即开始监视明细的网络流量信息
-s网络接口在指定网络接口上立即开始监视TCP和UDP网络流量信息
-z网络接口在指定网络接口上显示包计数
-l网络接口在指定网络接口上立即开始监视局域网工作站信息
-t时间指定iptraf指令监视的时间
-B将标注输出重新定向到“/dev/null”关闭标注输入将程序作为后台进程运行
-f清空所有计数器
-h显示帮助信息。</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->