Re: [squid-users] decreased requests per second with big file size

2015-10-14 Thread Eliezer Croitoru
OK then tcp it is. An example line by line daemon handler which can be extended to be customized with ip+port selection and many other features. http://paste.ngtech.co.il/psgfb2lci It can be used with a DB or to just store the statistics internally. It is very simple due to the one direction an

Re: [squid-users] decreased requests per second with big file size

2015-10-13 Thread Amos Jeffries
On 14/10/2015 7:48 p.m., Eliezer Croitoru wrote: > You now got my attention! > Depends on what you want you might be able to use external logging > helper for that. > I am unsure if it is possible to use two access log directives in the > configuration and Amos or others can answer that. Yes it is

Re: [squid-users] decreased requests per second with big file size

2015-10-13 Thread Eliezer Croitoru
You now got my attention! Depends on what you want you might be able to use external logging helper for that. I am unsure if it is possible to use two access log directives in the configuration and Amos or others can answer that. It is pretty simple to implement since the input data will flow li

Re: [squid-users] decreased requests per second with big file size

2015-10-13 Thread Ambadas H
Hi Amos, Got it. Will go through the session helpers & figure out how to do it. Thanks for the help :) Ambadas On Tue, Oct 13, 2015 at 1:25 PM, Amos Jeffries wrote: > On 12/10/2015 6:51 p.m., Ambadas H wrote: > > Hi Amos, > > > > Thanks for responding > > > > *"You would be better off taki

Re: [squid-users] decreased requests per second with big file size

2015-10-13 Thread Ambadas H
Hi Eliezer, Its mostly like a live feed. I am writing these sites+(a client tracking parameter) to a flat file via squid, from where another process reads it & does further processing (eg. analyze top sites used by any particular client). And that is why i was working on getting just the urls en

Re: [squid-users] decreased requests per second with big file size

2015-10-13 Thread Eliezer Croitoru
Hey Ambadas, I was wondering if you want it to be something like a "live feed" or just for logs analyzing? Eliezer On 09/10/2015 15:47, Ambadas H wrote: Hi, I am using below setup: Squid proxy 3.5.4. CentOS 7.1 I am trying to analyze the most used websites by the users via Squid proxy. I j

Re: [squid-users] decreased requests per second with big file size

2015-10-13 Thread Amos Jeffries
On 12/10/2015 6:51 p.m., Ambadas H wrote: > Hi Amos, > > Thanks for responding > > *"You would be better off taking the first use of any domain by a client,* > > *then ignoring other requests for it until there is some long period* > *between two of them. The opposite of what session helpers do.

Re: [squid-users] decreased requests per second with big file size

2015-10-11 Thread Ambadas H
Hi Amos, Thanks for responding *"You would be better off taking the first use of any domain by a client,* *then ignoring other requests for it until there is some long period* *between two of them. The opposite of what session helpers do."* Could you please elaborate a little on the above logic

Re: [squid-users] decreased requests per second with big file size

2015-10-09 Thread Amos Jeffries
On 10/10/2015 1:47 a.m., Ambadas H wrote: > Hi, > > I am using below setup: > Squid proxy 3.5.4. > CentOS 7.1 > > I am trying to analyze the most used websites by the users via Squid proxy. > I just require the first GET request for that particular browsed page page > & not the proceeding GETs of

[squid-users] decreased requests per second with big file size

2015-10-09 Thread Ambadas H
Hi, I am using below setup: Squid proxy 3.5.4. CentOS 7.1 I am trying to analyze the most used websites by the users via Squid proxy. I just require the first GET request for that particular browsed page page & not the proceeding GETs of that same page. Eg: 1) user enters *http://google.com