Re: [PATCH 4/4] MAJOR: Add `debug sess` command to unix socket stats interface

2012-04-07 Thread Willy Tarreau
Hi Aman, On Fri, Apr 06, 2012 at 02:24:16AM -0700, Aman Gupta wrote: On Thu, Apr 5, 2012 at 1:51 AM, Willy Tarreau w...@1wt.eu wrote: On Mon, Apr 02, 2012 at 06:57:56PM -0700, Aman Gupta wrote: diff --git a/include/proto/dumpstats.h b/include/proto/dumpstats.h index eb44a36..d328881 100644

Re: [PATCH 4/4] MAJOR: Add `debug sess` command to unix socket stats interface

2012-04-06 Thread Aman Gupta
On Thu, Apr 5, 2012 at 1:51 AM, Willy Tarreau w...@1wt.eu wrote: On Mon, Apr 02, 2012 at 06:57:56PM -0700, Aman Gupta wrote: diff --git a/include/proto/dumpstats.h b/include/proto/dumpstats.h index eb44a36..d328881 100644 --- a/include/proto/dumpstats.h +++ b/include/proto/dumpstats.h @@

Re: [PATCH 4/4] MAJOR: Add `debug sess` command to unix socket stats interface

2012-04-05 Thread Willy Tarreau
On Mon, Apr 02, 2012 at 06:57:56PM -0700, Aman Gupta wrote: diff --git a/include/proto/dumpstats.h b/include/proto/dumpstats.h index eb44a36..d328881 100644 --- a/include/proto/dumpstats.h +++ b/include/proto/dumpstats.h @@ -55,6 +55,8 @@ #define STAT_CLI_O_TAB 8 /* dump tables */

[PATCH 4/4] MAJOR: Add `debug sess` command to unix socket stats interface

2012-04-02 Thread Aman Gupta
--- doc/configuration.txt| 22 include/proto/dumpstats.h|5 + include/types/stream_interface.h |5 + src/dumpstats.c | 242 +- src/session.c|9 ++ 5 files changed, 280 insertions(+), 3