table of contents
other versions
- Tumbleweed 5.4-1.1
- Leap-16.0
- Leap-15.6
| PROBE::NFS.PROC.(3stap) | Network File Storage Tapsets | PROBE::NFS.PROC.(3stap) |
NAME¶
probe::nfs.proc.commit - NFS client committing data on server
SYNOPSIS¶
nfs.proc.commit
VALUES¶
server_ip
IP address of server
offset
the file offset
prot
transfer protocol
version
NFS version
size
read bytes in this execution
bitmask0
V4 bitmask representing the set of attributes supported
on this filesystem
bitmask1
V4 bitmask representing the set of attributes supported
on this filesystem
DESCRIPTION¶
All the nfs.proc.commit kernel functions were removed in kernel commit 200baa in December 2006, so these probes do not exist on Linux 2.6.21 and newer kernels.
Fires when client writes the buffered data to disk. The buffered data is asynchronously written by client earlier. The commit function works in sync way. This probe point does not exist in NFSv2.
SEE ALSO0¶
tapset::nfs_proc(3stap)
| October 2025 | SystemTap Tapset Reference |