summaryrefslogtreecommitdiff
path: root/slabs.c
Commit message (Expand)AuthorAgeFilesLines
* Backport binary TOUCH/GAT/GATQ commandsdormando2011-09-271-1/+2
* Issue 163: Buggy mem_requested valuesTrond Norbye2010-11-121-0/+14
* Added reclaimed statistics.Trond Norbye2010-01-121-0/+4
* Use slab class growth factor for slab size limitColin Pitrat2009-10-301-1/+1
* Remove slab size special case for growth factor 2. bug56Colin Pitrat2009-10-291-4/+0
* remove old unfinished slab reassignment codedormando2009-10-071-85/+0
* Make item size max start time configurable.dormando2009-10-071-5/+5
* -vv mode now prints the final slab classdormando2009-10-061-1/+5
* Clean up some assumed buffer sizes with stats (issue 64).Dustin Sallings2009-08-201-2/+2
* Issue 42: Stats slabs should include the number of requested bytesTrond Norbye2009-08-191-0/+5
* Don't expose the protocol used to the client api of the statsTrond Norbye2009-04-021-60/+27
* Added append_stat function to contain the common stat append stuff.Dustin Sallings2009-03-241-5/+1
* Use stat macros for stats slabs.Dustin Sallings2009-03-241-109/+29
* Use stat macros for toplevel slab stats.Dustin Sallings2009-03-241-26/+11
* Minor refactoring.Dustin Sallings2009-03-231-9/+3
* stats slab's used_chunks should show chunks put to useDustin Sallings2009-03-231-1/+1
* Added CAS stats.Dustin Sallings2009-03-071-0/+14
* incr/decr statsDustin Sallings2009-03-071-0/+14
* Added stats for delete commands.Dustin Sallings2009-03-061-0/+7
* Show hits and sets on slab stats.Dustin Sallings2009-03-061-0/+18
* Create a more sensible definition for the maximum number of slab classes.Dustin Sallings2009-03-061-1/+1
* Moved slab sizing definitions from slabs.c to memcached.hDustin Sallings2009-03-061-6/+0
* Remove some cvs/svn junk from files.Dustin Sallings2009-03-061-2/+0
* Refactor: move the slabs mutex (and all usage of it) into slabs.cTrond Norbye2009-03-051-5/+49
* stats slabs total_pages typo fixedSteve Yen2009-03-021-1/+1
* Remove stats malloc and stats mapsTrond Norbye2009-01-291-93/+0
* Fix for binary stats with subcommand.Dustin Sallings2009-01-031-4/+10
* Fix for stats opaque issue pointed out at the hackathon and removed some wast...Toru Maesaka2009-01-031-53/+50
* RHEL specify the members in mallinfo as int while Solaris use long. Add expli...Trond Norbye2009-01-031-10/+10
* Removed compiler warnings and increased warning levelTrond Norbye2009-01-031-15/+15
* Fix for invalid free in get_stats() pointed out by Trond.Toru Maesaka2009-01-031-3/+1
* The slabber no longer needs a is_binary like flag for stats due to abstractio...Toru Maesaka2009-01-031-10/+9
* Fixed a typo in stats key and cleaned whitespaces.Toru Maesaka2009-01-031-2/+2
* A callback function is used for stats request over ascii protocol as well now.Toru Maesaka2009-01-031-192/+147
* Changed the argument ordering for stats callback to something more common.Toru Maesaka2009-01-031-36/+36
* Improved Stats error handling to discriminate between ENOMEM and ENOENT.Toru Maesaka2009-01-031-3/+13
* Support of stats sizes subcommand via the binary protocol.Toru Maesaka2009-01-031-0/+4
* Support of stats reset subcommand via the binary protocol.Toru Maesaka2009-01-031-2/+3
* Moved inclusion of malloc.h to slabs.h and cleaned whitespaces.Toru Maesaka2009-01-031-1/+8
* Support of malloc stats via the binary protocol.Toru Maesaka2009-01-031-0/+96
* Support of slabber stats via the binary protocol.Toru Maesaka2009-01-031-14/+101
* Support of item stats via the binary protocol.Toru Maesaka2009-01-031-4/+9
* Code cleaned by running devtools/clean-whitespace.pl script.Toru Maesaka2009-01-031-11/+11
* Minor formatting changes.Toru Maesaka2009-01-031-1/+1
* Add DTrace probes for Solaris/etc.Trond Norbye2009-01-021-21/+37
* The slabber is now given a callback to perform binary stats.Toru Maesaka2008-07-081-16/+49
* Initial attempt of supporting stats in binary protocol.Toru Maesaka2008-07-031-0/+23
* Don't re-calculate the slab class id for slabs_free() either.dormando2008-03-031-2/+1
* Don't re-calculate the slab class id.dormando2008-03-031-2/+1
* Enable use of large memory pages (Trond Norbye) <Trond.Norbye@Sun.COM>Trond Norbye2008-02-251-2/+49