Hi Mark, On Wed, Mar 19, 2014 at 08:33:05AM +0000, Mark Olliver wrote: > Hi, > > Is there an easy way to count the number of requests (url calls) through > HAProxy rather than the number of sessions? As we reuse many sessions > multiple times so the count of sessions is meaning less as it does not > represent the workload of lots of short requests but reused sessions.
We have it in the HTML stats, when you hover on sessions/total, you see it total and by status code. In the CSV stats, you can sum up the hrsp_* fields to have the total number of responses (hence of requests as well). Regards, Willy

