<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to QuickStart</title><link>https://sourceforge.net/p/jleaker/wiki/QuickStart/</link><description>Recent changes to QuickStart</description><atom:link href="https://sourceforge.net/p/jleaker/wiki/QuickStart/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 06 Oct 2013 15:48:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jleaker/wiki/QuickStart/feed" rel="self" type="application/rss+xml"/><item><title>QuickStart modified by Barak Nirenberg</title><link>https://sourceforge.net/p/jleaker/wiki/QuickStart/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -13,3 +13,57 @@

 The actual leaks scan will take several seconds.
 All detected leaks will be printed in XML format to JLeaker's standard output stream.
+
+***
+
+##Example:##
+
+In the following example JLeaker is scanning the JConsole program (provided as part of the JDK) and reports 3 suspicious maps (that thier size is greater than 300).
+5 random elements from each suspicious map are printed for your convenience (in the **map-element** XML node), and the shortest reference chain to root reference is printed according to the referencing order (in the **reference** XML element).
+
+    jleaker --pid 4369
+    
+    
+        
+                &lt;map&gt;
+                        
+                        
+                        
+                        
+                        
+                &lt;/map&gt;
+                
+                        
+                
+        
+        
+                &lt;map&gt;
+                        
+                        
+                        
+                        
+                        
+                &lt;/map&gt;
+                
+                        
+                
+        
+        
+                &lt;map&gt;
+                        
+                        
+                        
+                        
+                        
+                &lt;/map&gt;
+                
+                        
+                        
+                
+        
+    
+
+***
+
+After analyzing the results, if you decide that these maps should be allowed to reach this mangnitude  of sizes, you may [create an exclussion list](ExclussionList) for them.
+This will make JLeaker ignore these maps next time it runs.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barak Nirenberg</dc:creator><pubDate>Sun, 06 Oct 2013 15:48:04 -0000</pubDate><guid>https://sourceforge.net4b03f06389d795e82521ac6de71620c6f118006d</guid></item><item><title>QuickStart modified by Barak Nirenberg</title><link>https://sourceforge.net/p/jleaker/wiki/QuickStart/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The following page describes the basic steps required in order to detect memory leaks using JLeaker:&lt;/p&gt;
&lt;h2 id="1-find-the-pid-process-id-of-the-java-program-you-wish-to-scan-for-memory-leaks"&gt;1. Find the PID (process ID) of the Java program you wish to scan for memory leaks:&lt;/h2&gt;
&lt;h6 id="windows"&gt;Windows:&lt;/h6&gt;
&lt;p&gt;Use "Windows task manager" to find the PID (it will usually appear as a "java.exe"/"javaw.exe" process).&lt;/p&gt;
&lt;h6 id="linux"&gt;Linux:&lt;/h6&gt;
&lt;p&gt;Use the "ps" command line utility or similar tool.&lt;/p&gt;
&lt;h2 id="2-run-jleaker-to-scan-for-potential-memory-leaks"&gt;2. Run JLeaker to scan for potential memory leaks&lt;/h2&gt;
&lt;p&gt;From the command line, run:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt; &lt;span class="nx"&gt;jleaker&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="nb"&gt;pid&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nb"&gt;PID&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;The actual leaks scan will take several seconds.&lt;br /&gt;
All detected leaks will be printed in XML format to JLeaker's standard output stream.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barak Nirenberg</dc:creator><pubDate>Sun, 06 Oct 2013 15:14:03 -0000</pubDate><guid>https://sourceforge.net4e5c5215edf6971030ed711e823d4cedf58dd102</guid></item></channel></rss>