nfsslower: trace slow NFS operations
* Initial commit of nfsslower, tracking NFS4_READ, NFS4_WRITE and NFS4_OPEN * Added in documentation, examples, support for csv and tracing for GETATTR * Added in man pages, READM mods and example file, to comply with https://github.com/samuelnair/bcc/blob/master/CONTRIBUTING-SCRIPTS.md * Changes to address comments from @brendangregg and a small bug regarding the output header not being printed when tracing all NFS operations * Added nfsslower to the correct alphabetical postion * Addressing Sasha's comments. I appreciate the thoroughness of the review * Added test case for nfsslower and an extra function to check if the NFS kernel module is loaded
Showing
- README.md 1 addition, 0 deletionsREADME.md
- man/man8/nfsslower.8 122 additions, 0 deletionsman/man8/nfsslower.8
- tests/python/test_tools_smoke.py 16 additions, 0 deletionstests/python/test_tools_smoke.py
- tools/nfsslower.py 324 additions, 0 deletionstools/nfsslower.py
- tools/nfsslower_example.txt 158 additions, 0 deletionstools/nfsslower_example.txt
man/man8/nfsslower.8
0 → 100644
tools/nfsslower.py
0 → 100755
tools/nfsslower_example.txt
0 → 100644
Please register or sign in to comment