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_done - NFS client response to a read RPC task

Description

       Fires when a reply to a read RPC task is received or some read error occurs (timeout or socket shutdown).

Name

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

See Also

tapset::nfs_proc(3stap)

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

Synopsis

       nfs.proc.read_done

Values

server_ip
           IP address of server

       count
           number of bytes read

       status
           result of last operation

       prot
           transfer protocol

       timestamp
           V4 timestamp, which is used for lease renewal

       version
           NFS version

See Also