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.aop.readpages - NFS client reading multiple pages

Description

       Fires when in readahead way, read several pages once

Name

       probe::nfs.aop.readpages - NFS client reading multiple pages

See Also

tapset::nfs(3stap)

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

Synopsis

       nfs.aop.readpages

Values

dev
           device identifier

       nr_pages
           number of pages attempted to read in this execution

       file
           filp argument

       rsize
           read size (in bytes)

       ino
           inode number

       size
           number of pages attempted to read in this execution

       rpages
           read size (in pages)

See Also