Updated Branches: refs/heads/master 03bdbc50a -> 32dae2e75
DOC: Fix misnamed stat in example Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/32dae2e7 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/32dae2e7 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/32dae2e7 Branch: refs/heads/master Commit: 32dae2e75009bbdef5409a9b7e10fca283af0a14 Parents: 03bdbc5 Author: Phil Sorber <[email protected]> Authored: Mon Feb 3 13:37:49 2014 -0700 Committer: Phil Sorber <[email protected]> Committed: Mon Feb 3 13:40:43 2014 -0700 ---------------------------------------------------------------------- doc/admin/monitoring-traffic.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/32dae2e7/doc/admin/monitoring-traffic.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/monitoring-traffic.en.rst b/doc/admin/monitoring-traffic.en.rst index 28f40ec..40820c2 100644 --- a/doc/admin/monitoring-traffic.en.rst +++ b/doc/admin/monitoring-traffic.en.rst @@ -94,7 +94,7 @@ Line Variables <traffic-line-performance-statistics>`. For example, the following command displays the document hit rate for the Traffic Server node::: - traffic_line -r proxy.node.http.cache_hit_ratio + traffic_line -r proxy.node.cache_hit_ratio If the Traffic Server ``bin`` directory is not in your path, then prepend the Traffic Line command with ``./`` (for example:
