Operating System - HP-UX
1827807 Members
2757 Online
109969 Solutions
New Discussion

how to analyzing memory a process using?

 
Sunribo
Occasional Contributor

how to analyzing memory a process using?

real memory and virtual memory, data seg and bss seg?

any reply will be appreciated
Thanks~
Ping MM --Request timed out. Ping money --Destination host unreachable. Ping Family --Unknown host Name
4 REPLIES 4
Sanjiv Sharma_1
Honored Contributor

Re: how to analyzing memory a process using?

You can use Glanceplus or Perfview for the memory utilization by the process.
Everything is possible
Shaikh Imran
Honored Contributor

Re: how to analyzing memory a process using?

Hi,
#vmstat
This command will help you a lot.
vmstat will give the virtual memory statistics and many more things which you are expecting for.
man vmstat: will help

Regards,

I'll sleep when i am dead.
Mauro Gatti
Valued Contributor

Re: how to analyzing memory a process using?

Try to use vmstat -n ("-n" improve format of the output)
or glance plus if you have got.

RGDS

Mauro
Ubi maior, minor cessat!
I.Delic
Super Advisor

Re: how to analyzing memory a process using?

Beste Sunribo,

If you have Glance installed on the system,
use "m" for memory report.

and if you don't have glance installed on your box you can use vmstat command to check your memmory use.
For more info you can take a look in
man vmstat

Success

Idriz Delic