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