fizwit / filesystem-reporting-tools

Tools to help system administors manage very large file systems. pwalk
GNU General Public License v2.0
22 stars 12 forks source link

RPC, rather than NFS? #19

Closed bmcgough closed 1 year ago

bmcgough commented 5 years ago

There are indications that perhaps executing RPC calls directly to the NFS server, rather than trigger such through the VFS will be quicker.

Want to try implementing that?

https://tools.ietf.org/html/rfc1813#page-14

fizwit commented 1 year ago

Performance is limited to file system performance. pwalk performance is acceptable for what we are using it for.