[ 
https://issues.apache.org/jira/browse/TS-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625176#comment-13625176
 ] 

Yunkai Zhang commented on TS-1805:
----------------------------------

[~bettydreamit]:

I'm using elinks to get stats info directly, such as following example:
{code}
[root@test62 ~]# elinks -dump http://localhost:8080/stat/ | grep ram
 proxy.config.cache.ram_cache.size=209715200
 proxy.config.cache.ram_cache_cutoff=4194304
 proxy.config.cache.ram_cache.algorithm=0
 proxy.config.cache.ram_cache.compress=0
 proxy.config.cache.ram_cache.compress_percent=90
 proxy.process.cache.ram_cache.total_bytes=209715200
 proxy.process.cache.ram_cache.bytes_used=163667968
 proxy.process.cache.ram_cache.hits=3995
 proxy.process.cache.ram_cache.misses=162594
 proxy.process.cache.volume_0.ram_cache.total_bytes=209715200
 proxy.process.cache.volume_0.ram_cache.bytes_used=163667968
 proxy.process.cache.volume_0.ram_cache.hits=3995
 proxy.process.cache.volume_0.ram_cache.misses=162594
{code}

I'm not sure if there are bugs with traffic_shell.

I'm busy with other stuff now, I'll go back to fix this issue later.

                
> Stats: show:proxy-stats in traffic_shell only have Client Throughput, all 
> others '0'
> ------------------------------------------------------------------------------------
>
>                 Key: TS-1805
>                 URL: https://issues.apache.org/jira/browse/TS-1805
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Stats
>            Reporter: Zhao Yongming
>         Attachments: 
> 0001-TS-1805-fix-conversion-when-pass-value-to-statVarSet.patch, 
> 0001-TS-1805-fix-uninitialized-result_type-in-NodeStatEva.patch
>
>
> there maybe more problems, let us start with this one.
> {code}
> % show:proxy-stats
> Document Hit Rate -------- 0.000000 %  *
> Ram cache Hit Rate ------- 0.000000 %  *
> Bandwidth Saving --------- 0.000000 %  *
> Cache Percent Free ------- 0.000000 %
> Open Server Connections -- 0
> Open Client Connections -- 0
> Open Cache Connections --- 0
> Client Throughput -------- 10030.373047 MBit/Sec
> Transaction Per Second --- 0.000000
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to