|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/22697/root/usr/share/doc/systemtap-client-1.8/ |
Upload File : |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 6. Memory Tapset</title><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"><link rel="start" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="prev" href="re118.html" title="function::system"><link rel="next" href="re119.html" title="function::addr_to_node"></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">Chapter 6. Memory Tapset</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re118.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="re119.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="memory_stp"></a>Chapter 6. Memory Tapset</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="re119.html"><span>function::addr_to_node</span></a></span><span class="refpurpose"> -
Returns which node a given address belongs to within a NUMA system
</span></dt><dt><span class="refentrytitle"><a href="re120.html"><span>function::bytes_to_string</span></a></span><span class="refpurpose"> -
Human readable string for given bytes
</span></dt><dt><span class="refentrytitle"><a href="re121.html"><span>function::mem_page_size</span></a></span><span class="refpurpose"> -
Number of bytes in a page for this architecture
</span></dt><dt><span class="refentrytitle"><a href="re122.html"><span>function::pages_to_string</span></a></span><span class="refpurpose"> -
Turns pages into a human readable string
</span></dt><dt><span class="refentrytitle"><a href="re123.html"><span>function::proc_mem_data</span></a></span><span class="refpurpose"> -
Program data size (data + stack) in pages
</span></dt><dt><span class="refentrytitle"><a href="re124.html"><span>function::proc_mem_data_pid</span></a></span><span class="refpurpose"> -
Program data size (data + stack) in pages
</span></dt><dt><span class="refentrytitle"><a href="re125.html"><span>function::proc_mem_rss</span></a></span><span class="refpurpose"> -
Program resident set size in pages
</span></dt><dt><span class="refentrytitle"><a href="re126.html"><span>function::proc_mem_rss_pid</span></a></span><span class="refpurpose"> -
Program resident set size in pages
</span></dt><dt><span class="refentrytitle"><a href="re127.html"><span>function::proc_mem_shr</span></a></span><span class="refpurpose"> -
Program shared pages (from shared mappings)
</span></dt><dt><span class="refentrytitle"><a href="re128.html"><span>function::proc_mem_shr_pid</span></a></span><span class="refpurpose"> -
Program shared pages (from shared mappings)
</span></dt><dt><span class="refentrytitle"><a href="re129.html"><span>function::proc_mem_size</span></a></span><span class="refpurpose"> -
Total program virtual memory size in pages
</span></dt><dt><span class="refentrytitle"><a href="re130.html"><span>function::proc_mem_size_pid</span></a></span><span class="refpurpose"> -
Total program virtual memory size in pages
</span></dt><dt><span class="refentrytitle"><a href="re131.html"><span>function::proc_mem_string</span></a></span><span class="refpurpose"> -
Human readable string of current proc memory usage
</span></dt><dt><span class="refentrytitle"><a href="re132.html"><span>function::proc_mem_string_pid</span></a></span><span class="refpurpose"> -
Human readable string of process memory usage
</span></dt><dt><span class="refentrytitle"><a href="re133.html"><span>function::proc_mem_txt</span></a></span><span class="refpurpose"> -
Program text (code) size in pages
</span></dt><dt><span class="refentrytitle"><a href="re134.html"><span>function::proc_mem_txt_pid</span></a></span><span class="refpurpose"> -
Program text (code) size in pages
</span></dt><dt><span class="refentrytitle"><a href="re135.html"><span>function::vm_fault_contains</span></a></span><span class="refpurpose"> -
Test return value for page fault reason
</span></dt><dt><span class="refentrytitle"><a href="re136.html"><span>probe::vm.brk</span></a></span><span class="refpurpose"> -
Fires when a brk is requested (i.e. the heap will be resized)
</span></dt><dt><span class="refentrytitle"><a href="re137.html"><span>probe::vm.kfree</span></a></span><span class="refpurpose"> -
Fires when kfree is requested
</span></dt><dt><span class="refentrytitle"><a href="re138.html"><span>probe::vm.kmalloc</span></a></span><span class="refpurpose"> -
Fires when kmalloc is requested
</span></dt><dt><span class="refentrytitle"><a href="re139.html"><span>probe::vm.kmalloc_node</span></a></span><span class="refpurpose"> -
Fires when kmalloc_node is requested
</span></dt><dt><span class="refentrytitle"><a href="re140.html"><span>probe::vm.kmem_cache_alloc</span></a></span><span class="refpurpose"> -
Fires when kmem_cache_alloc is requested
</span></dt><dt><span class="refentrytitle"><a href="re141.html"><span>probe::vm.kmem_cache_alloc_node</span></a></span><span class="refpurpose"> -
Fires when kmem_cache_alloc_node is requested
</span></dt><dt><span class="refentrytitle"><a href="re142.html"><span>probe::vm.kmem_cache_free</span></a></span><span class="refpurpose"> -
Fires when kmem_cache_free is requested
</span></dt><dt><span class="refentrytitle"><a href="re143.html"><span>probe::vm.mmap</span></a></span><span class="refpurpose"> -
Fires when an mmap is requested
</span></dt><dt><span class="refentrytitle"><a href="re144.html"><span>probe::vm.munmap</span></a></span><span class="refpurpose"> -
Fires when an munmap is requested
</span></dt><dt><span class="refentrytitle"><a href="re145.html"><span>probe::vm.oom_kill</span></a></span><span class="refpurpose"> -
Fires when a thread is selected for termination by the OOM killer
</span></dt><dt><span class="refentrytitle"><a href="re146.html"><span>probe::vm.pagefault</span></a></span><span class="refpurpose"> -
Records that a page fault occurred
</span></dt><dt><span class="refentrytitle"><a href="re147.html"><span>probe::vm.pagefault.return</span></a></span><span class="refpurpose"> -
Indicates what type of fault occurred
</span></dt><dt><span class="refentrytitle"><a href="re148.html"><span>probe::vm.write_shared</span></a></span><span class="refpurpose"> -
Attempts at writing to a shared page
</span></dt><dt><span class="refentrytitle"><a href="re149.html"><span>probe::vm.write_shared_copy</span></a></span><span class="refpurpose"> -
Page copy for shared page write
</span></dt></dl></div><p>
This family of probe points is used to probe memory-related events
or query the memory usage of the current process.
It contains the following probe points:
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re118.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="re119.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>function::system</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span>function::addr_to_node</span></td></tr></table></div></body></html>