You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bu...@apache.org on 2012/12/10 09:07:26 UTC

svn commit: r841368 - in /websites/staging/trafficserver/trunk: cgi-bin/ content/ content/docs/trunk/admin/cluster-howto/index.en.html

Author: buildbot
Date: Mon Dec 10 08:07:25 2012
New Revision: 841368

Log:
Staging update by buildbot for tserver

Modified:
    websites/staging/trafficserver/trunk/cgi-bin/   (props changed)
    websites/staging/trafficserver/trunk/content/   (props changed)
    websites/staging/trafficserver/trunk/content/docs/trunk/admin/cluster-howto/index.en.html

Propchange: websites/staging/trafficserver/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 10 08:07:25 2012
@@ -1 +1 @@
-1416719
+1419255

Propchange: websites/staging/trafficserver/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 10 08:07:25 2012
@@ -1 +1 @@
-1416719
+1419255

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/cluster-howto/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/cluster-howto/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/cluster-howto/index.en.html Mon Dec 10 08:07:25 2012
@@ -28,7 +28,7 @@
       </div>
       <div class="fourcol right last" id="searchbox">
         
-        <div id="header-main">Apache Traffic Server</div>
+        <div id="header-main">Adminstrator&#39;s Guide</div>
         
         <div id="header-sub">Traffic Server Cluster </div>
       </div>
@@ -70,6 +70,7 @@ chapter discusses the following topics:<
 <li><a href="#FullClustering">Full Clustering</a></li>
 <li><a href="#EnablingClusteringMode">Enabling Clustering Mode</a></li>
 <li><a href="#DeletingNodesFromCluster">Deleting Nodes from a Cluster</a></li>
+<li><a href="#PerformanceTweak">Performance tweak for busy Cluster</a></li>
 </ul>
 </div>
 <h1 id="UnderstandingTSClusters">Understanding Traffic Server Clusters</h1>
@@ -171,6 +172,25 @@ node, will take effect on <strong>all</s
 <h1 id="DeletingNodesFromCluster">Deleting Nodes from a Cluster</h1>
 <p>To delete a node from the Traffic Server cluster, just roll back
 <code>proxy.config.cluster.type</code> to the default value 3 and reload.</p>
+<h1 id="PerformanceTweak">Performance tweak for busy Cluster</h1>
+<p>Starting from v3.2.0, Apache Traffic Server can handle multiple internal cluster connections, 
+and we can tweak for the Cluster threads and connections:</p>
+<ul>
+<li>
+<p>Increasing Cluster threads:
+ In the cluster env, the current performance of the Cluster threads will consume the same cpu
+ usage as net threads, so you may adapt the ET_NET &amp; ET_CLUSTER at about 1:1. For example, on
+ a 24 cores system, set ET_NET threads to 10, ET_CLUSTER threads to 10. 
+        traffic_line -s proxy.config.cluster.threads -v 10</p>
+</li>
+<li>
+<p>Setup the Cluster connections:
+ In the Cluster, the internal connections is TCP and limited by ET_CLUSTER threads and network
+ performance, we can increase the connections to archive better performance.
+    traffic_line -s proxy.config.cluster.num_of_cluster_connections -v 10</p>
+</li>
+</ul>
+<p>with these tweak, we can archive about 10gbps traffic for the internal cluster transfer speed.</p>
         </div>
       </div>
       <div class="fourcol last docsnav">