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)
m
Line 1: Line 1:
 
[[Category:Memory Analyzer]]
 
[[Category:Memory Analyzer]]
 +
 +
= Tutorials =
 +
[http://www.vogella.com/articles/EclipseMemoryAnalyser/article.html Eclipse Memory Analyzer Tutorial] by Lars Vogel.
 +
 +
[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://kohlerm.blogspot.de/2008/05/analyzing-memory-consumption-of-eclipse.html/ Analyzing the Memory Consumption of Eclipse] by Markus Kohler.
 +
 +
[http://community.bonitasoft.com/effective-way-fight-duplicated-libs-and-version-conflicting-classes-using-memory-analyzer-tool Detect duplicated/conflicting libs/classes] by Aurelien Pupier
 +
 +
[https://blogs.sap.com/2007/11/04/analyzing-java-collections-usage-with-memory-analyzer/ Analyzing Java Collections Usage with Memory Analyzer]
 +
 +
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.
  
 
= Presentations =
 
= Presentations =
Line 15: Line 28:
  
 
[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00ca7f0d-8ee6-2910-5d82-fc3e8dd25300 JavaOne], San Francisco, May '07
 
[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00ca7f0d-8ee6-2910-5d82-fc3e8dd25300 JavaOne], San Francisco, May '07
 
= Tutorials =
 
[http://www.vogella.com/articles/EclipseMemoryAnalyser/article.html Eclipse Memory Analyzer Tutorial] by Lars Vogel.
 
 
[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://kohlerm.blogspot.de/2008/05/analyzing-memory-consumption-of-eclipse.html/ Analyzing the Memory Consumption of Eclipse] by Markus Kohler.
 
 
[http://community.bonitasoft.com/effective-way-fight-duplicated-libs-and-version-conflicting-classes-using-memory-analyzer-tool Detect duplicated/conflicting libs/classes] by Aurelien Pupier
 
 
[https://blogs.sap.com/2007/11/04/analyzing-java-collections-usage-with-memory-analyzer/ Analyzing Java Collections Usage with Memory Analyzer]
 
 
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.
 

Revision as of 10:04, 4 November 2016


Tutorials

Eclipse Memory Analyzer Tutorial by Lars Vogel.

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

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.

Presentations

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