[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] traffic accounting per http query
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] traffic accounting per http query |
Date: |
Sun, 16 Feb 2014 15:29:48 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 |
Hi!
There is AFAIK no good way to do this right now, and I must admit I'm not
terribly inclined to add support for this, as it just feels like bloat.
Per-request statistics feel excessive, and you can easily get system-wide
statistics from other (platform-dependent) tools.
My 2 cents
Happy hacking!
Christian
On 02/15/2014 06:51 PM, Sergei Shilovsky wrote:
> Hi,
>
> I'm looking for a way to count input and output size of data recieved from
> / sent to the client during each HTTP query. Is there a way to do it in the
> recent version of libmicrohttpd? Otherwise, consider this to be a feature
> request :)
>
> Thanks
>