1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
|
.\" -*- nroff -*-
.TH TAPSET::NFSD 3stap "October 2018" "SystemTap Tapset Reference"
.SH NAME
tapset::nfsd \- systemtap nfsd tapset
.SH DESCRIPTION
.TP
.P
.TP
.B nfsd.dispatch
NFS server receives an operation from client
.IP
See
.IR probe::nfsd.dispatch (3stap)
for details.
.P
.TP
.B nfsd.proc.lookup
NFS server opening or searching for a file for client
.IP
See
.IR probe::nfsd.proc.lookup (3stap)
for details.
.P
.TP
.B nfsd.proc.read
NFS server reading file for client
.IP
See
.IR probe::nfsd.proc.read (3stap)
for details.
.P
.TP
.B nfsd.proc.write
NFS server writing data to file for client
.IP
See
.IR probe::nfsd.proc.write (3stap)
for details.
.P
.TP
.B nfsd.proc.commit
NFS server performing a commit operation for client
.IP
See
.IR probe::nfsd.proc.commit (3stap)
for details.
.P
.TP
.B nfsd.proc.create
NFS server creating a file for client
.IP
See
.IR probe::nfsd.proc.create (3stap)
for details.
.P
.TP
.B nfsd.proc.remove
NFS server removing a file for client
.IP
See
.IR probe::nfsd.proc.remove (3stap)
for details.
.P
.TP
.B nfsd.proc.rename
NFS Server renaming a file for client
.IP
See
.IR probe::nfsd.proc.rename (3stap)
for details.
.P
.TP
.B nfsd.open
NFS server opening a file for client
.IP
See
.IR probe::nfsd.open (3stap)
for details.
.P
.TP
.B nfsd.close
NFS server closing a file for client
.IP
See
.IR probe::nfsd.close (3stap)
for details.
.P
.TP
.B nfsd.read
NFS server reading data from a file for client
.IP
See
.IR probe::nfsd.read (3stap)
for details.
.P
.TP
.B nfsd.write
NFS server writing data to a file for client
.IP
See
.IR probe::nfsd.write (3stap)
for details.
.P
.TP
.B nfsd.commit
NFS server committing all pending writes to stable storage
.IP
See
.IR probe::nfsd.commit (3stap)
for details.
.P
.TP
.B nfsd.lookup
NFS server opening or searching file for a file for client
.IP
See
.IR probe::nfsd.lookup (3stap)
for details.
.P
.TP
.B nfsd.create
NFS server creating a file(regular,dir,device,fifo) for client
.IP
See
.IR probe::nfsd.create (3stap)
for details.
.P
.TP
.B nfsd.createv3
NFS server creating a regular file or set file attributes for client
.IP
See
.IR probe::nfsd.createv3 (3stap)
for details.
.P
.TP
.B nfsd.unlink
NFS server removing a file or a directory for client
.IP
See
.IR probe::nfsd.unlink (3stap)
for details.
.SH SEE ALSO
.BR
.IR \%probe::nfsd.dispatch (3stap),
.BR
.IR \%probe::nfsd.proc.lookup (3stap),
.BR
.IR \%probe::nfsd.proc.read (3stap),
.BR
.IR \%probe::nfsd.proc.write (3stap),
.BR
.IR \%probe::nfsd.proc.commit (3stap),
.BR
.IR \%probe::nfsd.proc.create (3stap),
.BR
.IR \%probe::nfsd.proc.remove (3stap),
.BR
.IR \%probe::nfsd.proc.rename (3stap),
.BR
.IR \%probe::nfsd.open (3stap),
.BR
.IR \%probe::nfsd.close (3stap),
.BR
.IR \%probe::nfsd.read (3stap),
.BR
.IR \%probe::nfsd.write (3stap),
.BR
.IR \%probe::nfsd.commit (3stap),
.BR
.IR \%probe::nfsd.lookup (3stap),
.BR
.IR \%probe::nfsd.create (3stap),
.BR
.IR \%probe::nfsd.createv3 (3stap),
.BR
.IR \%probe::nfsd.unlink (3stap),
.BR
.IR \%probe::nfsd.rename (3stap),
.BR
.IR \%stap (1),
.IR \%stapprobes (3stap)
|