Author: buildbot
Date: Tue Jun 25 00:05:50 2013
New Revision: 867296

Log:
Staging update by buildbot for trafficserver

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

Propchange: websites/staging/trafficserver/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 25 00:05:50 2013
@@ -1 +1 @@
-1495236
+1496301

Propchange: websites/staging/trafficserver/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 25 00:05:50 2013
@@ -1 +1 @@
-1495236
+1496301

Modified: 
websites/staging/trafficserver/trunk/content/docs/trunk/admin/monitoring-traffic/index.en.html
==============================================================================
--- 
websites/staging/trafficserver/trunk/content/docs/trunk/admin/monitoring-traffic/index.en.html
 (original)
+++ 
websites/staging/trafficserver/trunk/content/docs/trunk/admin/monitoring-traffic/index.en.html
 Tue Jun 25 00:05:50 2013
@@ -109,26 +109,25 @@ the <code>bin</code> directory; simply m
 <p>You can use the Traffic Line command-line interface to view statistics 
about 
 Traffic Server performance and web traffic. In addition to viewing statistics, 
 you can also configure, stop, and restart the Traffic Server system. For 
additional 
-information, refer to <a 
href="configure.htm#ConfiguringTSUsingTrafficLine">Configuring Traffic Server 
Using Traffic Line</a> 
+information, refer to <a 
href="../configuring-traffic-server/#ConfiguringTSUsingTrafficLine">Configuring 
Traffic Server Using Traffic Line</a> 
 and <a href="../traffic-line-commands">Traffic Line Commands</a>. You can view 
specific information about 
 a Traffic Server node or cluster by specifying the variable that corresponds 
 to the statistic you want to see. </p>
 <p><strong>To view a statistic</strong>, enter the following command:</p>
-<div class="codehilite"><pre>    <span class="p">:::</span><span 
class="n">text</span>
-    <span class="n">traffic_line</span> <span class="o">-</span><span 
class="n">r</span> <span class="n">variable</span>
+<div class="codehilite"><pre><span class="n">traffic_line</span> <span 
class="o">-</span><span class="n">r</span> <span class="n">variable</span>
 </pre></div>
 
 
 <p>where <em><code>variable</code></em> is the variable representing the 
information you want to view.
 For a list of variables you can specify, refer to <a 
href="../traffic-line-commands##TrafficLineVariables">Traffic Line 
Variables</a>. </p>
 <p>For example, the following command displays the document hit rate for the 
Traffic Server node:</p>
-<div class="codehilite"><pre> <span class="p">:::</span><span 
class="n">text</span>
- <span class="n">traffic_line</span> <span class="o">-</span><span 
class="n">r</span> <span class="n">proxy</span><span class="p">.</span><span 
class="n">node</span><span class="p">.</span><span class="n">http</span><span 
class="p">.</span><span class="n">cache_hit_ratio</span>
+<div class="codehilite"><pre><span class="n">traffic_line</span> <span 
class="o">-</span><span class="n">r</span> <span class="n">proxy</span><span 
class="p">.</span><span class="n">node</span><span class="p">.</span><span 
class="n">http</span><span class="p">.</span><span 
class="n">cache_hit_ratio</span>
 </pre></div>
 
 
 <p>If the Traffic Server <code>bin</code> directory is not in your path, then 
prepend the Traffic Line command
-with <code>./</code> (for example: <code>./traffic_line -r 
variable</code>).</p>
+with <code>./</code>  Example: 
+    <code>./traffic_line -r variable</code></p>
         </div>
       </div>
       <div class="fourcol last docsnav">


Reply via email to