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 timestamp
13 V4 timestamp, which is used for lease renewal
14
15 status
16 result of last operation
17
18 valid
19 fattr->valid, indicates which fields are valid
20
21 count
22 number of bytes committed
23
24 prot
25 transfer protocol
26
27 server_ip
28 IP address of server
29
30 version
31 NFS version
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 May 2019 PROBE::NFS.PROC.(3stap)