Provided by: systemtap-doc_4.7-1_amd64 bug

NAME

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

SYNOPSIS

       nfsd.proc.read

VALUES

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

       count
           read bytes

       version
           nfs version

       gid
           requester's group id

       uid
           requester's user id

       size
           read bytes

       client_ip
           the ip address of client

       proto
           transfer protocol

       vlen
           read blocks

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

       offset
           the offset of file

SEE ALSO

       tapset::nfsd(3stap)