Networking Forums

Networking Forums > Computer Networking > Linux Networking > XP - NFS Inode Cache Performance in 2.6 Kernels

Reply
Thread Tools Display Modes

XP - NFS Inode Cache Performance in 2.6 Kernels

 
 
kevin.mitnick.is@gmail.com
Guest
Posts: n/a

 
      03-14-2008, 07:00 PM
I read a kerneltrap post (http://kerneltrap.org/node/4462) stating the
NFS Inode cache in the 2.4 kernel has performance issues when it gets
too full it causes a great deal of hash collisions, and is a
performance issue. I briefly traced the inode lookup code in the 2.4
kernel and found that it seems to have a number of hash buckets, and
perform external chaining to handle collisions. I'm using a 2.6
kernel, and performing a high-performance parallelized directory walk,
resulting in my kernel's slab allocator using 3GB of RAM for the NFS
inode cache, and the dentry cache. I have some concerns that I might
be affected by a similar performance problem. I briefly traced the
2.6 kernel's inode lookup function, and found that it seems to use a
proper hashtable (but I neither have personal knowledge of the table's
algorithm, nor do I have time, unfortunately, to investigate).

If anyone has any information on this topic cached, I'd be
appreciative if it could be shared.

thanks,
Friendly Anonymous Poster
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux IP and VPN masquerading with 2.6.x kernels js Linux Networking 1 12-22-2005 01:09 AM
Routing differencies between 2.4 and 2.6 kernels Ole Morten Linux Networking 2 05-06-2005 05:04 PM
RedHat releasing hybred 24/26 kernels Joseph Dionne Linux Networking 2 01-13-2005 06:47 PM
Proxim 8420/8421 with 2.6 kernels... Raghos Linux Networking 0 08-31-2004 09:53 PM
inode Q? Uday Mullangi Linux Networking 3 07-01-2003 07:17 PM



1 2 3 4 5 6 7 8 9 10 11