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

2017-06-19 Thread dormando
Hi, > Used chunks is 8 and total is 48. > > Does that mean I have 48 chunks but only 8 have items in them? Why would I > have so many chunks without items in them? Are these expired items waiting to > be reclaimed?? 'stats items' contains data about the active items. 'stats slabs' which you're l

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. Does