Created
September 7, 2012 20:01
-
-
Save blakesmith/3669178 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@host bsmith]# traffic_line -r proxy.config.cache.ram_cache.size | |
32212254720 | |
[root@host bsmith]# traffic_line -r proxy.process.cache.bytes_total | |
0 | |
[root@host bsmith]# traffic_shell | |
Successfully Initialized MgmtAPI in /var/trafficserver/trafficserver | |
% trafficserver> show:cache-stats | |
Bytes Used --- 0 GB | |
Cache Size --- 0 GB | |
--RAM Cache-- | |
Total Bytes -- 0 | |
Bytes Used --- 0 | |
Hits --------- 0 | |
Misses ------- 0 | |
--Lookups-- | |
In Progress -- 0 | |
Hits --------- 0 | |
Misses ------- 0 | |
--Reads-- | |
In Progress -- 0 | |
Hits --------- 0 | |
Misses ------- 0 | |
--Writes-- | |
In Progress -- 0 | |
Hits --------- 0 | |
Misses ------- 0 | |
--Updates-- | |
In Progress -- 0 | |
Hits --------- 0 | |
Misses ------- 0 | |
--Removes-- | |
In Progress -- 0 | |
Hits --------- 0 | |
Misses ------- 0 | |
trafficserver> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment