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)
(Tutorials)
(12 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
 +
 +
[https://vimeo.com/21356498 Java memory analysis using Eclipse Memory Analyzer] by Chris Grindstaff
  
 
[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 17:
  
 
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
 +
 +
[https://wiki.eclipse.org/images/0/0b/EDKRK2012_MAT.pdf The MAT Tutorial] by Szymon Ptaszkiewicz, Eclipse Day, Kraków, 13 September 2013.
 +
 +
[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
 +
 +
[https://www.slideshare.net/AJohnson1/ps-ts-41183041182301finv1 TS-4118 JavaOne], San Francisco, June '09
 +
 +
[http://www.slideshare.net/nayashkova/eclipse-memory-analyzer-presentation-763314 Eclipse Summit Europe] Ludwigsburg, 20 November, '08
 +
 +
[https://www.oracle.com/technetwork/systems/ts-5729-159371.pdf Automated Heap Dump Analysis for Developers Testers and Technical Support Employees], TS-5729, 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][https://docs.huihoo.com/javaone/2007/java-se/TS-21935.pdf TS-21935 JavaOne], San Francisco, May '07

Revision as of 02:49, 2 March 2020


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

Java memory analysis using Eclipse Memory Analyzer by Chris Grindstaff

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

The MAT Tutorial by Szymon Ptaszkiewicz, Eclipse Day, Kraków, 13 September 2013.

Eclipse Summit Europe, Ludwigsburg, 4 November '10

TheServerSide Java Symposium - Europe, Prague, October '09

TS-4118 JavaOne, San Francisco, June '09

Eclipse Summit Europe Ludwigsburg, 20 November, '08

Automated Heap Dump Analysis for Developers Testers and Technical Support Employees, TS-5729, JavaOne, San Francisco, May '08

EclipseCon, March '08 (Slides)

JavaOneTS-21935 JavaOne, San Francisco, May '07

Back to the top