- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs performance problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2007 04:49 AM
12-27-2007 04:49 AM
nfs performance problem
I'm transfering data from system A to system B through nfs tool.
But it is running very slowly
I start a glance and find that the process which is transfering data is waiting for "stream" reason and all the cpu utility is spending in "system mode"
So how can I do further performance monitoring?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2007 05:58 AM
12-27-2007 05:58 AM
Re: nfs performance problem
Few things to check here.
lanadmin -x 0
# change 0 to the actual interface in use. See /etc/rc.config.d/netconf and lanscan for that lan0 is 0(zero)
Make sure connection speed is what it should be.
http://www.hpux.ws/?p=6
The above blog thread contains several network and general performance monitor tools. You should look for bottlenecks.
nfsstat
Check the man page, it can tell you a lot on the server side.
netstat -i
# see the man page for further possible enhancements to get the data you want. This lets you monitor transfer rates at any interval you want and can be used on both the server and client in this operation.
More on nfs tuning:
http://www.unet.univie.ac.at/aix/aixbman/prftungd/nfstuning.htm
http://publib.boulder.ibm.com/infocenter/systems/topic/com.ibm.aix.prftungd/doc/prftungd/nfs_tuning_client.htm
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.prftungd/doc/prftungd/nfs_perf_mon_tun.htm
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 10:16 AM
01-14-2008 10:16 AM
Re: nfs performance problem
Are you still experiencing slow performance with NFS or did you resolve your problem? I'd be happy to offer suggestions if you need help.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 11:24 AM
01-14-2008 11:24 AM
Re: nfs performance problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 07:26 PM
01-14-2008 07:26 PM
Re: nfs performance problem
To determine the actual speed of transfer, pick a large file that takes at least 20 seconds to transfer, time the transfer and then divide the seconds into the file size. If the calculated speed is much lower than the above numbers, transfer the same file using ftp. If the numbers are similar and still much lower than the above then check lanadmin for errors. Note also that your local server may be just fine but the remote server is alowing everything down.
Bill Hassell, sysadmin