|
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/21572/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 14. Socket 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="re285.html" title="probe::udp.sendmsg.return"><link rel="next" href="re286.html" title="function::inet_get_ip_source"></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 14. Socket Tapset</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re285.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="re286.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="socket.stp"></a>Chapter 14. Socket Tapset</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="re286.html"><span>function::inet_get_ip_source</span></a></span><span class="refpurpose"> -
Provide IP source address string for a kernel socket
</span></dt><dt><span class="refentrytitle"><a href="re287.html"><span>function::inet_get_local_port</span></a></span><span class="refpurpose"> -
Provide local port number for a kernel socket
</span></dt><dt><span class="refentrytitle"><a href="re288.html"><span>function::sock_fam_num2str</span></a></span><span class="refpurpose"> -
Given a protocol family number, return a string representation
</span></dt><dt><span class="refentrytitle"><a href="re289.html"><span>function::sock_fam_str2num</span></a></span><span class="refpurpose"> -
Given a protocol family name (string), return the corresponding protocol family number
</span></dt><dt><span class="refentrytitle"><a href="re290.html"><span>function::sock_prot_num2str</span></a></span><span class="refpurpose"> -
Given a protocol number, return a string representation
</span></dt><dt><span class="refentrytitle"><a href="re291.html"><span>function::sock_prot_str2num</span></a></span><span class="refpurpose"> -
Given a protocol name (string), return the corresponding protocol number
</span></dt><dt><span class="refentrytitle"><a href="re292.html"><span>function::sock_state_num2str</span></a></span><span class="refpurpose"> -
Given a socket state number, return a string representation
</span></dt><dt><span class="refentrytitle"><a href="re293.html"><span>function::sock_state_str2num</span></a></span><span class="refpurpose"> -
Given a socket state string, return the corresponding state number
</span></dt><dt><span class="refentrytitle"><a href="re294.html"><span>probe::socket.aio_read</span></a></span><span class="refpurpose"> -
Receiving message via sock_aio_read
</span></dt><dt><span class="refentrytitle"><a href="re295.html"><span>probe::socket.aio_read.return</span></a></span><span class="refpurpose"> -
Conclusion of message received via sock_aio_read
</span></dt><dt><span class="refentrytitle"><a href="re296.html"><span>probe::socket.aio_write</span></a></span><span class="refpurpose"> -
Message send via sock_aio_write
</span></dt><dt><span class="refentrytitle"><a href="re297.html"><span>probe::socket.aio_write.return</span></a></span><span class="refpurpose"> -
Conclusion of message send via sock_aio_write
</span></dt><dt><span class="refentrytitle"><a href="re298.html"><span>probe::socket.close</span></a></span><span class="refpurpose"> -
Close a socket
</span></dt><dt><span class="refentrytitle"><a href="re299.html"><span>probe::socket.close.return</span></a></span><span class="refpurpose"> -
Return from closing a socket
</span></dt><dt><span class="refentrytitle"><a href="re300.html"><span>probe::socket.create</span></a></span><span class="refpurpose"> -
Creation of a socket
</span></dt><dt><span class="refentrytitle"><a href="re301.html"><span>probe::socket.create.return</span></a></span><span class="refpurpose"> -
Return from Creation of a socket
</span></dt><dt><span class="refentrytitle"><a href="re302.html"><span>probe::socket.readv</span></a></span><span class="refpurpose"> -
Receiving a message via sock_readv
</span></dt><dt><span class="refentrytitle"><a href="re303.html"><span>probe::socket.readv.return</span></a></span><span class="refpurpose"> -
Conclusion of receiving a message via sock_readv
</span></dt><dt><span class="refentrytitle"><a href="re304.html"><span>probe::socket.receive</span></a></span><span class="refpurpose"> -
Message received on a socket.
</span></dt><dt><span class="refentrytitle"><a href="re305.html"><span>probe::socket.recvmsg</span></a></span><span class="refpurpose"> -
Message being received on socket
</span></dt><dt><span class="refentrytitle"><a href="re306.html"><span>probe::socket.recvmsg.return</span></a></span><span class="refpurpose"> -
Return from Message being received on socket
</span></dt><dt><span class="refentrytitle"><a href="re307.html"><span>probe::socket.send</span></a></span><span class="refpurpose"> -
Message sent on a socket.
</span></dt><dt><span class="refentrytitle"><a href="re308.html"><span>probe::socket.sendmsg</span></a></span><span class="refpurpose"> -
Message is currently being sent on a socket.
</span></dt><dt><span class="refentrytitle"><a href="re309.html"><span>probe::socket.sendmsg.return</span></a></span><span class="refpurpose"> -
Return from socket.sendmsg.
</span></dt><dt><span class="refentrytitle"><a href="re310.html"><span>probe::socket.writev</span></a></span><span class="refpurpose"> -
Message sent via socket_writev
</span></dt><dt><span class="refentrytitle"><a href="re311.html"><span>probe::socket.writev.return</span></a></span><span class="refpurpose"> -
Conclusion of message sent via socket_writev
</span></dt></dl></div><p>
This family of probe points is used to probe socket activities.
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="re285.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="re286.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>probe::udp.sendmsg.return</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::inet_get_ip_source</span></td></tr></table></div></body></html>