1PROBE::NFS.AOP.W(3stap) Network File Storage Tapsets PROBE::NFS.AOP.W(3stap)
2
3
4
6 probe::nfs.aop.writepages - NFS client writing several dirty pages to
7 the NFS server
8
10 nfs.aop.writepages
11
13 for_reclaim
14 a flag of writeback_control, indicates if it´s invoked from the
15 page allocator
16
17 dev
18 device identifier
19
20 wpages
21 write size (in pages)
22
23 size
24 number of pages attempted to be written in this execution
25
26 for_kupdate
27 a flag of writeback_control, indicates if it´s a kupdate writeback
28
29 wsize
30 write size
31
32 nr_to_write
33 number of pages attempted to be written in this execution
34
35 ino
36 inode number
37
39 The priority of wb is decided by the flags for_reclaim and for_kupdate.
40
42 tapset::nfs(3stap)
43
44
45
46SystemTap Tapset Reference June 2018 PROBE::NFS.AOP.W(3stap)