Operating System - Linux
1752794 Members
5813 Online
108789 Solutions
New Discussion юеВ

Re: tool for memory profiling....

 
SOLVED
Go to solution
K.G.V.S.Prasad
Occasional Advisor

tool for memory profiling....

Hello Friends,
Is there any memory profiling tool available for applications ruiing on Linux OS....?
Regards,
Prasad.
5 REPLIES 5
Vitaly Karasik_1
Honored Contributor
Solution

Re: tool for memory profiling....

you can try Valgrind

http://developer.kde.org/~sewardj/


see http://www-106.ibm.com/developerworks/linux/library/l-debug/?t=gr,lnxw07=debug (Mastering Linux debugging techniques)

for more

Vitaly
dirk dierickx
Honored Contributor

Re: tool for memory profiling....

K.G.V.S.Prasad
Occasional Advisor

Re: tool for memory profiling....

Thank u very much friends. I will explore these tools.

Vitaly, thank u very much for supplying more information.

Regards,
Prasad.
Kjartan Maraas
Valued Contributor

Re: tool for memory profiling....

Just wanted to point out that there is a nice gui available for valgrind. It's called Alleyoop and can be found here: http://primates.ximian.com/~fejj/alleyoop-0.7.1.tar.gz

This requires the GNOME 2.x libraries to compile.
Vitaly Karasik_1
Honored Contributor

Re: tool for memory profiling....

BTW, does anybody have experience with Valgrind on RH AS 2.1?

Our developers have some problem using V. on RHAS...

thanks,
Vitaly.