1825793 Members
2297 Online
109687 Solutions
New Discussion

RPC performance

 
Matthias Oswald
Advisor

RPC performance

Hi,

we are facing an RPC performance problem from our G-iMAN application.

The 32 KB TCP window size is not used completely, only 8 KB are used by the application. That is an application problem.

On the other hand our network aminsitrator notices also abnormal idle time inside a data block transfer (waiting for an ACK) before finishing the transfer. This is in contradiction with the TCP window size set to 32K. This can be a RPC issue on HP systems or an application issue according to him.

Does soemone have detailed knowledge of the RPC configuration on HP-UX11
or can advice on this issue ?

Thanks.
mabios
2 REPLIES 2
Stefan Farrelly
Honored Contributor

Re: RPC performance


I remember this is configurable and once we couldnt get an application to change its size so we used ndd to modify the TCP window size down from 32k to suit the application.

You can see the configurable TCP settings with;
ndd -h supported

and grep for window. The one I think you need to change is tcp_recv_hiwater_def (although you may need tcp_recv_hiwater_lfp or nfp)
If you can set this to 8k on both ends of your RPC connection you can then see if it improves performance.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Stefan Farrelly
Honored Contributor

Re: RPC performance

you may have to use ndd to change;
tcp_xmit_hiwater_def
also.
Im from Palmerston North, New Zealand, but somehow ended up in London...