Provided by: systemtap-doc_2.9-2ubuntu2_all bug

NAME

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

SYNOPSIS

       nfs.proc.read_done

VALUES

       version
           NFS version

       timestamp
           V4 timestamp, which is used for lease renewal

       status
           result of last operation

       count
           number of bytes read

       server_ip
           IP address of server

       prot
           transfer protocol

DESCRIPTION

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

SEE ALSO

       tapset::nfs_proc(3stap)