Provided by: systemtap-doc_4.6-2_amd64 bug

NAME

       probe::nfsd.proc.read - NFS server reading file for client

SYNOPSIS

       nfsd.proc.read

VALUES

       count
           read bytes

       offset
           the offset of file

       version
           nfs version

       vec
           struct kvec, includes buf address in kernel address and length of each buffer

       uid
           requester's user id

       vlen
           read blocks

       proto
           transfer protocol

       gid
           requester's group id

       fh
           file handle (the first part is the length of the file handle)

       size
           read bytes

       client_ip
           the ip address of client

SEE ALSO

       tapset::nfsd(3stap)