Re: [squid-users] Delay pool not limiting each connection

2018-09-17 Thread Arsalan Hussain
you need to understand delay_parameters 1 625000/625000 625000/625000 625000/625000 625000/625000( You defined 625000 max and also given 625000 to individual) see this how you can limit each user bytes of bandwidht delay_parametes1 62500/62500 25000/25000 # each user has given an average o

Re: [squid-users] Delay pool not limiting each connection

2018-09-17 Thread Arsalan Hussain
Dear Sekarit you are using class-1 pool which has a single aggregate bucket to allocate to all users and every one can use the maximum available FCFS basis. you need to use class-2 delay pool has an aggregate bucket and 256 individual buckets which distributed among clients t keep them in limit w

Re: [squid-users] Delay pool not limiting each connection

2018-09-17 Thread Sekar Duraisamy
Anyone can help me on this? On Mon, Sep 17, 2018 at 6:45 PM, Sekar Duraisamy wrote: > Hello All, > > I have tried to limit the bandwidth for each requests with 5Mbps speed > with below. > > delay_pools 1 > delay_class 1 2 > delay_access 1 allow all > delay_parameters 1 625000/625000 625000/625000

Re: [squid-users] Delay pool not limiting each connection

2018-09-17 Thread Amos Jeffries
On 18/09/18 1:15 AM, Sekar Duraisamy wrote: > Hello All, > > I have tried to limit the bandwidth for each requests with 5Mbps speed > with below. > > delay_pools 1 > delay_class 1 2 > delay_access 1 allow all > delay_parameters 1 625000/625000 625000/625000 > > > But it is limiting total bandwi

[squid-users] Delay pool not limiting each connection

2018-09-17 Thread Sekar Duraisamy
Hello All, I have tried to limit the bandwidth for each requests with 5Mbps speed with below. delay_pools 1 delay_class 1 2 delay_access 1 allow all delay_parameters 1 625000/625000 625000/625000 But it is limiting total bandwidth of the squid only 625000 and not allowing the same bandwdith for