Operating System - HP-UX
1752295 Members
5069 Online
108786 Solutions
New Discussion юеВ

NFS performance testing !

 
SOLVED
Go to solution
Bugs_Bnny
Occasional Contributor

NFS performance testing !

Hi Guys,

Could somebody guide me on measuring NFS performance on HPUX. I need to evaluate and document performance on NFS. Currently i am using nfsstat...but it is not very clear. If anybody can give me any insight on any other ideas/tools/utils ..etc, it will be of great help to me.
Thanks,
Bgs_bnny
Better ask and be a fool once than never to ask and be a fool forever
6 REPLIES 6
James Murtagh
Honored Contributor
Solution

Re: NFS performance testing !

Hi,

This document should be your first port of call:

http://www.docs.hp.com/hpux/onlinedocs/1435/NFSPerformanceTuninginHP-UX11.0and11iSystems.pdf

Regards,

James.
Michael Steele_2
Honored Contributor

Re: NFS performance testing !

What's Up Doc?

Make a big file and call it 500meg:

prealloc /tmp/500meg 5000000

Copy /tmp/500meg in and out of your NFS file system from the client side and note these stats:

nfsstat -rc (* timeout and retrans *)

netstat -m (* number of requests for memory denied *)

vmstat -n 5 5 (* %idle = 0 or low? *)

nfsstat -s (* readlink and lookup calls nearly equal? 'getattr > 60% then not caching enough *)

nestat -s -p udp (* overflows high ? Not enough nfsd daemons; start more in nfsconf *)

Support Fatherhood - Stop Family Law
Bill Hassell
Honored Contributor

Re: NFS performance testing !

NFS performance is very difficult to characterize as it is a stateless connection and can be heavily affected by the LAN topology. And there are a number of tunable items that may be required for best performance. I would certainly not depend on a single performance figure except perhaps on a dedicated LAN connection.

This book is invaluable for NFS:

"Optimizing NFS Performance: Tuning and Troubleshooting NFS on HP-UX Systems" by David Olker


Bill Hassell, sysadmin
Orlando-Torres
Occasional Advisor

Re: NFS performance testing !

Hello,

I'm trying so hard to find this book "Optimizing NFS Performance: Tuning and Troubleshooting NFS on HP-UX Systems" by David Olker

in PDF format, or any other document about performance NFS from Dave Olker, but no find anything.

Can someone please help me with this old 2002 pdf, to tune fine my system.

Thanks in advance.

Dave Olker
HPE Pro

Re: NFS performance testing !

Hi Orlando. 

I know that guy.  I'll talk to him about getting you a copy.  ;)

Send me an email - Private Info Erased - and I'll send you the PDF version.

Dave

I work for HPE

[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Orlando-Torres
Occasional Advisor

Re: NFS performance testing !

Thank you Dave.