| fd403b75 | 13-Jul-2016 |
dormando <[email protected]> |
document slab_reassign_chunk_rescues |
| 80ce0108 | 27-Jun-2016 |
dormando <[email protected]> |
add get_flushed counter, fix expired_unfetched
get_flushed ticks when directly fetching something that classified as expired. LRU crawler was ticking expired_unfetched for unfetched _flushed_ values
add get_flushed counter, fix expired_unfetched
get_flushed ticks when directly fetching something that classified as expired. LRU crawler was ticking expired_unfetched for unfetched _flushed_ values. should no longer do that.
also removes get_expired from the global stats list. I missed that on review.
show more ...
|
| 31541b37 | 23-Jun-2016 |
dormando <[email protected]> |
cache_memlimit command for tuning runtime maxbytes
Allows dynamically increasing the memory limit of a running system, if memory isn't being preallocated.
If `-o modern` is in use, can also dynamic
cache_memlimit command for tuning runtime maxbytes
Allows dynamically increasing the memory limit of a running system, if memory isn't being preallocated.
If `-o modern` is in use, can also dynamically lower memory usage. pages are free()'ed back to the OS via the slab rebalancer as memory is freed up. Does not guarantee the OS will actually give the memory back for other applications to use, that depends on how the OS handles memory.
show more ...
|
| 8d82383f | 23-Jun-2016 |
dormando <[email protected]> |
finish stats_sizes rewrite
Now relies on CAS feature for runtime enable/disable tracking. Still usable if enabled at starttime with CAS disabled. Also adds start option `-o track_sizes`, and a stat
finish stats_sizes rewrite
Now relies on CAS feature for runtime enable/disable tracking. Still usable if enabled at starttime with CAS disabled. Also adds start option `-o track_sizes`, and a stat for `stats settings`.
Finally, adds documentation and cleans up status outputs.
Could use some automated tests but not make or break for release.
show more ...
|
| d704f2c0 | 24-Jun-2016 |
dormando <[email protected]> |
add -o watcher_logbuf_size=N worker_logbuf_size=N
the defaults should just about always be used, but this is now tunable for completeness. Also handy for writing tests.
This also hopefully makes th
add -o watcher_logbuf_size=N worker_logbuf_size=N
the defaults should just about always be used, but this is now tunable for completeness. Also handy for writing tests.
This also hopefully makes the watcher.t test not flaky anymore.
show more ...
|
| 83ba6bd9 | 03-Sep-2014 |
Jay Grizzard <[email protected]> |
memcached idle connection killer |
| 4267ed80 | 16-Jun-2016 |
dormando <[email protected]> |
add protocol documentation
and a note for missing information. |
| 9517c656 | 31-May-2016 |
dormando <[email protected]> |
bump some global stats to 64bit uints
total_items is pretty easy to overflow. Upped some of the others just in case. |
| 6895d23e | 09-Dec-2015 |
sergiocarlos <[email protected]> |
Implement get_expired stats |
| adb6a664 | 29-May-2016 |
dormando <[email protected]> |
Fix building of documentation files.
Apparently I never tested this back in 2014. The $(.TARGET:R) stuff is being evaluated into nothing on my system and I have no idea where that extension came fro
Fix building of documentation files.
Apparently I never tested this back in 2014. The $(.TARGET:R) stuff is being evaluated into nothing on my system and I have no idea where that extension came from... So just type out the file names explicitly.
show more ...
|
| e7d4521c | 28-May-2016 |
dormando <[email protected]> |
Document negative expiration values
re: GH#142. |
| b1debc4c | 10-Oct-2015 |
dormando <[email protected]> |
try harder to save items
previously the slab mover would evict items if the new chunk was within the slab page being moved. now it will do an inline reclaim of the chunk and try until it runs out of
try harder to save items
previously the slab mover would evict items if the new chunk was within the slab page being moved. now it will do an inline reclaim of the chunk and try until it runs out of memory.
show more ...
|
| 8fa54f7e | 08-Oct-2015 |
dormando <[email protected]> |
split rebal_evictions into _nomem and _samepage
gross oversight putting two conditions into the same variable. now can tell if we're evicting because we're hitting the bottom of the free memory pool
split rebal_evictions into _nomem and _samepage
gross oversight putting two conditions into the same variable. now can tell if we're evicting because we're hitting the bottom of the free memory pool, or if we keep trying to rescue items into the same page as the one being cleared.
show more ...
|
| 9cb6eff4 | 29-Sep-2015 |
dormando <[email protected]> |
documentation for slab rebal updates
some new variables and change to the '1' mode. little sad nobody noticed I'd accidentally removed the '2' mode for a few versions. |
| 8d2b5b48 | 19-Nov-2015 |
dormando <[email protected]> |
minor fixes and docs for listen_disabled timer
add a handful of missing stats docs (doh) and shorted the STATS_LOCK a little bit. the rest seems fine. |
| 210764e9 | 16-Nov-2015 |
Mattias Geniar <[email protected]> |
Update manpage for -I command.
Update documentation to more accurately reflect the value that should be passed along as the parameter via command line. |
| 3b602074 | 24-May-2015 |
kenvifire <[email protected]> |
fix typo in 'touch' protocol documentation |
| 6de7129e | 19-Nov-2015 |
Alwayswithme <[email protected]> |
[doc]data return by "stats sizes" missing a STAT |
| d134a658 | 08-Jul-2014 |
Roman Mueller <[email protected]> |
Update manpage for -l |
| ce33f36e | 02-Jul-2013 |
Miroslav Lichvar <[email protected]> |
describe -b and -S options in man page |
| c10feb9e | 13-Feb-2015 |
dormando <[email protected]> |
Make LRU crawler work from maint thread.
Wasn't sending the condition signal after a refactor :(
Also adds some stats to inspect how much work the LRU crawler is doing, and removes some printf nois
Make LRU crawler work from maint thread.
Wasn't sending the condition signal after a refactor :(
Also adds some stats to inspect how much work the LRU crawler is doing, and removes some printf noise for the LRU maintainer.
show more ...
|
| 09e15d5c | 09-Jan-2015 |
dormando <[email protected]> |
documentation update for new features/stats. |
| c63ebaf2 | 19-Nov-2014 |
mckelvin <[email protected]> |
Fix typo in doc/protocol.txt |
| 81176472 | 24-Dec-2014 |
clark.kang <[email protected]> |
fix typos |
| b1d56b4d | 23-Jul-2014 |
Steve Wills <[email protected]> |
changes to fix build of docs with newer xml2rfc |