Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > e2ec330d3ecf5110b4aa890342e53d96 > files > 202

systemtap-client-2.1-2.fc17.i686.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>probe::nfs.proc.commit</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="nfsd.stp.html" title="Chapter&#160;30.&#160;Network File Storage Tapsets"><link rel="prev" href="API-nfs-fop-write.html" title="probe::nfs.fop.write"><link rel="next" href="API-nfs-proc-commit-done.html" title="probe::nfs.proc.commit_done"></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>probe::nfs.proc.commit</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-nfs-fop-write.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;30.&#160;Network File Storage Tapsets</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-nfs-proc-commit-done.html">Next</a></td></tr></table><hr></div><div class="refentry" title="probe::nfs.proc.commit"><a name="API-nfs-proc-commit"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::nfs.proc.commit &#8212; 
     NFS client committing data on server
 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="synopsis">nfs.proc.commit </pre></div><div class="refsect1" title="Values"><a name="idp7195144"></a><h2>Values</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>bitmask1</code></em></span></dt><dd><p>
     V4 bitmask representing the set
     of attributes supported on this filesystem
    </p></dd><dt><span class="term"><em class="parameter"><code>version</code></em></span></dt><dd><p>
     NFS version
    </p></dd><dt><span class="term"><em class="parameter"><code>bitmask0</code></em></span></dt><dd><p>
     V4 bitmask representing the set
     of attributes supported on this filesystem
    </p></dd><dt><span class="term"><em class="parameter"><code>prot</code></em></span></dt><dd><p>
     transfer protocol
    </p></dd><dt><span class="term"><em class="parameter"><code>size</code></em></span></dt><dd><p>
     read bytes in this execution
    </p></dd><dt><span class="term"><em class="parameter"><code>offset</code></em></span></dt><dd><p>
     the file offset
    </p></dd><dt><span class="term"><em class="parameter"><code>server_ip</code></em></span></dt><dd><p>
     IP address of server
    </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp7203008"></a><h2>Description</h2><p>
   All the nfs.proc.commit kernel functions were removed in kernel
   commit 200baa in December 2006, so these probes do not exist on Linux
   2.6.21 and newer kernels.
   </p><p>

   Fires when client writes the buffered data to disk.
   The buffered data is asynchronously written by client earlier.
   The commit function works in sync way.
   This probe point does not exist in NFSv2.
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-nfs-fop-write.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="nfsd.stp.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-nfs-proc-commit-done.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>probe::nfs.fop.write</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::nfs.proc.commit_done</span></td></tr></table></div></body></html>