Readdir ls -lU graphs
From Linux NFS
(Difference between revisions)
(→NFS v3) |
(→NFS v4) |
||
Line 24: | Line 24: | ||
* [[File:v4_ls_lU_noplus_sys.jpg]] | * [[File:v4_ls_lU_noplus_sys.jpg]] | ||
* [[File:v4_ls_lU_plus_sys.jpg]] | * [[File:v4_ls_lU_plus_sys.jpg]] | ||
+ | ** Using readdir plus on 2.6.38 kernels decreases time spent in the kernel | ||
== RPC ops == | == RPC ops == |
Revision as of 18:06, 7 April 2011
36: Linux 2.6.36 36NORC: Linux 2.6.36 (without readdir cap) 38: Linux 2.6.38 38RC: Linux 2.6.38 (with readdir cap added back) 38NB: Linux 2.6.38 (with Neil Brown's patch and loop detection)
Contents |
Real
NFS v3
-
- Falling back to readdir operations for large directories makes this command take longer. Removing the readdir plus cap from 2.6.36 improves performance, but doesn't match 2.6.38 kernels. Adding a readdir plus cap to 2.6.38 doubles the time needed for this command to complete.