Scroll to navigation

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

NAME

tapset::nfs_proc - systemtap nfs_proc tapset

DESCRIPTION

NFS client opens/searches a file on server

See probe::nfs.proc.lookup(3stap)
for details.
NFS client synchronously reads file from server

See probe::nfs.proc.read(3stap)
for details.
NFS client synchronously writes file to server

See probe::nfs.proc.write(3stap)
for details.
NFS client committing data on server

See probe::nfs.proc.commit(3stap)
for details.
NFS client setting up a read RPC task

See probe::nfs.proc.read_setup(3stap)
for details.
NFS client response to a read RPC task

See probe::nfs.proc.read_done(3stap)
for details.
NFS client setting up a write RPC task

See probe::nfs.proc.write_setup(3stap)
for details.
NFS client response to a write RPC task

See probe::nfs.proc.write_done(3stap)
for details.
NFS client setting up a commit RPC task

See probe::nfs.proc.commit_setup(3stap)
for details.
NFS client response to a commit RPC task

See probe::nfs.proc.commit_done(3stap)
for details.
NFS client setting up a rename RPC task

See probe::nfs.proc.rename_setup(3stap)
for details.
NFS client response to a rename RPC task

See probe::nfs.proc.rename_done(3stap)
for details.
NFS client allocates file read/write context information

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

NFS client releases file read/write context information

See probe::nfs.proc.release(3stap)
for details.
NFS client handling an NFSv4 exception

See probe::nfs.proc.handle_exception(3stap)
for details.
NFS client creating file on server

See probe::nfs.proc.create(3stap)
for details.
NFS client removes a file on server

See probe::nfs.proc.remove(3stap)
for details.
NFS client renames a file on server

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

SEE ALSO

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)

May 2021 SystemTap Tapset Reference