Re: [ANNOUNCE] haproxy 1.4.9

From: Carlo Flores <carlo#petalphile.com>
Date: Thu, 28 Oct 2010 16:27:30 -0700


Thanks, Willy!

I am especially excited about the new per-URL statistics, super especially for the average time metric. However, I can't use these flags with my build of 1.4.9 from source.

# /usr/local/sbin/haproxy -u -uc -ue -ut -ua -uto -uaoHA-Proxy version 1.4.9 2010/10/28
Copyright 2000-2010 Willy Tarreau <w#1wt.eu>

Usage : /usr/local/sbin/haproxy [-f <cfgfile>]* [ -vdVD ] [ -n <maxconn> ] [ -N <maxpconn> ]

        [ -p <pidfile> ] [ -m <max megs> ]

-v displays version ; -vv shows known build options.
-d enters debug mode ; -db only disables background mode.
-V enters verbose mode (disables quiet mode)
-D goes daemon
-q quiet mode : don't display messages
-c check mode : only check config files and exit
-n sets the maximum total # of connections (2000)
-m limits the usable amount of memory (in MB)
-N sets the default, per-proxy maximum # of connections (2000)
-p writes pids of all children to this file
-de disables epoll() usage even when available
-ds disables speculative epoll() usage even when available
-dp disables poll() usage even when available
-sf/-st [pid ]* finishes/terminates old pids. Must be last
arguments.

# ### same with only -u and only -uc as sanity tests. # # haproxy -vvvvvvvvvvvvvvv HA-Proxy version 1.4.9 2010/10/28 Copyright 2000-2010 Willy Tarreau <w#1wt.eu> Build options : TARGET = linux26 CPU = generic CC = gcc CFLAGS = -m32 -march=i386 -O2 -g OPTIONS = USE_PCRE=1 Default settings : maxconn = 2000, bufsize = 16384, maxrewrite = 8192, maxpollevents = 200 Encrypted password support via crypt(3): yes Available polling systems : sepoll : pref=400, test result OK epoll : pref=300, test result OK poll : pref=200, test result OK select : pref=150, test result OK Total: 4 (4 usable), will use sepoll.

# ### Thanks! Sorry if I'm just missing it! :)

On Thu, Oct 28, 2010 at 3:40 PM, Willy Tarreau <w#1wt.eu> wrote:

 The new feature of halog is a per-URL statistics (req & error counts, avg

> response time, total response time, and that for all or valid only
> requests).
> The output is sorted by a field specified from the command line flag, among
> which URL (-u), req count (-uc), err count (-ue), total time (-ut), average
> time (-ua), total time on OK reqs (-uto) and avg time on OK reqs (-uao).
>
Received on 2010/10/29 01:27

This archive was generated by hypermail 2.2.0 : 2010/10/29 01:30 CEST