语法高亮,滚动条美化,设置页面调整

This commit is contained in:
fofolee
2019-04-19 02:41:09 +08:00
parent 1e8f76c000
commit 359d29ee0b
1590 changed files with 12328 additions and 11441 deletions

View File

@@ -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