Subversion Repositories SmartDukaan

Rev

Rev 3297 | Rev 5572 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3297 Rev 3347
Line 26... Line 26...
26
                    <th>Status</th>
26
                    <th>Status</th>
27
                    <th>Avg Get Time</th>
27
                    <th>Avg Get Time</th>
28
                    <th>Avg Search Time</th>
28
                    <th>Avg Search Time</th>
29
                    <th>Hits</th>
29
                    <th>Hits</th>
30
                    <th>Misses</th>
30
                    <th>Misses</th>
-
 
31
                    <th>Hit Ratio</th>
31
                    <th>Eviction</th>
32
                    <th>Eviction</th>
32
                    <th>Clear</th>
33
                    <th>Clear</th>
33
                </tr>
34
                </tr>
34
            </thead>
35
            </thead>
35
            <tbody>
36
            <tbody>
Line 42... Line 43...
42
                <td>$cacheStat.get("status")</td>
43
                <td>$cacheStat.get("status")</td>
43
                <td>$cacheStat.get("avg_get_time")ms</td>
44
                <td>$cacheStat.get("avg_get_time")ms</td>
44
                <td>$cacheStat.get("avg_search_time")ms</td>
45
                <td>$cacheStat.get("avg_search_time")ms</td>
45
                <td>$cacheStat.get("cache_hits")</td>
46
                <td>$cacheStat.get("cache_hits")</td>
46
                <td>$cacheStat.get("cache_misses")</td>
47
                <td>$cacheStat.get("cache_misses")</td>
-
 
48
                <td>$cacheStat.get("cache_hit_ratio")%</td>
47
                <td>$cacheStat.get("eviction_count")</td>
49
                <td>$cacheStat.get("eviction_count")</td>
48
                <td><a href="cache-admin/$cacheStat.get("name")?_method=delete">clear</a></td>
50
                <td><a href="cache-admin/$cacheStat.get("name")?_method=delete">clear</a></td>
49
            </tr>
51
            </tr>
50
        #end
52
        #end
51
            </tbody>
53
            </tbody>