more /proc/PID/maps
gdb --pid=PID
dump memory FILE start stop


you could dumping the process,but the data is no rule。




2009-12-21 23:48, Stephen wrote:
Hi, everyone:
      In my project, I execute the "flush_all" command with careless,
however, the data in the memcache is important for me, it has not to
be saved into database.
     And I read the doc, it says " flush_all doesn't actually free all
the memory taken up by existing items; that will happen gradually as
new items are stored." Since the memcache just use a half of the
memory allocated, I think the data which are not saved into database
may be still in the MEMORY, so is there anyone tell me how I could get
the data ?
    Any idea is appreciated!



Reply via email to