diff options
| author | fche <fche> | 2021-03-02 02:06:31 +0000 |
|---|---|---|
| committer | fche <fche> | 2021-03-02 02:06:31 +0000 |
| commit | 99e6309d6ecef1f95d453e127563464835eb9a6f (patch) | |
| tree | ef17c27bf7a2693f4afee6637d4333bb8c7ccee5 /tapsets/API-proc-mem-string.html | |
| parent | add new tutorial/* (diff) | |
removed man pages
Diffstat (limited to 'tapsets/API-proc-mem-string.html')
| -rw-r--r-- | tapsets/API-proc-mem-string.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-proc-mem-string.html b/tapsets/API-proc-mem-string.html index 249b2fb5..337dd2ee 100644 --- a/tapsets/API-proc-mem-string.html +++ b/tapsets/API-proc-mem-string.html | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::proc_mem_string</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="memory_stp.html" title="Chapter 6. Memory Tapset"><link rel="prev" href="API-proc-mem-size.html" title="function::proc_mem_size"><link rel="next" href="API-proc-mem-txt.html" title="function::proc_mem_txt"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">function::proc_mem_string</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-proc-mem-size.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Memory Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-proc-mem-txt.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-proc-mem-string"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::proc_mem_string — | 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::proc_mem_string</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="memory_stp.html" title="Chapter 6. Memory Tapset"><link rel="prev" href="API-proc-mem-size.html" title="function::proc_mem_size"><link rel="next" href="API-proc-mem-txt.html" title="function::proc_mem_txt"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">function::proc_mem_string</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-proc-mem-size.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Memory Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-proc-mem-txt.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-proc-mem-string"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::proc_mem_string — |
| 2 | Human readable string of process memory usage | 2 | Human readable string of process memory usage |
| 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">1) proc_mem_string:string()</pre><pre class="programlisting">2) proc_mem_string:string(pid:long)</pre></div><div class="refsect1"><a name="idp71424415751568"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>pid</code></em></span></dt><dd><p> | 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">1) proc_mem_string:string()</pre><pre class="programlisting">2) proc_mem_string:string(pid:long)</pre></div><div class="refsect1"><a name="idp72313397841344"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>pid</code></em></span></dt><dd><p> |
| 4 | The pid of process to examine | 4 | The pid of process to examine |
| 5 | </p></dd></dl></div></div><div class="refsect1"><a name="idp71424415754496"></a><h2>Description</h2><p>1) Returns a human readable string showing the size, rss, | 5 | </p></dd></dl></div></div><div class="refsect1"><a name="idp72313397844272"></a><h2>Description</h2><p>1) Returns a human readable string showing the size, rss, |
| 6 | shr, txt and data of the memory used by the current process. | 6 | shr, txt and data of the memory used by the current process. |
| 7 | For example<span class="quote">“<span class="quote">size: 301m, rss: 11m, shr: 8m, txt: 52k, data: 2248k</span>”</span>. | 7 | For example<span class="quote">“<span class="quote">size: 301m, rss: 11m, shr: 8m, txt: 52k, data: 2248k</span>”</span>. |
| 8 | </p><p>2) Returns a human readable string showing the size, rss, | 8 | </p><p>2) Returns a human readable string showing the size, rss, |
