tapset::nfs_proc(3stap) — Linux manual page

NAME | DESCRIPTION | SEE ALSO | COLOPHON

TAPSET::NFS_PROC(3stap)                          TAPSET::NFS_PROC(3stap)

NAME         top

       tapset::nfs_proc - systemtap nfs_proc tapset

DESCRIPTION         top

       nfs.proc.lookup
              NFS client opens/searches a file on server

               See probe::nfs.proc.lookup(3stap)
               for details.

       nfs.proc.read
              NFS client synchronously reads file from server

               See probe::nfs.proc.read(3stap)
               for details.

       nfs.proc.write
              NFS client synchronously writes file to server

               See probe::nfs.proc.write(3stap)
               for details.

       nfs.proc.commit
              NFS client committing data on server

               See probe::nfs.proc.commit(3stap)
               for details.

       nfs.proc.read_setup
              NFS client setting up a read RPC task

               See probe::nfs.proc.read_setup(3stap)
               for details.

       nfs.proc.read_done
              NFS client response to a read RPC task

               See probe::nfs.proc.read_done(3stap)
               for details.

       nfs.proc.write_setup
              NFS client setting up a write RPC task

               See probe::nfs.proc.write_setup(3stap)
               for details.

       nfs.proc.write_done
              NFS client response to a write RPC task

               See probe::nfs.proc.write_done(3stap)
               for details.

       nfs.proc.commit_setup
              NFS client setting up a commit RPC task

               See probe::nfs.proc.commit_setup(3stap)
               for details.

       nfs.proc.commit_done
              NFS client response to a commit RPC task

               See probe::nfs.proc.commit_done(3stap)
               for details.

       nfs.proc.rename_setup
              NFS client setting up a rename RPC task

               See probe::nfs.proc.rename_setup(3stap)
               for details.

       nfs.proc.rename_done
              NFS client response to a rename RPC task

               See probe::nfs.proc.rename_done(3stap)
               for details.

       nfs.proc.open
              NFS client allocates file read/write context information

               See probe::nfs.proc.open(3stap)
               for details.

       nfs.proc.release
               NFS client releases file read/write context information

               See probe::nfs.proc.release(3stap)
               for details.

       nfs.proc.handle_exception
              NFS client handling an NFSv4 exception

               See probe::nfs.proc.handle_exception(3stap)
               for details.

       nfs.proc.create
              NFS client creating file on server

               See probe::nfs.proc.create(3stap)
               for details.

       nfs.proc.remove
              NFS client removes a file on server

               See probe::nfs.proc.remove(3stap)
               for details.

       nfs.proc.rename
              NFS client renames a file on server

               See probe::nfs.proc.rename(3stap)
               for details.

SEE ALSO         top

       probe::nfs.proc.lookup(3stap), probe::nfs.proc.read(3stap),
       probe::nfs.proc.write(3stap), probe::nfs.proc.commit(3stap),
       probe::nfs.proc.read_setup(3stap),
       probe::nfs.proc.read_done(3stap),
       probe::nfs.proc.write_setup(3stap),
       probe::nfs.proc.write_done(3stap),
       probe::nfs.proc.commit_setup(3stap),
       probe::nfs.proc.commit_done(3stap),
       probe::nfs.proc.rename_setup(3stap),
       probe::nfs.proc.rename_done(3stap), probe::nfs.proc.open(3stap),
       probe::nfs.proc.release(3stap),
       probe::nfs.proc.handle_exception(3stap),
       probe::nfs.proc.create(3stap), probe::nfs.proc.remove(3stap),
       probe::nfs.proc.rename(3stap), stap(1), stapprobes(3stap)

COLOPHON         top

       This page is part of the systemtap (a tracing and live-system
       analysis tool) project.  Information about the project can be
       found at ⟨https://sourceware.org/systemtap/⟩.  If you have a bug
       report for this manual page, send it to systemtap@sourceware.org.
       This page was obtained from the project's upstream Git repository
       ⟨git://sourceware.org/git/systemtap.git⟩ on 2023-12-22.  (At that
       time, the date of the most recent commit that was found in the
       repository was 2023-12-21.)  If you discover any rendering
       problems in this HTML version of the page, or you believe there
       is a better or more up-to-date source for the page, or you have
       corrections or improvements to the information in this COLOPHON
       (which is not part of the original manual page), send a mail to
       man-pages@man7.org

SystemTap Tapset Reference    November 2023      TAPSET::NFS_PROC(3stap)

Pages that refer to this page: probe::nfs.proc.commit(3stap)probe::nfs.proc.commit_done(3stap)probe::nfs.proc.commit_setup(3stap)probe::nfs.proc.create(3stap)probe::nfs.proc.handle_exception(3stap)probe::nfs.proc.lookup(3stap)probe::nfs.proc.open(3stap)probe::nfs.proc.read(3stap)probe::nfs.proc.read_done(3stap)probe::nfs.proc.read_setup(3stap)probe::nfs.proc.release(3stap)probe::nfs.proc.remove(3stap)probe::nfs.proc.rename(3stap)probe::nfs.proc.rename_done(3stap)probe::nfs.proc.rename_setup(3stap)probe::nfs.proc.write(3stap)probe::nfs.proc.write_done(3stap)probe::nfs.proc.write_setup(3stap)