<liclass="toctree-l1"><aclass="reference external"href="https://github.com/alibaba/arthas/issues?q=label%3Aquestion-answered">Questions and answers</a></li>
<liclass="toctree-l1"><aclass="reference external"href="https://github.com/alibaba/arthas">Fork me at GitHub</a></li>
<li>[improvement] <codeclass="docutils literal notranslate"><spanclass="pre">classloader</span></code> compile in class loader category by default</li>
<li>[improvement] disable certain JDK classes e.g. <codeclass="docutils literal notranslate"><spanclass="pre">Classloader</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">Method</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">Integer</span></code> and the lik</li>
<li>[improvement] quit directly when encountering incorrect <aclass="reference external"href="https://en.wikipedia.org/wiki/OGNL">OGNL</a> expression</li>
<li>[improvement] optimize <aclass="reference external"href="jad.md"><codeclass="docutils literal notranslate"><spanclass="pre">jad</span></code></a> support JDK 8 and inner class</li>
<li>[bug] fix Chinese encoding issues</li>
</ul>
</div>
<divclass="section"id="v2017-05-11">
<spanid="v2017-05-11"></span><h2>v2017-05-11<aclass="headerlink"href="#v2017-05-11"title="Permalink to this headline">¶</a></h2>
<ulclass="simple">
<li>[improvement] <aclass="reference external"href="tt.md"><codeclass="docutils literal notranslate"><spanclass="pre">tt</span></code></a> investigating/recording level one to avoid too much performance overhea</li>
<li>[bug] fix Chinese characters can not be presented issue</li>
</ul>
</div>
<divclass="section"id="v2017-05-12">
<spanid="v2017-05-12"></span><h2>v2017-05-12<aclass="headerlink"href="#v2017-05-12"title="Permalink to this headline">¶</a></h2>
<ulclass="simple">
<li>Arthas 3.0 release :confetti_ball:</li>
</ul>
</div>
<divclass="section"id="v2016-12-09">
<spanid="v2016-12-09"></span><h2>v2016-12-09<aclass="headerlink"href="#v2016-12-09"title="Permalink to this headline">¶</a></h2>
<ulclass="simple">
<li>[feature] <aclass="reference external"href="https://github.com/alibaba/arthas/blob/master/bin/as.sh"><codeclass="docutils literal notranslate"><spanclass="pre">as.sh</span></code></a> support <codeclass="docutils literal notranslate"><spanclass="pre">-h</span></code> to print help info</li>
<li>[improvement] [#125] make the Arthas log output more readable</li>
<li>[improvement] [#96] <aclass="reference external"href="sc.md"><codeclass="docutils literal notranslate"><spanclass="pre">sc</span></code></a> and more commands are supporting format as <codeclass="docutils literal notranslate"><spanclass="pre">com/taobao/xxx/TestClass</span></code></li>
<li>[bug] [#124] fix the negative values of <aclass="reference external"href="trace.md"><codeclass="docutils literal notranslate"><spanclass="pre">trace</span></code></a></li>
<li>[improvement] [#128] the output of <aclass="reference external"href="tt.md"><codeclass="docutils literal notranslate"><spanclass="pre">tt</span></code></a> will auto-expand now</li>
<li>[bug] [#130] providing more meaningful error messages when port conflicts</li>
<li>[bug] [#98] fix Arthas starting issue: when updating/downloading failed, Arthas will fail to start</li>
<li>[bug] [#139] fix agent attaching fails under some scenarios issues</li>
<li>[improvement] [#150] filtering by total time cost in <aclass="reference external"href="trace.md"><codeclass="docutils literal notranslate"><spanclass="pre">trace</span></code></a></li>
<li>[bug] [#180] fix attach fails issues: attaching succeed at the first time, delete the Arthas installer, re-compile and package => attaching fails</li>
</ul>
</div>
<divclass="section"id="v2016-06-07">
<spanid="v2016-06-07"></span><h2>v2016-06-07<aclass="headerlink"href="#v2016-06-07"title="Permalink to this headline">¶</a></h2>
<ulclass="simple">
<li>[bug] fix NPE when loading <codeclass="docutils literal notranslate"><spanclass="pre">spy</span></code> as resource</li>
<li>[improvement] locating the blocking thread</li>
<li>[improvement] print out thread in name order</li>
<li>[improvement] specify the refreshing interval when checking topN busiest threads</li>
</ul>
</div>
<divclass="section"id="v2016-04-08">
<spanid="v2016-04-08"></span><h2>v2016-04-08<aclass="headerlink"href="#v2016-04-08"title="Permalink to this headline">¶</a></h2>
<ulclass="simple">
<li>[feature] specify refreshing interval and execution times in <aclass="reference external"href="dashboard.md"><codeclass="docutils literal notranslate"><spanclass="pre">dashboard</span></code></a></li>
<li>[feature] log the command execution result</li>
<li>[feature] speed up the booting and attaching while the first attaching is even quicker by 100% than before</li>
<li>[feature] interactive mode used in Arthas</li>
<li>[feature] inheritance relation included in class searching; global option <codeclass="docutils literal notranslate"><spanclass="pre">disable-sub-class</span></code> can be used to turn it off</li>
<li>[feature] colorful and plain text modes both supported</li>
<li>[improvement] merge <codeclass="docutils literal notranslate"><spanclass="pre">exit</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">quit</span></code> commands</li>
<li>[improvement] help info enclosed with wiki links</li>
<li>[improvement] optimize <aclass="reference external"href="watch.md"><codeclass="docutils literal notranslate"><spanclass="pre">watch</span></code></a> using flow for better UX</li>
<li>[improvement] add examples to <aclass="reference external"href="thread.md"><codeclass="docutils literal notranslate"><spanclass="pre">thread</span></code></a></li>
<li>[improvement] auto-completion ignores character case</li>
<li>[improvement] make the UI more beautiful/friendly</li>
<li>[bug] fix <aclass="reference external"href="trace.md"><codeclass="docutils literal notranslate"><spanclass="pre">trace</span></code></a> printing too much encountering loop issues</li>
<spanid="v2016-03-07"></span><h2>v2016-03-07<aclass="headerlink"href="#v2016-03-07"title="Permalink to this headline">¶</a></h2>
<ulclass="simple">
<li>[feature] checking the topN thread and related stack traces</li>
<li>[bug] fix Arthas starting failure in OpenJdk issues (requiring to reinstall <aclass="reference external"href="https://github.com/alibaba/arthas/blob/master/bin/as.sh">as.sh</a>)</li>
<li>[improvement] optimize UX</li>
</ul>
</div>
<divclass="section"id="v2016-01-18">
<spanid="v2016-01-18"></span><h2>v2016-01-18<aclass="headerlink"href="#v2016-01-18"title="Permalink to this headline">¶</a></h2>
<ulclass="simple">
<li>[improvement] optimise <aclass="reference external"href="jad.md"><codeclass="docutils literal notranslate"><spanclass="pre">jad</span></code></a>; dump memory byte array in real time; using <codeclass="docutils literal notranslate"><spanclass="pre">jd-core-java</span></code> to de-compile; line number presented;</li>
<li>[bug] fix checking/re-producing issues when <aclass="reference external"href="tt.md"><codeclass="docutils literal notranslate"><spanclass="pre">tt</span></code></a> is watching thread-context related methods invoking</li>
</ul>
</div>
<divclass="section"id="v2016-01-08">
<spanid="v2016-01-08"></span><h2>v2016-01-08<aclass="headerlink"href="#v2016-01-08"title="Permalink to this headline">¶</a></h2>
Built with <ahref="http://sphinx-doc.org/">Sphinx</a> using a <ahref="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <ahref="https://readthedocs.org">Read the Docs</a>.