Solaris TCP/IP performance tuning
Posted
by
Andy Faibishenko
on Server Fault
See other posts from Server Fault
or by Andy Faibishenko
Published on 2010-02-23T16:14:41Z
Indexed on
2012/09/02
9:40 UTC
Read the original article
Hit count: 280
I am trying to tune a high message traffic system running on Solaris. The architecture is a large number (600) of clients which connect via TCP to a big Solaris server and then send/receive relatively small messages (.5 to 1K payload) at high rates. The goal is to minimize the latency of each message processed. I suspect that the TCP stack of the server is getting overwhelmed by all the traffic. What are some commands/metrics that I can use to confirm this, and in case this is true, what is the best way to alleviate this bottleneck?
PS I posted this on StackOverflow originally. One person suggested snoop and dtrace. dtrace seems pretty general - are there any additional pointers on how to use it to diagnose TCP issues?
© Server Fault or respective owner