Skip to content
Snippets Groups Projects
  1. Aug 04, 2015
    • Konstantin Osipov's avatar
      Merge branch 'master' into 1.6 · d4d04e24
      Konstantin Osipov authored
      d4d04e24
    • 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
  2. Aug 03, 2015
  3. Aug 02, 2015
  4. Jul 31, 2015
  5. Jul 30, 2015
  6. Jul 29, 2015
  7. Jul 28, 2015
  8. Jul 27, 2015
  9. Jul 24, 2015
  10. Jul 23, 2015
  11. Jul 22, 2015
Loading