Skip to content

Commit

Permalink
linux-4.14.55: Allow to trace nfsd v4 operations
Browse files Browse the repository at this point in the history
From time to time our nfs file servers are overloaded and it is quite
challenging for the admins to track down the source of the problem.

Add a patch to the kernels nfsd module which enables it to log all nfs4
operations via the kernel event trace utility.

This will give us the oportunity to write simple users-space tools
to track down nfs load.

Also rebuild nvidia_linux-4.14.55 for the new kernel.

Patch Description:
==================

Add trace events to all v4 operations. Record client ip for ipv4
clients. Record uid from request credentials.

For READ and WRITE ops, additionally record offset and length request
arguments and device,inode and fileanme of the affected file.
  • Loading branch information
donald committed Sep 19, 2018
1 parent e21dd30 commit f985c70
Show file tree
Hide file tree
Showing 2 changed files with 979 additions and 0 deletions.
Loading

0 comments on commit f985c70

Please sign in to comment.