How to test a web application for the memory leaks?
How much does it contribute to the overall performance of the site?
Please suggest any tool which can help us test the web application for memory leaks.
Asked
Active
Viewed 2,257 times
1

Aliaksandr Belik
- 12,725
- 6
- 64
- 90

Aditya
- 425
- 3
- 8
- 22
-
Which operating system and web server do you use? – Fredrik Mörk Jul 18 '09 at 04:25
-
What programming language was the application written in? – Glenn Jul 18 '09 at 04:40
-
Most of the time we use LAMP (Linux, Apache, MySQL, PHP) but we also have applications on ROR / Mongrel. – Aditya Jul 18 '09 at 04:48
-
Might want to make the title more similiar to the first line... unless you are worried there might be a web application in your memory leaks :) – Chris Arguin Jul 18 '09 at 06:17
-
Hi Chris, Thanks for bringing it to my notice :) – Aditya Jul 18 '09 at 08:20
2 Answers
1
Which platform are you developing on? This makes all of the difference in the world. A webapp done in Django/Python is going to test a lot differently than an ASP.NET site. You're better off searching for profiling tools based on the platform you're developing for.

Dan Lorenc
- 5,376
- 1
- 23
- 34
0
for php, you can use xdebug and kcachegrind.