Skip to content
Snippets Groups Projects
  1. Aug 26, 2015
  2. Aug 25, 2015
  3. Aug 19, 2015
  4. Aug 15, 2015
  5. Aug 14, 2015
  6. Aug 13, 2015
  7. Aug 09, 2015
  8. Aug 06, 2015
  9. Aug 05, 2015
  10. Aug 04, 2015
    • Konstantin Osipov's avatar
      box.slab.stats(): return a correct tuple, not a multi-return · 96758992
      Konstantin Osipov authored
      Make box.slab.stats() output CALL compatible.
      96758992
    • 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
  11. Aug 03, 2015
  12. Aug 02, 2015
  13. Jul 31, 2015
  14. Jul 30, 2015
  15. Jul 29, 2015
  16. Jul 28, 2015
  17. Jul 23, 2015
  18. Jul 22, 2015
  19. Jul 21, 2015
Loading