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