Thanks for your answer.


1. The prints are ok? They are printed only when tcp connections are not 
received by the server. What is the meaning of these numbers?



Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.162:14719 [13/Dec/2015:10:55:05.923] HAProxy_VVM

> HAProxy_VVM/cas-au61 1/0/9998 1239 -- 442/442/442/88/0 0/0





2. The maxconn is much more than we need and test.



-----Original Message-----
From: Cyril Bonté [mailto:cyril.bo...@free.fr]
Sent: Sunday, December 20, 2015 3:51 PM
To: Cohen Galit
Cc: haproxy@formilux.org
Subject: Re: haproxy log





Le 20/12/2015 14:06, Cohen Galit a écrit :

> Guys,

>

> We really need your advice here.



Without any context, I guess you won't have any advice from anyone.

You made some load tests, you have logs... and... well, nothing, no

other description.



2 things :

- consider adding some maxconn to your "server" lines

- ensure your load tests don't exhaust tcp ports.



>

> *From:*Cohen Galit

> *Sent:* Tuesday, December 15, 2015 10:59 AM

> *To:* Cohen Galit; 'haproxy@formilux.org'

> *Subject:* RE: haproxy log

>

> I'm talking about the prints in logs:

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.146:34747 [13/Dec/2015:10:55:05.698] HAProxy_VVM

> HAProxy_VVM/cas-au53 1/0/9999 966 -- 447/447/447/88/0 0/0

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.163:63043 [13/Dec/2015:10:55:05.751] HAProxy_VVM

> HAProxy_VVM/cas-au63 1/0/9999 966 -- 445/445/445/89/0 0/0

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.163:63043 [13/Dec/2015:10:55:05.751] HAProxy_VVM

> HAProxy_VVM/cas-au63 1/0/9999 966 -- 445/445/445/89/0 0/0

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.166:49649 [13/Dec/2015:10:55:05.807] HAProxy_VVM

> HAProxy_VVM/cas-au53 1/0/10004 966 -- 443/443/443/88/0 0/0

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.166:49649 [13/Dec/2015:10:55:05.807] HAProxy_VVM

> HAProxy_VVM/cas-au53 1/0/10004 966 -- 443/443/443/88/0 0/0

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.162:14719 [13/Dec/2015:10:55:05.923] HAProxy_VVM

> HAProxy_VVM/cas-au61 1/0/9998 1239 -- 442/442/442/88/0 0/0

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.162:14719 [13/Dec/2015:10:55:05.923] HAProxy_VVM

> HAProxy_VVM/cas-au61 1/0/9998 1239 -- 442/442/442/88/0 0/0

>

> Dec 13 10:55:16 localhost.localdomain haproxy[11803]:

> 10.106.161.164:17564 [13/Dec/2015:10:55:06.025] HAProxy_VVM

> HAProxy_VVM/cas-au63 1/0/9999 1238 -- 443/443/443/89/0 0/0

>

> Dec 13 10:55:16 localhost.localdomain haproxy[11803]:

> 10.106.161.164:17564 [13/Dec/2015:10:55:06.025] HAProxy_VVM

> HAProxy_VVM/cas-au63 1/0/9999 1238 -- 443/443/443/89/0 0/0

>

> Dec 13 10:55:16 localhost.localdomain haproxy[11803]:

> 10.106.161.164:17565 [13/Dec/2015:10:55:06.032] HAProxy_VVM

> HAProxy_VVM/cas-au132 1/0/9999 1239 -- 443/443/443/89/0 0/0

>

> *From:*Cohen Galit

> *Sent:* Monday, December 14, 2015 11:22 AM

> *To:* 'haproxy@formilux.org'

> *Subject:* FW: haproxy log

>

> Hello!

>

> Can you examine the logger below?

>

> I'm afraid I have a configuration problem in haproxy config, maybe in

> one of the timeout limits.

>

> These lines are *printed only after load tests are starting to  fail*

> over tcp against 5 imap servers round robin.

>

> We are load testing over than  1M create sockets.

>

> Here is the configuration:

>

> global

>

>          log 127.0.0.1  local0 debug  #emerg  alert  crit   err

> warning notice info  debug

>

>          maxconn 90096

>

>          tune.ssl.default-dh-param 2048

>

>          uid 55301

>

>         gid 55301

>

> defaults

>

>          log    global

>

>          mode    tcp

>

>          option tcplog

>

>          option dontlognull

>

>          retries 3

>

>          maxconn 90096

>

>          timeout client 600000

>

>          timeout server 60000

>

>          timeout connect 5000

