Re: [PATCH] [MINOR] CSS HTML fun

2009-10-13 Thread Dmitry Sivachenko
On Mon, Oct 12, 2009 at 11:39:54PM +0200, Krzysztof Piotr Oledzki wrote: From 6fc49b084ad0f4513c36418dfac1cf1046af66da Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Mon, 12 Oct 2009 23:09:08 +0200 Subject: [MINOR] CSS HTML fun This patch makes stats page about

Re: [PATCH] [MINOR] CSS HTML fun

2009-10-13 Thread Benedikt Fraunhofer
Hello, 2009/10/13 Dmitry Sivachenko mi...@cavia.pp.ru: End tag for ul is optional according to really? Something new to me :) http://www.w3.org/TR/html401/struct/lists.html#edef-UL hmm. /li is optional (implied by next li or closing /{u,o}l, /{u,o}l not? !ELEMENT UL - - (LI)+

Re: [PATCH] [MINOR] CSS HTML fun

2009-10-13 Thread Dmitry Sivachenko
On Tue, Oct 13, 2009 at 02:16:12PM +0200, Benedikt Fraunhofer wrote: Hello, 2009/10/13 Dmitry Sivachenko mi...@cavia.pp.ru: End tag for ul is optional according to really? Something new to me :) OMG, sorry, I am blind. Forget about that.

RE: multiple applications using HAproxy LB

2009-10-13 Thread Xia Jiang
Hi, Ryan Sorry, I might not have explained this clearly. What I need is explained here: http://agiletesting.blogspot.com/2009/02/load-balancing-in-amazon-ec2-with.html However, I am having problem of acl Boolean statement: acl acl_domain1 url_sub domain1 -i acl acl_domain2

[PATCH] [MINOR] Collect provide http response codes received from servers

2009-10-13 Thread Krzysztof Piotr Oledzki
From a3aac1f1149db0b52dc66f9e70e5ab8d14418b71 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Tue, 13 Oct 2009 21:14:09 +0200 Subject: [MINOR] Collect provide http response codes received from servers Additional data is provided on both html csv stats: - html: when

Re: Small patch for the appsession feature

2009-10-13 Thread Cyril Bonté
Le lundi 12 octobre 2009 23:17:43, Aleksandar Lazic a écrit : Hi Cyril, good catch. +} + +/* -#if defined(DEBUG_HASH) -Alert(manage_client_side_cookies\n); - appsession_hash_dump((t-be-htbl_proxy)); -#endif

RE: Problems with long connect times

2009-10-13 Thread Jonah Horowitz
netstat -ant | grep tcp | tr -s ' ' ' ' | awk '{print $6}' | sort | uniq -c 193 CLOSE_WAIT 316 CLOSING 215 ESTABLISHED 252 FIN_WAIT1 4 FIN_WAIT2 1 LAST_ACK 10 LISTEN 237 SYN_RECV 61384 TIME_WAIT So, clearly there's a time_wait problem. I've already tuned the kernel

Re: Small patch for the appsession feature

2009-10-13 Thread Aleksandar Lazic
On Die 13.10.2009 21:34, Cyril Bonté wrote: Le lundi 12 octobre 2009 23:17:43, Aleksandar Lazic a écrit : Yes, you're right, I missed it after several tests on different snapshots. Here comes a second patch to reintroduce these debug lines : Thanks.

Re: multiple applications using HAproxy LB

2009-10-13 Thread Aleksandar Lazic
On Die 13.10.2009 09:14, Xia Jiang wrote: Hi, Ryan Sorry, I might not have explained this clearly. What I need is explained here: http://agiletesting.blogspot.com/2009/02/load-balancing-in-amazon-ec2-with.html However, I am having problem of acl Boolean statement: how about to use this