[prev in list] [next in list] [prev in thread] [next in thread] 

List:       redhat-linux-cluster
Subject:    Re: [Linux-cluster] GFS:  fh2dentry misses
From:       Wendy Cheng <wcheng () redhat ! com>
Date:       2007-04-25 19:33:22
Message-ID: 462FAD02.2000409 () redhat ! com
[Download RAW message or body]

Chad Slater wrote:
> While troubleshooting some GFS performance issues, I came across this 
> when viewing the counters:
>  
> fh2dentry misses 292928
>  
> What is fh2dentry misses?

This symbol name is kind of mis-leading. It is actually a counter of 
"inode miss".  With Linux NFS implementation, each nfs file handle has 
file inode embedded in it. When client sends file handle to the server, 
nfsd passes the file handle to GFS (or any filesystem). GFS will check 
to see whether the subject inode is still in the memory cache. If not, 
it increments this counter and re-do lookup. As any filesystem, lookup 
is normally expensive since it involves disk read. The more cache 
misses, the slower your performance will be.

-- Wendy

--
Linux-cluster mailing list
Linux-cluster@redhat.com
https://www.redhat.com/mailman/listinfo/linux-cluster
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic