You are not logged in.
How can I see the memory image of one specified process?
Offline
ps or top
I am a gated community.
Offline
A personal favorite is htop.
Offline
lsof
Offline
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