1TAPSET::NFSD(3stap)                                        TAPSET::NFSD(3stap)
2
3
4

NAME

6       tapset::nfsd - systemtap nfsd tapset
7
8

DESCRIPTION

10       nfsd.dispatch
11              NFS server receives an operation from client
12
13               See probe::nfsd.dispatch(3stap)
14               for details.
15
16       nfsd.proc.lookup
17              NFS server opening or searching for a file for client
18
19               See probe::nfsd.proc.lookup(3stap)
20               for details.
21
22       nfsd.proc.read
23              NFS server reading file for client
24
25               See probe::nfsd.proc.read(3stap)
26               for details.
27
28       nfsd.proc.write
29              NFS server writing data to file for client
30
31               See probe::nfsd.proc.write(3stap)
32               for details.
33
34       nfsd.proc.commit
35              NFS server performing a commit operation for client
36
37               See probe::nfsd.proc.commit(3stap)
38               for details.
39
40       nfsd.proc.create
41              NFS server creating a file for client
42
43               See probe::nfsd.proc.create(3stap)
44               for details.
45
46       nfsd.proc.remove
47              NFS server removing a file for client
48
49               See probe::nfsd.proc.remove(3stap)
50               for details.
51
52       nfsd.proc.rename
53              NFS Server renaming a file for client
54
55               See probe::nfsd.proc.rename(3stap)
56               for details.
57
58       nfsd.open
59              NFS server opening a file for client
60
61               See probe::nfsd.open(3stap)
62               for details.
63
64       nfsd.close
65              NFS server closing a file for client
66
67               See probe::nfsd.close(3stap)
68               for details.
69
70       nfsd.read
71              NFS server reading data from a file for client
72
73               See probe::nfsd.read(3stap)
74               for details.
75
76       nfsd.write
77              NFS server writing data to a file for client
78
79               See probe::nfsd.write(3stap)
80               for details.
81
82       nfsd.commit
83              NFS server committing all pending writes to stable storage
84
85               See probe::nfsd.commit(3stap)
86               for details.
87
88       nfsd.lookup
89              NFS server opening or searching file for a file for client
90
91               See probe::nfsd.lookup(3stap)
92               for details.
93
94       nfsd.create
95              NFS server creating a file(regular,dir,device,fifo) for client
96
97               See probe::nfsd.create(3stap)
98               for details.
99
100       nfsd.createv3
101              NFS  server  creating  a regular file or set file attributes for
102              client
103
104               See probe::nfsd.createv3(3stap)
105               for details.
106
107       nfsd.unlink
108              NFS server removing a file or a directory for client
109
110               See probe::nfsd.unlink(3stap)
111               for details.
112
113

SEE ALSO

115          probe::nfsd.dispatch(3stap),      probe::nfsd.proc.lookup(3stap),
116       probe::nfsd.proc.read(3stap),        probe::nfsd.proc.write(3stap),
117       probe::nfsd.proc.commit(3stap),      probe::nfsd.proc.create(3stap),
118       probe::nfsd.proc.remove(3stap),      probe::nfsd.proc.rename(3stap),
119       probe::nfsd.open(3stap),              probe::nfsd.close(3stap),
120       probe::nfsd.read(3stap),               probe::nfsd.write(3stap),
121       probe::nfsd.commit(3stap),            probe::nfsd.lookup(3stap),
122       probe::nfsd.create(3stap),            probe::nfsd.createv3(3stap),
123       probe::nfsd.unlink(3stap),     probe::nfsd.rename(3stap),      stap(1),
124       stapprobes(3stap)
125
126
127
128SystemTap Tapset Reference       November 2021             TAPSET::NFSD(3stap)
Impressum