Re: Why would I have a low percentage of used chunks for a slab class and still be getting evictions for it?

2017-06-26 Thread red 888
> > STAT worker_logbuf_size 65536 > > STAT track_sizes no > > > > > > > > > > On Thursday, June 22, 2017 at 7:53:56 PM UTC-4, Dormando wrote: > > Can you paste the full output from the 'stats' command agai

Re: Why would I have a low percentage of used chunks for a slab class and still be getting evictions for it?

2017-06-22 Thread red 888
res, which can get reclaimed > quickly by some processes depending on your start arguments. > > On Thu, 22 Jun 2017, red 888 wrote: > > > Oh sorry! Version 1.4.34. > > > > On Thursday, June 22, 2017 at 4:52:18 PM UTC-4, Dormando wrote: > >

Re: Why would I have a low percentage of used chunks for a slab class and still be getting evictions for it?

2017-06-22 Thread red 888
Oh sorry! Version 1.4.34. On Thursday, June 22, 2017 at 4:52:18 PM UTC-4, Dormando wrote: > > Think I've asked this a few times; what version are you running? > > On Thu, 22 Jun 2017, red 888 wrote: > > > So when I look at my stats I see no cmd_flush commands are being r

Re: Why would I have a low percentage of used chunks for a slab class and still be getting evictions for it?

2017-06-22 Thread red 888
quot;cmd_flush" counter increasing? > > On Thu, 22 Jun 2017, red 888 wrote: > > > If I look at the slab stats over time I see the % of chunks_used > (relative to total_chunks) spike up (some slab classes hit 45% some hit > 75%) then spike > > down and at the same

Re: Why would I have a low percentage of used chunks for a slab class and still be getting evictions for it?

2017-06-22 Thread red 888
is wrong, > and you should just look at the output of the "stats items" and "stats > slabs" commands. > > On Wed, 21 Jun 2017, red 888 wrote: > > > Here is a snap shot of one of my slab class's stats (from > PHPMemcachedAdmin): > > > > [Captu

Why would I have a low percentage of used chunks for a slab class and still be getting evictions for it?

2017-06-21 Thread red 888
Here is a snap shot of one of my slab class's stats (from PHPMemcachedAdmin): So what I'm confused about is why, with my used_chunks so low, am I getting

Re: What is the memcached queue tail?

2017-06-21 Thread red 888
write that page. > > There's the LRU tail. Which just means the least recently used item for > that slab class. > > On Tue, 20 Jun 2017, red 888 wrote: > > > Just curious about what the queue tail is and where I can get more info > about it and what it does.

Re: What is the memcached queue tail?

2017-06-20 Thread red 888
Just curious about what the queue tail is and where I can get more info about it and what it does. On Jun 20, 2017 5:25 PM, "dormando" <dorma...@rydia.net> wrote: > On Tue, 20 Jun 2017, red 888 wrote: > > > This doc says something about memcached I haven't read anywhe

What is the memcached queue tail?

2017-06-20 Thread red 888
This doc says something about memcached I haven't read anywhere else: Which brings me to another point, items/chunks are not actively reclaimed/expired. Memached does not have a background thread that explicitly expires items,

Re: What does the used_chunks metric in memcached stats mean?

2017-06-20 Thread red 888
"since then they may have been deleted or expired or etc." Please confirm this: So the total chunks metric includes chunks with expired items and the used chunks metric only includes chunks with items that have not expired? Also, you say "deleted", why would memcached keep pages full of deleted

What does the used_chunks metric in memcached stats mean?

2017-06-19 Thread red 888
According to this doc used_chunks is "Number of chunks allocated to an item". What does that mean? Here are the stats for one of my slabs: Used chunks is 8 and total is 48.