ok, I read the man page which says:
=======
Especially useful options include:
rsize=32768,wsize=32768
This causes the NFS client to try to negotiate a buffer size up to the size specified. A large buffer size does improve performance, but both the server and client have to support it. In the case where one of these does not support the size specified, the size negotiated will be the largest that both support.
=======
So I used those values in my mount command. How do I know what value was negotiated ?
It "seems" to be running faster, but won't know until it hits a large file.
Main Topics
Browse All Topics





by: mikelfritzPosted on 2008-01-21 at 23:14:05ID: 20712438
rsize and wsize on the mount - some experimentation may be required. There is a default - I don't know what it is on HPUX - but it may be too small or too big. I'm not sure of the switch but I'd bet it's:
-o rsize=XXXX wsize=XXXX