You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/03/10 01:04:32 UTC

trafficserver git commit: TS-3036 Add logging field to define the cache medium used to serve a HIT

Repository: trafficserver
Updated Branches:
  refs/heads/master 2660e4ced -> 3b24ea14e


TS-3036 Add logging field to define the cache medium used to serve a HIT

This closes #104


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3b24ea14
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/3b24ea14
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/3b24ea14

Branch: refs/heads/master
Commit: 3b24ea14e36c6a278a088575631d592b234532f8
Parents: 2660e4c
Author: Leif Hedstrom <le...@ogre.com>
Authored: Mon Mar 9 16:59:34 2015 -0700
Committer: Leif Hedstrom <le...@ogre.com>
Committed: Mon Mar 9 17:04:22 2015 -0700

----------------------------------------------------------------------
 CHANGES | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3b24ea14/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 1a524a9..2ea6b7f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.3.0
 
+  *) [TS-3036] Add a new log tag, 'chm', which shows cache-hit-miss specific
+   information. For example, was this a RAM cache hit.
+   Co-Author: Ryan Franz.
+
   *) [TS-3176] Some DNS stats don't persist through restart.
    Author: Adam W. Dace <co...@gmail.com>