Scroll to navigation

TAPSET::NFSD(3stap) TAPSET::NFSD(3stap)

NAME

tapset::nfsd - systemtap nfsd tapset

DESCRIPTION

NFS server receives an operation from client

See probe::nfsd.dispatch(3stap)
for details.
NFS server opening or searching for a file for client

See probe::nfsd.proc.lookup(3stap)
for details.
NFS server reading file for client

See probe::nfsd.proc.read(3stap)
for details.
NFS server writing data to file for client

See probe::nfsd.proc.write(3stap)
for details.
NFS server performing a commit operation for client

See probe::nfsd.proc.commit(3stap)
for details.
NFS server creating a file for client

See probe::nfsd.proc.create(3stap)
for details.
NFS server removing a file for client

See probe::nfsd.proc.remove(3stap)
for details.
NFS Server renaming a file for client

See probe::nfsd.proc.rename(3stap)
for details.
NFS server opening a file for client

See probe::nfsd.open(3stap)
for details.
NFS server closing a file for client

See probe::nfsd.close(3stap)
for details.
NFS server reading data from a file for client

See probe::nfsd.read(3stap)
for details.
NFS server writing data to a file for client

See probe::nfsd.write(3stap)
for details.
NFS server committing all pending writes to stable storage

See probe::nfsd.commit(3stap)
for details.
NFS server opening or searching file for a file for client

See probe::nfsd.lookup(3stap)
for details.
NFS server creating a file(regular,dir,device,fifo) for client

See probe::nfsd.create(3stap)
for details.
NFS server creating a regular file or set file attributes for client

See probe::nfsd.createv3(3stap)
for details.
NFS server removing a file or a directory for client

See probe::nfsd.unlink(3stap)
for details.

SEE ALSO

probe::nfsd.dispatch(3stap), probe::nfsd.proc.lookup(3stap), probe::nfsd.proc.read(3stap), probe::nfsd.proc.write(3stap), probe::nfsd.proc.commit(3stap), probe::nfsd.proc.create(3stap), probe::nfsd.proc.remove(3stap), probe::nfsd.proc.rename(3stap), probe::nfsd.open(3stap), probe::nfsd.close(3stap), probe::nfsd.read(3stap), probe::nfsd.write(3stap), probe::nfsd.commit(3stap), probe::nfsd.lookup(3stap), probe::nfsd.create(3stap), probe::nfsd.createv3(3stap), probe::nfsd.unlink(3stap), probe::nfsd.rename(3stap), stap(1), stapprobes(3stap)

May 2021 SystemTap Tapset Reference