mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-17 00:04:34 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,16 +3,16 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>pmap命令</strong> 用于报告进程的内存映射关系,是Linux调试及运维一个很好的工具。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>pmap(选项)(参数)</code></pre>
|
||||
<pre><code class="language-bash">pmap(选项)(参数)</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>-x:显示扩展格式;
|
||||
<pre><code class="language-bash">-x:显示扩展格式;
|
||||
-d:显示设备格式;
|
||||
-q:不显示头尾行;
|
||||
-V:显示指定版本。</code></pre>
|
||||
<h3 id="参数">参数</h3>
|
||||
<p>进程号:指定需要显示内存映射关系的进程号,可以是多个进程号。</p>
|
||||
<h3 id="实例">实例</h3>
|
||||
<pre><code>pidof nginx
|
||||
<pre><code class="language-bash">pidof nginx
|
||||
13312 5371
|
||||
|
||||
pmap -x 5371
|
||||
|
||||
Reference in New Issue
Block a user