On 21/03/2014 6:04 a.m., Beto Moreno wrote: > Hi. > > Squid 3.1.22. > > Learning this feature from squid, delay-pools. > > 1; aggregate the most simple. > -If I have a dsl 6Mb/s but I want to share to my users 4MB/s and the > rest for my other servers. > > delay_pool_count 1 > delay_class 1 1 > delay_parameters 1 500000/562500 ==> 4.5Mb/s Max and hold this to 4Mb/s. > delay_initial_bucket_level 100 <=== I want to start with full 4.5MB right? > > Once my clients start surfing, example 10 users, squid will share > 500000/10 they will have > +/- 50Kb/s each one? No there is 500KB/sec allocated to client response (download) traffic on first-come basis. This is effectively the same configuration as kernel routing QoS controls allowing the Squid process to access 500KB/s of traffic inbound for servers and unlimited upload traffic to servers. PS. the delay pools feature in Squid predates QoS and most traffic management is now far better done by QoS tools instead of Squid delay pools. > > My network is class C. > > If more clients arrive they will again do some calculations > rate/numbers of users? > > Exist a way to see the status of the pools connections example with cachemgr? Delay pools should be listed in the "delay" report. Amos