monitoring TCP/IP performance on Solaris
Posted
by Andy Faibishenko
on Server Fault
See other posts from Server Fault
or by Andy Faibishenko
Published on 2010-02-23T15:47:04Z
Indexed on
2010/03/31
7:03 UTC
Read the original article
Hit count: 361
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?
© Server Fault or respective owner