> Is there anyway to get the keys of the largest objects currently in my
> memcached? I'm not concerned about locking up the server. I just wish
> to be able to run a command one time which will give me the key of the
> biggest objects that are currently stored.
>
> Thanks

You could use peep or something to walk the largest slab classes... Or gdb
pause it and poke around.

Or use something like maatkit's mk-query-digest to watch traffic and note
the largest items that go by.

Reply via email to