logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::nfs.proc.read - NFS client synchronously reads file from server

Description

       All the nfs.proc.read kernel functions were removed in kernel commit 8e0969 in December 2006, so these
       probes do not exist on Linux 2.6.21 and newer kernels.

Name

       probe::nfs.proc.read - NFS client synchronously reads file from server

See Also

tapset::nfs_proc(3stap)

SystemTap Tapset Reference                         April 2024                            PROBE::NFS.PROC.(3stap)

Synopsis

       nfs.proc.read

Values

version
           NFS version

       prot
           transfer protocol

       flags
           used to set task->tk_flags in rpc_init_task function

       count
           read bytes in this execution

       offset
           the file offset

       server_ip
           IP address of server

See Also