On Fri 07 Mar 2014 06:54:02 PM CST, cisaksen wrote:
I'm trying to determine if I have a tcp connections issue and I'm
looking for any information on what the default tcp connections are and
how they can be tuned for say mysql.
The issue I am dealing with is I'm running 17 instances of mysql on a
single server. There desn't appear to be a problem with this other than
the fact that I have a large amount of time_waits in netstat. Here is a
small sample of what they look like:
tcp 0 0 127.0.0.1:3306 127.0.0.1:47441
TIME_WAIT
tcp 0 0 127.0.0.1:47092 127.0.0.1:3315
TIME_WAIT
tcp 0 0 127.0.0.1:46813 127.0.0.1:3317
TIME_WAIT
tcp 0 0 127.0.0.1:3306 127.0.0.1:46659
TIME_WAIT
tcp 0 0 127.0.0.1:41084 127.0.0.1:3312
TIME_WAIT
tcp 0 0 127.0.0.1:49826 127.0.0.1:3321
TIME_WAIT
tcp 0 0 127.0.0.1:38991 127.0.0.1:3314
TIME_WAIT
tcp 0 0 127.0.0.1:38876 127.0.0.1:3314
TIME_WAIT
Someone suggested that mysql may not be getting enough tcp connections.
I haven't change the default of 151 connection for mysql (5.6).
Any information would be helpful.
thank you
Bookmarks