>

> listen HAProxy_VVM

>

>          log global

>

>          option tcplog

>

>          mode tcp

>

>          bind :50143 name VVM_PLAIN

>

>          bind :50443 name VVM_SSL

>

>         #bind :50993 name VVM_TLS

>

>          balance roundrobin

>

>          #option tcp-check

>

>          #tcp-check connect port 50443 ssl  # USED FOR MIST VVM HEALTH

> CHECK. DO NOT COMMENT OR CHANGE THIS LINE.

>

>          #tcp-check expect string *\ OK

>

>          maxconn 90096

>

>          timeout client 600000

>

>          timeout server 120000

>

>          timeout connect 5000

>

>          #server mips 10.45.92.35 check verify none inter 30000

>

>          server cas-au53 10.106.75.53 check verify none inter 30000

>

>          server cas-au61 10.106.75.61 check verify none inter 30000

>

>          server cas-au62 10.106.75.62 check verify none inter 30000

>

>          server cas-au63 10.106.75.63 check verify none inter 30000

>

>          server cas-au132 10.106.138.132 check verify none inter 30000

>

> Thanks,

>

> Galit

>

> *From:*Kuterman Itzik

> *Sent:* Sunday, December 13, 2015 12:09 PM

> *To:* Cohen Galit

> *Subject:* haproxy log?

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.146:34747 [13/Dec/2015:10:55:05.698] HAProxy_VVM

> HAProxy_VVM/cas-au53 1/0/9999 966 -- 447/447/447/88/0 0/0

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.163:63043 [13/Dec/2015:10:55:05.751] HAProxy_VVM

> HAProxy_VVM/cas-au63 1/0/9999 966 -- 445/445/445/89/0 0/0

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.163:63043 [13/Dec/2015:10:55:05.751] HAProxy_VVM

> HAProxy_VVM/cas-au63 1/0/9999 966 -- 445/445/445/89/0 0/0

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.166:49649 [13/Dec/2015:10:55:05.807] HAProxy_VVM

> HAProxy_VVM/cas-au53 1/0/10004 966 -- 443/443/443/88/0 0/0

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.166:49649 [13/Dec/2015:10:55:05.807] HAProxy_VVM

> HAProxy_VVM/cas-au53 1/0/10004 966 -- 443/443/443/88/0 0/0

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.162:14719 [13/Dec/2015:10:55:05.923] HAProxy_VVM

> HAProxy_VVM/cas-au61 1/0/9998 1239 -- 442/442/442/88/0 0/0

>

> Dec 13 10:55:15 localhost.localdomain haproxy[11803]:

> 10.106.161.162:14719 [13/Dec/2015:10:55:05.923] HAProxy_VVM

> HAProxy_VVM/cas-au61 1/0/9998 1239 -- 442/442/442/88/0 0/0

>

> Dec 13 10:55:16 localhost.localdomain haproxy[11803]:

> 10.106.161.164:17564 [13/Dec/2015:10:55:06.025] HAProxy_VVM

> HAProxy_VVM/cas-au63 1/0/9999 1238 -- 443/443/443/89/0 0/0

>

> Dec 13 10:55:16 localhost.localdomain haproxy[11803]:

> 10.106.161.164:17564 [13/Dec/2015:10:55:06.025] HAProxy_VVM

> HAProxy_VVM/cas-au63 1/0/9999 1238 -- 443/443/443/89/0 0/0

>

> Dec 13 10:55:16 localhost.localdomain haproxy[11803]:

> 10.106.161.164:17565 [13/Dec/2015:10:55:06.032] HAProxy_VVM

> HAProxy_VVM/cas-au132 1/0/9999 1239 -- 443/443/443/89/0 0/0

>

> ------------------------------------------------------------------------

> "This e-mail message may contain confidential, commercial or privileged

> information that constitutes proprietary information of Xura, Inc. or

> its subsidiaries. If you are not the intended recipient of this message,

> you are hereby notified that any review, use or distribution of this

> information is absolutely prohibited and we request that you delete all

> copies and contact us by e-mailing to: 
> secur...@xura.com<mailto:secur...@xura.com>. Thank You."





--

Cyril Bonté

________________________________
"This e-mail message may contain confidential, commercial or privileged 
information that constitutes proprietary information of Xura, Inc. or its 
subsidiaries. If you are not the intended recipient of this message, you are 
hereby notified that any review, use or distribution of this information is 
absolutely prohibited and we request that you delete all copies and contact us 
by e-mailing to: secur...@xura.com. Thank You."

Reply via email to