LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   NFS clients regular high getattr (https://www.linuxquestions.org/questions/linux-server-73/nfs-clients-regular-high-getattr-4175433794/)

frenchviking 10-24-2012 02:41 AM

NFS clients regular high getattr
 
2 Attachment(s)
Hello,

Since last Friday I experience a regular high rate of getattr from two of my NFS clients. This look like this:

Attachment 11043

On both servers Cacti reports the same stats.
I have no idea where it come from, but while searching for an answer, I found that the syslogd process had a high i/o wait, around 80%. So I did a strace of the process and noticed the following, non stop lightning speed occurring.

Attachment 11044

When I kill the syslogd, the i/o wait disappear but not my getattr rate.


The NFS server stats are the following :

Code:

Server nfs v3:
null        getattr      setattr      lookup      access      readlink
152      0% 1783936589 55% 35924507  1% 259828607  8% 526889444 16% 8332      0%

One the clients:

#1
Code:

Client nfs v3:
null        getattr      setattr      lookup      access      readlink
0        0% 25779368 52% 512655    1% 5714549  11% 6687009  13% 234      0%

#2
Code:

Client nfs v3:
null        getattr      setattr      lookup      access      readlink
0        0% 27243070 53% 107335    0% 7549252  14% 7989644  15% 476      0%

Those two clients are Apache webservers under RedHat Enterprise Linux 5.8 with NFS mount on another RHEL machine.

Thank you.

frenchviking 10-24-2012 03:23 AM

Solved. Last friday someone installed an Apache management pack for SCOM. Stopping the agent on the servers and the getattr rate collapse!

And dumb me forgetting to deactivate the sysctl nfs debug !


All times are GMT -5. The time now is 06:50 AM.