You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2016/08/23 17:22:21 UTC

[jira] [Assigned] (TS-3258) Add allocation unit size in the report for the proxy.config.res_track_memory feature

     [ https://issues.apache.org/jira/browse/TS-3258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Call reassigned TS-3258:
------------------------------

    Assignee: Bryan Call

> 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
>    Affects Versions: 5.2.0
>            Reporter: Bryan Call
>            Assignee: Bryan Call
>              Labels: newbie
>             Fix For: 7.0.0
>
>
> 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)