Zhao Yongming created TS-1285:
---------------------------------
Summary: dir entries stats sounds broken
Key: TS-1285
URL: https://issues.apache.org/jira/browse/TS-1285
Project: Traffic Server
Issue Type: Bug
Components: Cache
Affects Versions: 3.1.4
Reporter: Zhao Yongming
Fix For: 3.3.0
the issue is report from our 3.0.x codes, maybe we can see from the git master
too.
the .used is great than .total, which should not happen in any way :D
{code}
[yonghao@cache161 ~]$ links -dump http://localhost:8080/stat/ |grep diren
proxy.process.cache.direntries.total=290736856
proxy.process.cache.direntries.used=654103062
proxy.process.cache.volume_1.direntries.total=8713860
proxy.process.cache.volume_1.direntries.used=0
proxy.process.cache.volume_2.direntries.total=20349264
proxy.process.cache.volume_2.direntries.used=0
proxy.process.cache.volume_255.direntries.total=261673732
proxy.process.cache.volume_255.direntries.used=654103062
[yonghao@cache161 ~]$
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira