if you need to run at 10Gbit network, you should consider of setup: CONFIG proxy.config.cluster.num_of_cluster_connections INT 10 CONFIG proxy.config.cluster.threads INT 10
or more, depends on how much your cpu cores and servers. the default setting is only one thread and one connection per server, that will limit the traffic as we can only get 300mbps traffic per connection. FYI 在 2012-11-10六的 10:40 -0800,James Peach写道: > On 09/11/2012, at 8:09 AM, Aleksandrs Andrijekno <[email protected]> wrote: > > > Hi All, > > > > I am using latest trafficserver trunk in cluster setup. Does it work > > correctly as I'm getting very strange behavior of network and files are not > > retrieved on normal speed. I do have 10Gbit network but downloads are on > > 60Kbit/s > > > > Maybe I misconfigured something? > > Cache clustering is known to work correctly. Maybe ming_zym can give some > clustering-specific advice, but I'd approach this as a normal performance > investigation. > > J
