dormando wrote:
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.ThanksYou could use peep or something to walk the largest slab classes... Or gdb pause it and poke around.
If you're going to gdb it, you can just generate a core with gcore even. Then you can poke around as much as you'd like.
