summaryrefslogtreecommitdiffstats
path: root/tapsets/API-proc-mem-string.html
diff options
authorserhei <serhei>2021-11-19 20:13:24 +0000
committerserhei <serhei>2021-11-19 20:13:24 +0000
commitee3ad62c51c41c3f7c852555cde2cf46592c839b (patch)
tree5b5f48d4d9607680e72f7c7e183e90ef55a51f8c /tapsets/API-proc-mem-string.html
parentadd new tutorial/* (diff)
removed man pages
Diffstat (limited to 'tapsets/API-proc-mem-string.html')
-rw-r--r--tapsets/API-proc-mem-string.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-proc-mem-string.html b/tapsets/API-proc-mem-string.html
index a28f4ba0..35240b8d 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="idm45409701180240"></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="idm46728490546864"></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="idm45409701177312"></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="idm46728490543936"></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,