Linux Memory Kung Foo
Derek Burdick
derek at burdick.cc
Fri Feb 4 08:57:49 MST 2005
Matthew Frederico wrote:
>I was thinking something like strace that I could attach to the
>process, and look at all the memory segments of that running process..
>
>
>
>
>On Fri, 4 Feb 2005 09:06:19 -0600, Matthew Frederico
><mfrederico at gmail.com> wrote:
>
>
>>We have a developer here who deleted a running program (php) and we
>>were wondering if there was any way to get the PHP code from memory or
>>if it is "gone"... I know back in old dos days you were able to poke
>>around in memory ... Anybody know of such tools in Linux?
>>
>>
>>--
>>-- Matthew Frederico
>>http://www.ultrize.com
>>
>>
>>
>
>
>
>
You can try /proc/kcore. I believe it is just active pages, not your
entire physical memory but I could be wrong. The info might be in there.
More information about the PLUG
mailing list