Does SQUID (for Windows specifically) it have an interface for reviewing internet usage?
More specifically if I wanted a way to track, for my PC at work, it's internet usage on a per application/service basis (e.g. browser vs calendar synch service etc), would SQUID for Windows help me here? (i.e. would it act as a transparent proxy for anything running on my PC, then keep a history of internet usage agai开发者_开发百科nst which process requested the access)
Not quite the same, but you could write scripts that parse the squid logs in /var/log/squid
and compute metrics of interest.
精彩评论