real memory consumption of a process

hi

pmap, prstat and ps gives the RSS which is shared memory.

I need to know the consumption of real memory. how to do that?

thx

"pmap -x" gives a detailed view of memory usage, both physical and virtual.

What do you mean "real memory" ?

For a "top like" view you can compile Sysstat. (its easy with Sun Studio, its enough to unpack this in a shared directory an set the path tempor..

pmap -x gives in my case for a single process 28.034.732 Kb.

The memory has 32G of RAM. So this 28G should be share memory...

I need to know the real size of memory consumed...

Can you post the output of that "pmap -x" ?

Additionally, can you post the output of these commands too:

swap -l
swap -s
vmstat 2 2
ps -edfly | sort -rn +8 | head