0

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.

trincot
  • 317,000
  • 35
  • 244
  • 286
user197501
  • 250
  • 1
  • 5
  • 19
  • 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 Answers1

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

https://docs.appdynamics.com/display/PRO40/Monitor+Memory+Usage+with+Object+Instance+Tracking+for+.NET

Pranta Das
  • 66
  • 1