1PROBE::NFS.PROC.(3stap) Network File Storage Tapsets PROBE::NFS.PROC.(3stap)
2
3
4
6 probe::nfs.proc.commit_done - NFS client response to a commit RPC task
7
9 nfs.proc.commit_done
10
12 count
13 number of bytes committed
14
15 status
16 result of last operation
17
18 version
19 NFS version
20
21 prot
22 transfer protocol
23
24 valid
25 fattr->valid, indicates which fields are valid
26
27 timestamp
28 V4 timestamp, which is used for lease renewal
29
30 server_ip
31 IP address of server
32
34 Fires when a reply to a commit RPC task is received or some commit
35 operation error occur (timeout or socket shutdown).
36
38 tapset::nfs_proc(3stap)
39
40
41
42SystemTap Tapset Reference June 2018 PROBE::NFS.PROC.(3stap)