summaryrefslogtreecommitdiffstats
path: root/tapsets/API-proc-mem-rss.html
diff options
authorfche <fche>2021-03-02 01:27:24 +0000
committerfche <fche>2021-03-02 01:27:24 +0000
commit5fab6ce01025d1f4f106f5bb8f45e2c7d75f6e63 (patch)
tree6d4e68c8be59ce69f7e25fb4a4235857e29fd70a /tapsets/API-proc-mem-rss.html
parentremoved tutorial/*.html (diff)
removed man pages
Diffstat (limited to 'tapsets/API-proc-mem-rss.html')
-rw-r--r--tapsets/API-proc-mem-rss.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-proc-mem-rss.html b/tapsets/API-proc-mem-rss.html
index 43c7906a..fd04a9f5 100644
--- a/tapsets/API-proc-mem-rss.html
+++ b/tapsets/API-proc-mem-rss.html
@@ -1,8 +1,8 @@
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::proc_mem_rss</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-data.html" title="function::proc_mem_data"><link rel="next" href="API-proc-mem-shr.html" title="function::proc_mem_shr"></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_rss</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-proc-mem-data.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-shr.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-proc-mem-rss"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::proc_mem_rss — 1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::proc_mem_rss</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-data.html" title="function::proc_mem_data"><link rel="next" href="API-proc-mem-shr.html" title="function::proc_mem_shr"></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_rss</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-proc-mem-data.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-shr.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-proc-mem-rss"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::proc_mem_rss —
2 Program resident set size in pages 2 Program resident set size in pages
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">1) proc_mem_rss:long()</pre><pre class="programlisting">2) proc_mem_rss:long(pid:long)</pre></div><div class="refsect1"><a name="idp71580165573584"></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_rss:long()</pre><pre class="programlisting">2) proc_mem_rss:long(pid:long)</pre></div><div class="refsect1"><a name="idp71926264067904"></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="idp71580165576512"></a><h2>Description</h2><p>1) Returns the resident set size in pages of the current 5 </p></dd></dl></div></div><div class="refsect1"><a name="idp71926264070832"></a><h2>Description</h2><p>1) Returns the resident set size in pages of the current
6 process, or zero when there is no current process or the number of 6 process, or zero when there is no current process or the number of
7 pages couldn't be retrieved.</p><p>2) Returns the resident set size in pages of the given 7 pages couldn't be retrieved.</p><p>2) Returns the resident set size in pages of the given
8 process, or zero when the process doesn't exist or the number of 8 process, or zero when the process doesn't exist or the number of