- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Measure NFS Throughput
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
03-25-2003 11:30 AM
03-25-2003 11:30 AM
time cp /nfs1/file.tst /nfs2/file.tst
This test usually takes about 105 seconds which is about 20 MB/s each way, or total of 40 MB/s.
I was just wondering if this is the best way to test this configuration. Is there a lot of overhead with this test and I'm not getting true results?
Thanks again,
Greg
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 11:39 AM
03-25-2003 11:39 AM
Solutionfrom the manual
-m Display statistics for each NFS mounted file system. This
includes the server name and address, mount flags, current read
and write sizes, the retransmission count, and the timers used
for dynamic retransmission. The srtt value contains the smoothed
round trip time, the dev value contains the estimated deviation,
and the cur value is the current backed-off retransmission value.
-n Display NFS information. NFS information for both the client and
server side will be printed. Can be combined with the -c and -s
options to print client or server NFS information only.
-r Display RPC information.
-s Display server information.
-z Zero (reinitialize) statistics. This option is for use by the
super-user only, and can be combined with any of the above
options to zero particular sets of statistics after printing
them.
For other collection of info in the background, I'm attaching a tested, production, script that you can control the time of data collection which occurs in the background.
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
03-25-2003 01:17 PM
03-25-2003 01:17 PM
Re: Measure NFS Throughput
It depends what you are interested in, it can give an idea about raw transfer rate.
Another useful test is the PostMark benchmark, you can download it from NetWork Appliance:
http://www.netapp.com/tech_library/3022.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 05:58 AM
03-26-2003 05:58 AM
Re: Measure NFS Throughput
Check this excellent paper on NFS:
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,952,00.html
It may help dig deeper into the mysteries that are NFS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 06:10 AM
03-26-2003 06:10 AM
Re: Measure NFS Throughput
http://www.netapp.com/tech_library/3146.html
Just for its extensive coverage of kernel parameters, patches, nfs mount options, ways to test throughput etc. Have a read.
We also found the excellent book "Optimizing nfs performance" (on amazon.com) very helpful. Its lists hidden kernel parameters for nfs, and many many other things to look into and consider. It also lists things not to do. Well worth the money.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 06:46 AM
03-28-2003 06:46 AM