Forum Discussion

What_Lies_Bene1's avatar
What_Lies_Bene1
Icon for Cirrostratus rankCirrostratus
Nov 13, 2012

Memory Pools

Does anyone know what value of measurement is used with the memory pool statistics show under Statistics > Module Statistics > Memory? Is it bits, bytes or something else?

 

1 Reply

  • Hi Steve,

     

     

    I think these are showing the output from tmctl memory_usage_stat and are in bytes.

     

     

    name

     

    Subsystem object name

     

     

    allocated

     

    The bytes in memory allocated to the object

     

     

    max_allocated

     

    The maximum bytes in memory allocated to the object since last system restart

     

     

    held

     

    The number of objects stored and available for re-use

     

     

    size

     

    The size in bytes of the object: allocated / current_allocs = size

     

     

    tot_allocs

     

    Running total number of allocations

     

     

    cur_allocs

     

    Current number of allocations

     

     

    Aaron