blob: d15ed99f25f6f4ec8acd532d916269ab59b2bfdb (
plain) (
blame)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>probe::nfs.proc.commit</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="nfsd.stp.html" title="Chapter 31. Network File Storage Tapsets"><link rel="prev" href="API-nfs-fop-write-iter.html" title="probe::nfs.fop.write_iter"><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 class="phrase">probe::nfs.proc.commit</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-nfs-fop-write-iter.html">Prev</a> </td><th width="60%" align="center">Chapter 31. Network File Storage Tapsets</th><td width="20%" align="right"> <a accesskey="n" href="API-nfs-proc-commit-done.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-nfs-proc-commit"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::nfs.proc.commit — NFS client committing data on server </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">nfs.proc.commit </pre></div><div class="refsect1"><a name="id2551"></a><h2>Values</h2><div class="variablelist"><dl class="variablelist"><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>server_ip</code></em></span></dt><dd><p> IP address of server </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>prot</code></em></span></dt><dd><p> transfer protocol </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>bitmask1</code></em></span></dt><dd><p> V4 bitmask representing the set of attributes supported on this filesystem </p></dd></dl></div></div><div class="refsect1"><a name="id2552"></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-iter.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="nfsd.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-nfs-proc-commit-done.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">probe::nfs.fop.write_iter</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">probe::nfs.proc.commit_done</span></td></tr></table></div></body></html>
|