- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Making sense of NFS performance values...
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
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
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
тАО02-03-2005 04:59 AM
тАО02-03-2005 04:59 AM
But, the end result I am trying to determine is if a server will have enough throughput for 100 concurrent users writing a 10GB file via NFS. But, I don't know how to take these ops/sec values and correlate it with throughput.
Any help in helping me understand this would be much appreicated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2005 05:07 AM
тАО02-03-2005 05:07 AM
Re: Making sense of NFS performance values...
It is however possible.
Recommendations(partially borrowed from B. Hassel):
1) Keep the PC's of your network off the same collision domain as the NFS. Use VLAN to handle it. PC's can clog the network and slow down NFS traffic.
2) Set the NFS backend up on its own private network. It can be the same network as you boot Ignite, but you also want the fastest NIC on the job.
3) Gigabit networking between the HP-UX NFS client and NFS server.
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
тАО02-03-2005 08:28 AM
тАО02-03-2005 08:28 AM
Re: Making sense of NFS performance values...
Thanks for the info and advice. So, am I right to say that it is hard to translate ops/sec to MB/sec? Sounds like there are all kinds of variables that would affect this conversion.
Thanks again,
Monty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2005 02:14 AM
тАО02-10-2005 02:14 AM
SolutionEstimating the size of NFS operations is not so easy: I looked at this a while back
for NFS version 2, under HP-UX 10.20.
Using information from 'tcpdumps' of NFS packets I estimated the mean size of a "gettatr" call as 324 bytes; compared to 8965 bytes for a "read".
You could make a rough estimate by allowing 8K - or whatever your NFS read/write sizes are set to - for read/write ops and say 300 bytes for other types...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2005 03:00 AM
тАО02-10-2005 03:00 AM
Re: Making sense of NFS performance values...
Thanks for the help and information. I appreciate it.
Monty