Skip to content
Snippets Groups Projects
  1. Aug 04, 2015
    • Konstantin Osipov's avatar
      gh-968: box.slab.info.arena_used_ratio is incorrect · bc912acb
      Konstantin Osipov authored
      Reflect in slab stats the quota size and index memory statistics.
      
      arena_used_ratio - how much of arena is used
      items_used_ratio - how much memory is actualy used for items,
      given that there is some fragmentation. Doesn't reflect index pages
      arena_used - how much of the quota is used (i.e. how much memory
      is used for index and tuple data)
      arena_size  - this is the same as box.cfg.slab_alloc_arena.
      quota_size - how much of the quota is defined (box.cfg.slab_alloc_arena)
      quota_used - how much of the quota is used (reflects the memory taken
      by all slabs, including slabs in caches)
      
      Incompatible change:
      Extract detailed slab statistics to a separate call, box.slab.stats()
      bc912acb
  2. Jul 13, 2015
  3. Jul 09, 2015
  4. Jul 07, 2015
  5. Jul 06, 2015
  6. Jul 02, 2015
  7. Jul 01, 2015
  8. Jun 26, 2015
  9. Jun 15, 2015
  10. Jun 09, 2015
  11. Jun 08, 2015
  12. Jun 05, 2015
  13. Jun 04, 2015
  14. Jun 02, 2015
  15. May 29, 2015
  16. May 28, 2015
  17. May 27, 2015
  18. May 26, 2015
  19. May 25, 2015
Loading