Bryan Call created TS-3258:
------------------------------
Summary: Add allocation unit size in the report for the
proxy.config.res_track_memory feature
Key: TS-3258
URL: https://issues.apache.org/jira/browse/TS-3258
Project: Traffic Server
Issue Type: Improvement
Components: Core
Reporter: Bryan Call
Currently the report only displays file location and total in-use size. It
would be helpful to have a unit size too like the memory debugging:
Currently:
{code}
Location | Size In-use
---------------------------------------------------+------------------------
memory/IOBuffer/Cache.cc:2735 | 1613824
memory/IOBuffer/Cache.cc:2749 | 5449940992
memory/IOBuffer/P_SSLNetVConnection.h:153 | 126439424
TOTAL | 5687349248
{code}
Should have:
{code}
Location | Type Size | Size
In-use
---------------------------------------------------+------------+------------------------
memory/IOBuffer/Cache.cc:2735 | 4096 |
1613824
memory/IOBuffer/Cache.cc:2749 | 8196 |
5449940992
memory/IOBuffer/P_SSLNetVConnection.h:153 | 1024 |
126439424
TOTAL |
5687349248
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)