commit | 7cf479cc09d4e4d142e8862e2a2792385f695439 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Feb 16 23:49:04 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 16 23:49:04 2013 +0100 |
tree | 24f1ef3ff3deaae77463b349178d825af5f74668 | |
parent | 58ea039115f3faaf29529e0df97f4562436fdd09 [diff] |
MEDIUM: halog: add support for counting per source address (-ic) This is the same as -uc except that instead of counting URLs, it counts source addresses. The reported times are request times and not response times. The code becomes heavily ugly, the url struct is being abused to store an address, and there are no more bit fields available. The code needs a major revamp.