1TAPSET::NFS_PROC(3stap) TAPSET::NFS_PROC(3stap)
2
3
4
6 tapset::nfs_proc - systemtap nfs_proc tapset
7
8
10 nfs.proc.lookup
11 NFS client opens/searches a file on server
12
13 See probe::nfs.proc.lookup(3stap)
14 for details.
15
16 nfs.proc.read
17 NFS client synchronously reads file from server
18
19 See probe::nfs.proc.read(3stap)
20 for details.
21
22 nfs.proc.write
23 NFS client synchronously writes file to server
24
25 See probe::nfs.proc.write(3stap)
26 for details.
27
28 nfs.proc.commit
29 NFS client committing data on server
30
31 See probe::nfs.proc.commit(3stap)
32 for details.
33
34 nfs.proc.read_setup
35 NFS client setting up a read RPC task
36
37 See probe::nfs.proc.read_setup(3stap)
38 for details.
39
40 nfs.proc.read_done
41 NFS client response to a read RPC task
42
43 See probe::nfs.proc.read_done(3stap)
44 for details.
45
46 nfs.proc.write_setup
47 NFS client setting up a write RPC task
48
49 See probe::nfs.proc.write_setup(3stap)
50 for details.
51
52 nfs.proc.write_done
53 NFS client response to a write RPC task
54
55 See probe::nfs.proc.write_done(3stap)
56 for details.
57
58 nfs.proc.commit_setup
59 NFS client setting up a commit RPC task
60
61 See probe::nfs.proc.commit_setup(3stap)
62 for details.
63
64 nfs.proc.commit_done
65 NFS client response to a commit RPC task
66
67 See probe::nfs.proc.commit_done(3stap)
68 for details.
69
70 nfs.proc.rename_setup
71 NFS client setting up a rename RPC task
72
73 See probe::nfs.proc.rename_setup(3stap)
74 for details.
75
76 nfs.proc.rename_done
77 NFS client response to a rename RPC task
78
79 See probe::nfs.proc.rename_done(3stap)
80 for details.
81
82 nfs.proc.open
83 NFS client allocates file read/write context information
84
85 See probe::nfs.proc.open(3stap)
86 for details.
87
88 nfs.proc.release
89 NFS client releases file read/write context information
90
91 See probe::nfs.proc.release(3stap)
92 for details.
93
94 nfs.proc.handle_exception
95 NFS client handling an NFSv4 exception
96
97 See probe::nfs.proc.handle_exception(3stap)
98 for details.
99
100 nfs.proc.create
101 NFS client creating file on server
102
103 See probe::nfs.proc.create(3stap)
104 for details.
105
106 nfs.proc.remove
107 NFS client removes a file on server
108
109 See probe::nfs.proc.remove(3stap)
110 for details.
111
112 nfs.proc.rename
113 NFS client renames a file on server
114
115 See probe::nfs.proc.rename(3stap)
116 for details.
117
118
120 probe::nfs.proc.lookup(3stap), probe::nfs.proc.read(3stap),
121 probe::nfs.proc.write(3stap), probe::nfs.proc.commit(3stap),
122 probe::nfs.proc.read_setup(3stap), probe::nfs.proc.read_done(3stap),
123 probe::nfs.proc.write_setup(3stap), probe::nfs.proc.write_done(3stap),
124 probe::nfs.proc.commit_setup(3stap),
125 probe::nfs.proc.commit_done(3stap),
126 probe::nfs.proc.rename_setup(3stap),
127 probe::nfs.proc.rename_done(3stap), probe::nfs.proc.open(3stap),
128 probe::nfs.proc.release(3stap),
129 probe::nfs.proc.handle_exception(3stap),
130 probe::nfs.proc.create(3stap), probe::nfs.proc.remove(3stap),
131 probe::nfs.proc.rename(3stap), stap(1), stapprobes(3stap)
132
133
134
135SystemTap Tapset Reference April 2023 TAPSET::NFS_PROC(3stap)