Operating System - HP-UX
1821608 Members
3395 Online
109633 Solutions
New Discussion юеВ

How to find memory leaks?

 
SOLVED
Go to solution
Prasad Joshi
Regular Advisor

How to find memory leaks?

Hi All,

Is there any way to find memory leaks?

Thanks & regards,
Prasad.
4 REPLIES 4
RAC_1
Honored Contributor
Solution

Re: How to find memory leaks?

UNIX95= ps -ef -o vsz,pid,ppid,ruser,args | sort -k1

Monitor usage over a period of time and if it is increasing, it coule be it. Also there are commercial tools that would do that.
There is no substitute to HARDWORK
Senthil Kumar .A_1
Honored Contributor

Re: How to find memory leaks?

Hi,

Check this link,

ftp://eh:spear9@hprc.external.hp.com/memory.htm

I'm confident it would address your concern.

Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Arunvijai_4
Honored Contributor

Re: How to find memory leaks?

Hi Prasad,

You can check this one,

ftp://eh:spear9@hprc.external.hp.com/memory.htm

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Prasad Joshi
Regular Advisor

Re: How to find memory leaks?

Thanks a lot.
That document is really good.

Regards,
Prasad