1PROBE::NFS.FOP.R(3stap) Network File Storage Tapsets PROBE::NFS.FOP.R(3stap)
2
3
4
6 probe::nfs.fop.read_iter - NFS client read_iter file operation
7
9 nfs.fop.read_iter
10
12 ino
13 inode number
14
15 attrtimeo
16 how long the cached information is assumed to be valid. We need to
17 revalidate the cached attrs for this inode if jiffies -
18 read_cache_jiffies > attrtimeo.
19
20 cache_time
21 when we started read-caching this inode
22
23 cache_valid
24 cache related bit mask flag
25
26 pos
27 current position of file
28
29 dev
30 device identifier
31
32 file_name
33 file name
34
35 count
36 read bytes
37
38 parent_name
39 parent dir name
40
42 tapset::nfs(3stap)
43
44
45
46SystemTap Tapset Reference November 2019 PROBE::NFS.FOP.R(3stap)