Pavel Pragin wrote:
tcp 0 0 192.168.1.49:45231 192.168.1.51:11211 ESTABLISHED

tcp 0 0 192.168.1.49:11211 192.168.1.51:46507 ESTABLISHED

This netstat command is clearly showing both incoming and outgoing connections. So, does the 3000 include both incoming and outgoing? It looks like you should run:

nestat -anp | fgrep "192.168.1.49:11211" | wc -l

Then see how many incoming connections there are.

According to your Apache configuration, There could be as may as 768 connections from Apache. I would need to see the full output of the above netstat/fgrep to determine anything further.

--

Brian Moon
Senior Developer/Engineer
------------------------------
When you care enough to spend the very least.
http://dealnews.com/

Reply via email to