T.R | Title | User | Personal Name | Date | Lines |
---|
9065.1 | Some ideas | NETRIX::"[email protected]" | Dave Cherkus | Fri Mar 07 1997 07:32 | 22 |
| The 'full sockets' count is pretty darn low so I doubt it's an
issue. It means that the operating system didn't schedule a
thread/process quick enough to drain the socket. You don't
say if it's the client or server so it could be a nfs server
thread, a client biod thread, etc. You could patch the
kernel variable 'udp_recvspace' to be something like 63k
but again I doubt this is the core issue.
Is the system cycle-starved?
The only other explaination I could see for the timeouts is that
the 2100s PCI busses are so busy the network adapter is not being
serviced often enough i.e. the system is bus-starved.
Are the FDDIs on EISA or PCI? Is there a lot of local disk IO
in addition to the NFS IO? Which disk controllers are in use?
Have you installed patch OSF350-248 (big bag o' network performance
fixes)?
Dave
[Posted by WWW Notes gateway]
|
9065.2 | What would udp_recvspace = 63k do? | MEOC02::JANKOWSKI | | Mon Mar 10 1997 07:08 | 22 |
| Re. .2
The socket full message is seen on the client side.
The client would very occasionally reach 100% CPU.
FDDI is on the PCI.
The SCSI controller is SWXCR - PCI 3 channel, RAID 5 with
optimum disk configuration across channels.
The IO rates are in the order of 40/s across the controller
with occasional higher bursts.
I recommended the networking patches so this may help too.
Question:
What would setting of udp_recvspace = 63k do?
Thanks and regards,
Chris Jankowski
Melbourne Australia
|
9065.3 | udp_recvspace | NETRIX::"[email protected]" | Dave Cherkus | Mon Mar 10 1997 15:25 | 8 |
| > What would setting of udp_recvspace = 63k do?
It would let more data sit in the receiver's socket buffer.
This may or may not be what you want to happen, because the
way most IP protocols learn that there is a problem is via
the loss of data - it may be good to just let the data be
dropped so the server will throttle back.
[Posted by WWW Notes gateway]
|