The stats commands include...
stats
stats slabs
stats items
// dumps out a list of objects of each size, with granularity of 32 bytes
stats sizes
// turn on/off details stats collections, at some performance cost
stats detail [on|off|dump]
stats cachedump [id] [limit]
The -m option is max amount of memory for the whole of memcached.
steve
On Fri, Sep 5, 2008 at 9:50 AM, TK <indc...@gmail.com> wrote:
>
> thanks steve,
>
> I am not able to get anything for:
> 1. stats items
> 2. stats sizes
>
> even though I have bunch of items stored in the memcache.
>
> Also for the stats cachedump what is the limit parameter?
stats cachedump [id] [limit]
The id param is an integer slab id, starting at 0 for the smallest slab.
The limit param is an integer number of max items in that slab to output.
best,
steve
Also, the limit can be just 0 to output all items in that slab.
Should probably throw stuff like this onto the new wiki.
If you see mentions of "managed instances" - that's unfinished code, which
we should silence. You can safely ignore that.
-Dormando