darold / squidanalyzer

Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
http://squidanalyzer.darold.net/
125 stars 36 forks source link

Outgoing traffic from client #172

Open Nanxis opened 7 years ago

Nanxis commented 7 years ago

Hello, Darold!

Is it possible to make the counting outbound traffic from the client to the server? This is parameter in squid.conf log section:

logformat squid %ts.%03tu %6tr %>a %Ss/%03>Hs %<st %>st %rm %ssl::>sni %un %Sh/%<A %mt

New parameter is %>st

I would like to make a separate column in the reports by user and shared for these purposes. Like a sample: https://yadi.sk/i/oz91_ftP3MWuMJ

Thank U!

darold commented 7 years ago

Yes it is possible and I agree it should be done, but it need lot of work to append a new storage/report field.

Regards,

Nanxis commented 7 years ago

Thank U, Darold! You can count on me for testing.