Author: mlibbey
Date: Tue Jun 25 00:05:43 2013
New Revision: 1496301
URL: http://svn.apache.org/r1496301
Log:
fix 404 link, remove extraneous formatting code
Modified:
trafficserver/site/trunk/content/docs/trunk/admin/monitoring-traffic/index.en.mdtext
Modified:
trafficserver/site/trunk/content/docs/trunk/admin/monitoring-traffic/index.en.mdtext
URL:
http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/admin/monitoring-traffic/index.en.mdtext?rev=1496301&r1=1496300&r2=1496301&view=diff
==============================================================================
---
trafficserver/site/trunk/content/docs/trunk/admin/monitoring-traffic/index.en.mdtext
(original)
+++
trafficserver/site/trunk/content/docs/trunk/admin/monitoring-traffic/index.en.mdtext
Tue Jun 25 00:05:43 2013
@@ -68,24 +68,23 @@ the `bin` directory; simply modify the f
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 [Configuring Traffic Server Using Traffic
Line](configure.htm#ConfiguringTSUsingTrafficLine)
+information, refer to [Configuring Traffic Server Using Traffic
Line](../configuring-traffic-server/#ConfiguringTSUsingTrafficLine)
and [Traffic Line Commands](../traffic-line-commands). 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.
**To view a statistic**, enter the following command:
- :::text
- traffic_line -r variable
+ traffic_line -r variable
where _`variable`_ is the variable representing the information you want to
view.
For a list of variables you can specify, refer to [Traffic Line
Variables](../traffic-line-commands##TrafficLineVariables).
For example, the following command displays the document hit rate for the
Traffic Server node:
- :::text
- traffic_line -r proxy.node.http.cache_hit_ratio
+ traffic_line -r proxy.node.http.cache_hit_ratio
If the Traffic Server `bin` directory is not in your path, then prepend the
Traffic Line command
-with `./` (for example: `./traffic_line -r variable`).
+with `./` Example:
+ `./traffic_line -r variable`