Unix and Linux Discussions Tagged with nfs |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
9 |
59,521 |
AIX |
|
|
|
0 |
28,759 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
10,932 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
20,730 |
AIX |
|
|
|
6 |
6,322 |
Shell Programming and Scripting |
|
|
|
12 |
11,139 |
AIX |
|
|
|
4 |
23,745 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,922 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,478 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
3,271 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
5,973 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
15,529 |
SCO |
|
|
|
5 |
5,317 |
Solaris |
|
|
|
6 |
4,642 |
AIX |
|
|
|
3 |
14,251 |
Solaris |
|
|
|
1 |
6,755 |
Red Hat |
|
|
|
2 |
11,106 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,467 |
AIX |
|
|
|
10 |
6,322 |
Red Hat |
|
|
|
8 |
8,796 |
Homework & Coursework Questions |
|
|
|
5 |
2,697 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,755 |
AIX |
|
|
|
8 |
7,378 |
AIX |
|
|
|
0 |
10,115 |
Red Hat |
|
|
|
5 |
4,147 |
Red Hat |
|
|
|
2 |
5,002 |
Red Hat |
|
|
|
1 |
4,857 |
HP-UX |
|
|
|
2 |
3,361 |
Linux |
|
|
|
1 |
5,095 |
BSD |
|
|
|
0 |
4,358 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
8,052 |
Solaris |
|
|
|
4 |
4,329 |
Red Hat |
|
|
|
2 |
10,804 |
AIX |
|
|
|
3 |
11,621 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
5,831 |
Windows & DOS: Issues & Discussions |
|
|
|
0 |
6,308 |
BSD |
|
|
|
5 |
7,357 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
11,376 |
UNIX and Linux Applications |
|
|
|
2 |
12,343 |
AIX |
|
|
|
6 |
70,633 |
AIX |
tapset::nfs_proc(3stap) tapset::nfs_proc(3stap)
NAME
tapset::nfs_proc - systemtap nfs_proc tapset
DESCRIPTION
nfs.proc.lookup
NFS client opens/searches a file on server
See probe::nfs.proc.lookup(3stap)
for details.
nfs.proc.read
NFS client synchronously reads file from server
See probe::nfs.proc.read(3stap)
for details.
nfs.proc.write
NFS client synchronously writes file to server
See probe::nfs.proc.write(3stap)
for details.
nfs.proc.commit
NFS client committing data on server
See probe::nfs.proc.commit(3stap)
for details.
nfs.proc.read_setup
NFS client setting up a read RPC task
See probe::nfs.proc.read_setup(3stap)
for details.
nfs.proc.read_done
NFS client response to a read RPC task
See probe::nfs.proc.read_done(3stap)
for details.
nfs.proc.write_setup
NFS client setting up a write RPC task
See probe::nfs.proc.write_setup(3stap)
for details.
nfs.proc.write_done
NFS client response to a write RPC task
See probe::nfs.proc.write_done(3stap)
for details.
nfs.proc.commit_setup
NFS client setting up a commit RPC task
See probe::nfs.proc.commit_setup(3stap)
for details.
nfs.proc.commit_done
NFS client response to a commit RPC task
See probe::nfs.proc.commit_done(3stap)
for details.
nfs.proc.open
NFS client allocates file read/write context information
See probe::nfs.proc.open(3stap)
for details.
nfs.proc.release
NFS client releases file read/write context information
See probe::nfs.proc.release(3stap)
for details.
nfs.proc.handle_exception
NFS client handling an NFSv4 exception
See probe::nfs.proc.handle_exception(3stap)
for details.
nfs.proc.create
NFS client creating file on server
See probe::nfs.proc.create(3stap)
for details.
nfs.proc.remove
NFS client removes a file on server
See probe::nfs.proc.remove(3stap)
for details.
nfs.proc.rename
NFS client renames a file on server
See probe::nfs.proc.rename(3stap)
for details.
SEE ALSO
probe::nfs.proc.lookup(3stap), probe::nfs.proc.read(3stap), probe::nfs.proc.write(3stap), probe::nfs.proc.commit(3stap),
probe::nfs.proc.read_setup(3stap), probe::nfs.proc.read_done(3stap), probe::nfs.proc.write_setup(3stap),
probe::nfs.proc.write_done(3stap), probe::nfs.proc.commit_setup(3stap), probe::nfs.proc.commit_done(3stap), probe::nfs.proc.open(3stap),
probe::nfs.proc.release(3stap), probe::nfs.proc.handle_exception(3stap), probe::nfs.proc.create(3stap), probe::nfs.proc.remove(3stap),
probe::nfs.proc.rename(3stap), stap(1), stapprobes(3stap)
IBM
--- tapset::nfs_proc(3stap)