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

James Peach commented on TS-1642:
---------------------------------

>From Cache.cc:

{code}
  1142    Debug("cache_init", "allocating %zu directory bytes for a %lld byte 
volume (%lf%%)",
  1143      vol_dirlen(this), (long long)this->len, (double)vol_dirlen(this) / 
(double)this->len * 100.0);
{code}

was that what you had in mind?
                
> need sum up memory used in dir index
> ------------------------------------
>
>                 Key: TS-1642
>                 URL: https://issues.apache.org/jira/browse/TS-1642
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cache
>            Reporter: Zhao Yongming
>
> when we checking the memory usage in ATS, the ram and dir index usage always 
> metter. we should print out the total memory used in dir index after cache 
> init done, or add a stat for it.

--
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