Skip to content
Snippets Groups Projects
  1. Aug 26, 2015
  2. Aug 25, 2015
  3. Aug 19, 2015
  4. 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
  5. Jul 31, 2015
  6. Jul 29, 2015
    • Konstantin Osipov's avatar
      log: fix a sever performance bug · b29d54d0
      Konstantin Osipov authored
      Any function of Lua log module would first evaluate the call stack,
      and only then invoke the logger function -- even if the text is
      then sent to /dev/null because log level is too low.
      
      Short cut the log call in case the log level is low and the message
      is muted.
      b29d54d0
  7. Jul 28, 2015
  8. Jul 21, 2015
  9. Jul 20, 2015
  10. Jul 18, 2015
  11. Jul 16, 2015
  12. Jul 13, 2015
  13. Jul 09, 2015
  14. Jul 08, 2015
  15. Jul 07, 2015
  16. Jul 06, 2015
  17. Jul 01, 2015
  18. Jun 29, 2015
  19. Jun 26, 2015
  20. Jun 25, 2015
  21. Jun 24, 2015
  22. Jun 23, 2015
  23. Jun 15, 2015
  24. Jun 09, 2015
  25. Jun 05, 2015
  26. Jun 04, 2015
Loading