Unix and Linux Discussions Tagged with nfs |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
9 |
60,177 |
AIX |
|
|
|
0 |
29,059 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
11,176 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
20,983 |
AIX |
|
|
|
6 |
6,337 |
Shell Programming and Scripting |
|
|
|
12 |
11,312 |
AIX |
|
|
|
4 |
23,898 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,998 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,609 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
3,393 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
6,112 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
15,721 |
SCO |
|
|
|
5 |
5,366 |
Solaris |
|
|
|
6 |
4,738 |
AIX |
|
|
|
3 |
14,294 |
Solaris |
|
|
|
1 |
6,872 |
Red Hat |
|
|
|
2 |
11,121 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,540 |
AIX |
|
|
|
10 |
6,516 |
Red Hat |
|
|
|
8 |
8,983 |
Homework & Coursework Questions |
|
|
|
5 |
2,706 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,834 |
AIX |
|
|
|
8 |
7,493 |
AIX |
|
|
|
0 |
10,229 |
Red Hat |
|
|
|
5 |
4,248 |
Red Hat |
|
|
|
2 |
5,098 |
Red Hat |
|
|
|
1 |
4,953 |
HP-UX |
|
|
|
2 |
3,444 |
Linux |
|
|
|
1 |
5,197 |
BSD |
|
|
|
0 |
4,372 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
8,118 |
Solaris |
|
|
|
4 |
4,427 |
Red Hat |
|
|
|
2 |
10,849 |
AIX |
|
|
|
3 |
11,643 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
5,956 |
Windows & DOS: Issues & Discussions |
|
|
|
0 |
6,415 |
BSD |
|
|
|
5 |
7,426 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
11,416 |
UNIX and Linux Applications |
|
|
|
2 |
12,412 |
AIX |
|
|
|
6 |
70,795 |
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)