Could anyone explain me how to find memory leaks with the help of app dynamics.I tried to search but could not find any proper answer.
Asked
Active
Viewed 3,101 times
0
-
i don't know enough about appdynamics to give you a definite answer, but it looks more like high level monitoring. to find memory leaks you want a lower-level tool, a profiler, e.g. yourkit or jprofiler – the8472 Feb 24 '15 at 05:39
-
When you are trying to use a commercial product, it is usually a good idea to contact them first, or use one of their forums. – Peter Lawrey Feb 25 '15 at 08:59
1 Answers
5
You can find detailed documentation on memory leak detection by AppDynamics from the following links (depending on whether you use Java or .NET):
https://docs.appdynamics.com/display/PRO40/Automatic+Leak+Detection+for+Java

Pranta Das
- 66
- 1