Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 95299258dbdf9a86cefd89b97c0d81e5 > files > 322

systemtap-1.2-1.fc13.i686.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter&#160;11.&#160;Socket Tapset</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="prev" href="re169.html" title="function::ip_ntop"><link rel="next" href="re170.html" title="probe::socket.send"></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&#160;11.&#160;Socket Tapset</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re169.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right">&#160;<a accesskey="n" href="re170.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&#160;11.&#160;Socket Tapset"><div class="titlepage"><div><div><h2 class="title"><a name="socket.stp"></a>Chapter&#160;11.&#160;Socket Tapset</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="re170.html"><span>probe::socket.send</span></a></span><span class="refpurpose"> &#8212; 
  Message sent on a socket.
 </span></dt><dt><span class="refentrytitle"><a href="re171.html"><span>probe::socket.receive</span></a></span><span class="refpurpose"> &#8212; 
     Message received on a socket.
 </span></dt><dt><span class="refentrytitle"><a href="re172.html"><span>probe::socket.sendmsg</span></a></span><span class="refpurpose"> &#8212; 
     Message is currently being sent on a socket.
 </span></dt><dt><span class="refentrytitle"><a href="re173.html"><span>probe::socket.sendmsg.return</span></a></span><span class="refpurpose"> &#8212; 
     Return from socket.sendmsg.
 </span></dt><dt><span class="refentrytitle"><a href="re174.html"><span>probe::socket.recvmsg</span></a></span><span class="refpurpose"> &#8212; 
     Message being received on socket
 </span></dt><dt><span class="refentrytitle"><a href="re175.html"><span>probe::socket.recvmsg.return</span></a></span><span class="refpurpose"> &#8212; 
     Return from Message being received on socket
 </span></dt><dt><span class="refentrytitle"><a href="re176.html"><span>probe::socket.aio_write</span></a></span><span class="refpurpose"> &#8212; 
     Message send via <code class="function">sock_aio_write</code>
 </span></dt><dt><span class="refentrytitle"><a href="re177.html"><span>probe::socket.aio_write.return</span></a></span><span class="refpurpose"> &#8212; 
     Conclusion of message send via <code class="function">sock_aio_write</code>
 </span></dt><dt><span class="refentrytitle"><a href="re178.html"><span>probe::socket.aio_read</span></a></span><span class="refpurpose"> &#8212; 
     Receiving message via <code class="function">sock_aio_read</code>
 </span></dt><dt><span class="refentrytitle"><a href="re179.html"><span>probe::socket.aio_read.return</span></a></span><span class="refpurpose"> &#8212; 
     Conclusion of message received via <code class="function">sock_aio_read</code>
 </span></dt><dt><span class="refentrytitle"><a href="re180.html"><span>probe::socket.writev</span></a></span><span class="refpurpose"> &#8212; 
     Message sent via <code class="function">socket_writev</code>
 </span></dt><dt><span class="refentrytitle"><a href="re181.html"><span>probe::socket.writev.return</span></a></span><span class="refpurpose"> &#8212; 
     Conclusion of message sent via <code class="function">socket_writev</code>
 </span></dt><dt><span class="refentrytitle"><a href="re182.html"><span>probe::socket.readv</span></a></span><span class="refpurpose"> &#8212; 
     Receiving a message via <code class="function">sock_readv</code>
 </span></dt><dt><span class="refentrytitle"><a href="re183.html"><span>probe::socket.readv.return</span></a></span><span class="refpurpose"> &#8212; 
     Conclusion of receiving a message via <code class="function">sock_readv</code>
 </span></dt><dt><span class="refentrytitle"><a href="re184.html"><span>probe::socket.create</span></a></span><span class="refpurpose"> &#8212; 
     Creation of a socket
 </span></dt><dt><span class="refentrytitle"><a href="re185.html"><span>probe::socket.create.return</span></a></span><span class="refpurpose"> &#8212; 
     Return from Creation of a socket
 </span></dt><dt><span class="refentrytitle"><a href="re186.html"><span>probe::socket.close</span></a></span><span class="refpurpose"> &#8212; 
     Close a socket
 </span></dt><dt><span class="refentrytitle"><a href="re187.html"><span>probe::socket.close.return</span></a></span><span class="refpurpose"> &#8212; 
     Return from closing a socket
 </span></dt><dt><span class="refentrytitle"><a href="re188.html"><span>function::sock_prot_num2str</span></a></span><span class="refpurpose"> &#8212; 
     Given a protocol number, return a string representation.
 </span></dt><dt><span class="refentrytitle"><a href="re189.html"><span>function::sock_prot_str2num</span></a></span><span class="refpurpose"> &#8212; 
     Given a protocol name (string), return the corresponding protocol number.
 </span></dt><dt><span class="refentrytitle"><a href="re190.html"><span>function::sock_fam_num2str</span></a></span><span class="refpurpose"> &#8212; 
     Given a protocol family number, return a string representation.
 </span></dt><dt><span class="refentrytitle"><a href="re191.html"><span>function::sock_fam_str2num</span></a></span><span class="refpurpose"> &#8212; 
     Given a protocol family name (string), return the corresponding
 </span></dt><dt><span class="refentrytitle"><a href="re192.html"><span>function::sock_state_num2str</span></a></span><span class="refpurpose"> &#8212; 
     Given a socket state number, return a string representation.
 </span></dt><dt><span class="refentrytitle"><a href="re193.html"><span>function::sock_state_str2num</span></a></span><span class="refpurpose"> &#8212; 
     Given a socket state string, return the corresponding state number.
 </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="re169.html">Prev</a>&#160;</td><td width="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="re170.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>function::ip_ntop</span>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span>probe::socket.send</span></td></tr></table></div></body></html>