Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MemoryAnalyzer/Learning Material"

(Presentations)
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[Category:Memory Analyzer]]
 
[[Category:Memory Analyzer]]
 
= Presentations =
 
[http://www.slideshare.net/AJohnson1/extending-eclipse-memory-analyzer Eclipse Summit Europe], Ludwigsburg, 4 November '10
 
[http://www.slideshare.net/AJohnson1/practical-lessons-in-memory-analysis TheServerSide Java Symposium - Europe], Prague, October '09
 
[http://www.oracle.com/technetwork/java/j1sessn-jsp-156291.html JavaOne], San Francisco, June '09
 
[http://www.slideshare.net/nayashkova/eclipse-memory-analyzer-presentation-763314 Eclipse Summit Europe] Ludwigsburg, 20 November, '08
 
[http://www.oracle.com/technetwork/java/j1sessn-jsp-156539.html JavaOne], San Francisco, May '08
 
[https://www.eclipsecon.org/2008/sub/attachments/Memory_Analysis_Simplified_Automated_Heap_Dump_Analysis_for_Developers_Testers_and_Technical_Support_Employees.pdf EclipseCon], March '08 (Slides)
 
[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00ca7f0d-8ee6-2910-5d82-fc3e8dd25300 JavaOne], San Francisco, May '07
 
  
 
= Tutorials =
 
= Tutorials =
[http://www.vogella.com/articles/EclipseMemoryAnalyser/article.html Eclipse Memory Analyzer Tutorial] by Lars Vogel.
+
[http://www.vogella.com/articles/EclipseMemoryAnalyser/article.html Eclipse Memory Analyzer Tutorial] by Lars Vogel. July 6, 2016
  
 
[http://memoryanalyzer.blogspot.de/2008/05/automated-heap-dump-analysis-finding.html  Automated Heap Dump Analysis: Finding Memory Leaks with One Click] by Krum Tsvetkov, part of the Memory Analyzer [http://memoryanalyzer.blogspot.in/ blog]
 
[http://memoryanalyzer.blogspot.de/2008/05/automated-heap-dump-analysis-finding.html  Automated Heap Dump Analysis: Finding Memory Leaks with One Click] by Krum Tsvetkov, part of the Memory Analyzer [http://memoryanalyzer.blogspot.in/ blog]
 +
 +
[http://eclipsesource.com/blogs/2013/01/21/10-tips-for-using-the-eclipse-memory-analyzer/ 10 Tips for using the Eclipse Memory Analyzer] by Ian Bull. January 21, 2013
  
 
[http://kohlerm.blogspot.de/2008/05/analyzing-memory-consumption-of-eclipse.html/ Analyzing the Memory Consumption of Eclipse] by Markus Kohler.
 
[http://kohlerm.blogspot.de/2008/05/analyzing-memory-consumption-of-eclipse.html/ Analyzing the Memory Consumption of Eclipse] by Markus Kohler.
Line 22: Line 15:
  
 
The Memory Analyzer grew up at SAP. Back then, Krum blogged about [https://blogs.sap.com/2007/07/02/finding-memory-leaks-with-sap-memory-analyzer/ Finding Memory Leaks with SAP Memory Analyzer]. The content is still relevant.
 
The Memory Analyzer grew up at SAP. Back then, Krum blogged about [https://blogs.sap.com/2007/07/02/finding-memory-leaks-with-sap-memory-analyzer/ Finding Memory Leaks with SAP Memory Analyzer]. The content is still relevant.
 +
 +
[https://www.ibm.com/developerworks/library/j-memoryanalyzer/ Debugging from dumps - Diagnose more than memory leaks with Memory Analyzer] by Chris Bailey, Andrew Johnson, and Kevin Grigorenko. March 15, 2011
 +
 +
= Presentations =
 +
 +
[https://www.youtube.com/watch?v=sLoifF_YA4w Eclipse Memory Analyzer Tool Video], San Diego Java User Group, Kevin Grigorenko, June 2019
 +
 +
[http://www.slideshare.net/AJohnson1/extending-eclipse-memory-analyzer Eclipse Summit Europe], Ludwigsburg, 4 November '10
 +
 +
[http://www.slideshare.net/AJohnson1/practical-lessons-in-memory-analysis TheServerSide Java Symposium - Europe], Prague, October '09
 +
 +
[http://www.oracle.com/technetwork/java/j1sessn-jsp-156291.html JavaOne], San Francisco, June '09
 +
 +
[http://www.slideshare.net/nayashkova/eclipse-memory-analyzer-presentation-763314 Eclipse Summit Europe] Ludwigsburg, 20 November, '08
 +
 +
[http://www.oracle.com/technetwork/java/j1sessn-jsp-156539.html JavaOne], San Francisco, May '08
 +
 +
[https://www.eclipsecon.org/2008/sub/attachments/Memory_Analysis_Simplified_Automated_Heap_Dump_Analysis_for_Developers_Testers_and_Technical_Support_Employees.pdf EclipseCon], March '08 (Slides)
 +
 +
[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00ca7f0d-8ee6-2910-5d82-fc3e8dd25300 JavaOne], San Francisco, May '07

Revision as of 13:43, 13 August 2019


Tutorials

Eclipse Memory Analyzer Tutorial by Lars Vogel. July 6, 2016

Automated Heap Dump Analysis: Finding Memory Leaks with One Click by Krum Tsvetkov, part of the Memory Analyzer blog

10 Tips for using the Eclipse Memory Analyzer by Ian Bull. January 21, 2013

Analyzing the Memory Consumption of Eclipse by Markus Kohler.

Detect duplicated/conflicting libs/classes by Aurelien Pupier

Analyzing Java Collections Usage with Memory Analyzer

The Memory Analyzer grew up at SAP. Back then, Krum blogged about Finding Memory Leaks with SAP Memory Analyzer. The content is still relevant.

Debugging from dumps - Diagnose more than memory leaks with Memory Analyzer by Chris Bailey, Andrew Johnson, and Kevin Grigorenko. March 15, 2011

Presentations

Eclipse Memory Analyzer Tool Video, San Diego Java User Group, Kevin Grigorenko, June 2019

Eclipse Summit Europe, Ludwigsburg, 4 November '10

TheServerSide Java Symposium - Europe, Prague, October '09

JavaOne, San Francisco, June '09

Eclipse Summit Europe Ludwigsburg, 20 November, '08

JavaOne, San Francisco, May '08

EclipseCon, March '08 (Slides)

JavaOne, San Francisco, May '07

Back to the top