You are not logged in.

#1 2007-01-05 07:16:33

fluke
Member
From: Shaoguan Univ., PRC
Registered: 2005-08-12
Posts: 241
Website

How can I see the memory image of one specified process?

How can I see the memory image of one specified process?

Offline

#2 2007-01-05 14:53:50

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: How can I see the memory image of one specified process?

ps or top


I am a gated community.

Offline

#3 2007-01-05 19:04:01

WiLLiE
Member
From: Sweden
Registered: 2005-02-27
Posts: 135

Re: How can I see the memory image of one specified process?

A personal favorite is htop.

Offline

#4 2007-01-05 23:47:58

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: How can I see the memory image of one specified process?

lsof

Offline

#5 2007-01-06 02:38:58

fluke
Member
From: Shaoguan Univ., PRC
Registered: 2005-08-12
Posts: 241
Website

Re: How can I see the memory image of one specified process?

I mean memory maps of processes.

We can find a general map in /proc/$PID/maps, or lsof can do that.

But I want to look inside the stack segment.

Don't know if there is a convenient way to do this? Or I should debug with gdb though it's not easy to learn well.

Offline

Board footer

Powered by FluxBB