Re: memory efficiency / LRU refactor branch

2015-01-08 Thread dormando
Hi, https://github.com/memcached/memcached/pull/97 I've been poking at the TODO list since originally posting and fixed a number of bugs. I'm taking some extra time to think about the slab rebalancer situation and will be doing more testing than coding from now on. Hoping to get some of you

RE: memory efficiency / LRU refactor branch

2015-01-08 Thread Ryan McCullagh
Hi, I'm going to be using your lru_rework branch on my development machines starting tonight. I'm looking for some ways to monitor it? -Original Message- From: memcached@googlegroups.com [mailto:memcached@googlegroups.com] On Behalf Of dormando Sent: Thursday, January 8, 2015 9:25 PM

RE: memory efficiency / LRU refactor branch

2015-01-08 Thread dormando
The latest commits document the new statistics counters. If there're other that might be interesting let me know. Mainly to compare before/after you only really need to look at the hit ratio. If your dataset is large enough to push items through cache, this is where the improvements start.