2019-04-21 11:50:48 +08:00

21 lines
950 B
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="tload">tload</h1>
<p>显示系统负载状况</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>tload命令</strong> 以图形化的方式输出当前系统的平均负载到指定的终端。假设不给予终端机编号则会在执行tload指令的终端机显示负载情形。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">tload(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-s指定闲时的刻度
-d指定间隔的时间</code></pre>
<h3 id="参数">参数</h3>
<p>终端:指定显示信息的终端设备文件。</p>
<h3 id="实例">实例</h3>
<p>使用tload命令查看系统负载情况</p>
<pre><code class="language-bash">tload -d 1
0.08, 0.02,0.01
0.04, 0.01, 0.00
0.04, 0.01, 0.00
0.04, 0.01,0.00
0.06, 0.02, 0.00</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->