carfield.com.hk memory.txt 2023-02-15T13:22:38Z 2023-02-15T13:22:38Z <br/>How to use Eclipse Memory Analyzer - <a href="http://eclipsesource.com/blogs/2013/01/21/10-tips-for-using-the-eclipse-memory-analyzer/">http://eclipsesource.com[..]s-for-using-the-eclipse-memory-analyzer/</a> <br/><br/>Tool to check java memory layout, how the object placed in JVM - <a href="http://openjdk.java.net/projects/code-tools/jol/">http://openjdk.java.net/projects/code-tools/jol/</a> <br/><br/>Question: How do you handle oversized heap analysis? - <a href="https://www.reddit.com/r/java/comments/vca5q2/question_how_do_you_handle_oversized_heap_analysis/">https://www.reddit.com[..]w_do_you_handle_oversized_heap_analysis/</a> <br/><br/>JVM Field Guide: Memory - <a href="https://serce.me/posts/01-02-2023-jvm-field-guide-memory">https://serce.me/posts/01-02-2023-jvm-field-guide-memory</a> <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2023-02-15T13:22:38Z dev.txt 2022-01-05T13:07:30Z 2022-01-05T13:07:30Z <br/>Generate a diff page forother toreview in HG - <a href="https://blogs.oracle.com/bondolo/entry/how_i_generate_a_webrev">https://blogs.oracle.com/bondolo/entry/how_i_generate_a_webrev</a> <br/><br/>Introduce a tool to keep IDE code and webcontainer code in sync - <a href="http://techblog.bozho.net/?p=1246">http://techblog.bozho.net/?p=1246</a> <br/><br/>Auto complete of IDEA is pretty cool - <a href="http://maciejwalkowiak.pl/blog/2014/01/14/code-faster-with-intellij-idea-live-templates/">http://maciejwalkowiak.pl[..]aster-with-intellij-idea-live-templates/</a> <br/><br/>use ctrl-w to select text - <a href="http://paulhammant.com/2014/02/07/jetbrains-ides-their-best-feature-is-control-w">http://paulhammant.com[..]ins-ides-their-best-feature-is-control-w</a> <br/><br/>7-new-tools-java-developers-should-know - <a href="http://blog.takipi.com/7-new-tools-java-developers-should-know/">http://blog.takipi.com/7-new-tools-java-developers-should-know/</a> <br/><br/>Buggy App is a simple java application that simulates different performance problems like Memory Leak, OutOfMemoryError, CPU spike, thread leak, StackOverflowError, deadlock, unresponsiveness, … - <a href="https://blog.fastthread.io/2020/10/23/buggy-app-simulate-performance-problems/">https://blog.fastthread.io[..]buggy-app-simulate-performance-problems/</a> <br/><br/>13 Best Java Decompilers for Download and Online Use for Java Developers - <a href="https://www.javaprogramto.com/2021/11/java-decompiler.html">https://www.javaprogramto.com/2021/11/java-decompiler.html</a> <br/><br/>Generate fake data - <a href="http://www.datafaker.net/">http://www.datafaker.net/</a> <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2022-01-05T13:07:30Z build.txt 2021-10-04T12:47:12Z 2021-10-04T12:47:12Z <br/>Understanding Apache Maven – The Series - <a href="https://cguntur.me/2020/05/20/understanding-apache-maven-the-series/">https://cguntur.me[..]0/understanding-apache-maven-the-series/</a> <br/><br/>Faster Maven builds - <a href="https://blog.frankel.ch/faster-maven-builds/1/">https://blog.frankel.ch/faster-maven-builds/1/</a> <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2021-10-04T12:47:12Z monitoring.txt 2021-02-13T14:17:38Z 2021-02-13T14:17:38Z <br/>Java Flight Recorder, a tool to record all detail of how the API work for undo and replay and detail profiling - <a href="http://docs.oracle.com/cd/E15289_01/doc.40/e15070/toc.htm">http://docs.oracle.com/cd/E15289_01/doc.40/e15070/toc.htm</a> <br/><br/>Creating Custom JFR Events - <a href="http://hirt.se/blog/?p=444">http://hirt.se/blog/?p=444</a> <br/><br/>Java Mission Control - <a href="http://blog.eisele.net/2013/09/java-mission-control-52-is-finally-here.html">http://blog.eisele.net[..]-mission-control-52-is-finally-here.html</a> <a href="http://hirt.se/blog/?p=343">http://hirt.se/blog/?p=343</a> <a href="http://hirt.se/blog/?p=364&cpage=1#comment-98">http://hirt.se/blog/?p=364&cpage=1#comment-98</a> <a href="https://www.infoq.com/news/2016/10/Java-Flight-Recorder-Mission">https://www.infoq.com/news/2016/10/Java-Flight-Recorder-Mission</a> <br/><br/>Support of JMX from common java library - <a href="http://www.javacodegeeks.com/2012/01/enabling-jmx-in-hibernate-ehcache-qurtz.html">http://www.javacodegeeks.com[..]ling-jmx-in-hibernate-ehcache-qurtz.html</a> <br/><br/>sample code show how to get vm info at jmx - <a href="http://blogs.sun.com/jmxetc/entry/how_to_retrieve_remote_jvm">http://blogs.sun.com/jmxetc/entry/how_to_retrieve_remote_jvm</a> <br/><br/>An excellent short tutorial of JMX - <a href="http://java.sun.com/developer/technicalArticles/J2SE/jmx.html">http://java.sun.com/developer/technicalArticles/J2SE/jmx.html</a> <br/><br/>Monitoring all tomcat 5 JMX information, with free tools and java startup config - <a href="http://jroller.com/page/larrywilliams/20050202#monitoring_tomcat_5_5_x">http://jroller.com[..]illiams/20050202#monitoring_tomcat_5_5_x</a> <br/><br/>Task manager like jconsole plugin - <a href="http://blog.luminis.nl/luminis/entry/top_threads_plugin_for_jconsole">http://blog.luminis.nl[..]is/entry/top_threads_plugin_for_jconsole</a> <br/><br/>Performance cost of JMX - <a href="http://weblogs.java.net/blog/emcmanus/archive/2006/07/how_much_does_i.html">http://weblogs.java.net[..]nus/archive/2006/07/how_much_does_i.html</a> <br/><br/>Monitoring Local and Remote Applications Using JMX 1.2 and JConsole - <a href="http://onjava.com/lpt/a/5226">http://onjava.com/lpt/a/5226</a> <br/><br/>Collections of tools - <a href="http://www.javacodegeeks.com/2012/02/client-side-server-monitoring-with.html">http://www.javacodegeeks.com[..]/client-side-server-monitoring-with.html</a> <br/><br/>remote conenction with ssh - <a href="http://theholyjava.wordpress.com/2012/09/21/visualvm-monitoring-remote-jvm-over-ssh-jmx-or-not/">http://theholyjava.wordpress.com[..]nitoring-remote-jvm-over-ssh-jmx-or-not/</a> <br/><br/>IBM healthcare API - <a href="http://www.ibm.com/developerworks/java/library/j-healthcareapi1/index.html?ca=drs-">http://www.ibm.com[..]rary/j-healthcareapi1/index.html?ca=drs-</a> <a href="http://www.ibm.com/developerworks/java/jdk/tools/healthcenter/">http://www.ibm.com/developerworks/java/jdk/tools/healthcenter/</a> <br/><br/>JVM Statistics with jstat - <a href="http://marxsoftware.blogspot.hk/2017/05/jvm-statistics-with-jstat.html">http://marxsoftware.blogspot.hk[..]k/2017/05/jvm-statistics-with-jstat.html</a> <br/><br/>Useful JDK tools - <a href="https://blog.marcinchwedczuk.pl/useful-jdk-tools-part-1">https://blog.marcinchwedczuk.pl/useful-jdk-tools-part-1</a> <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2021-02-13T14:17:38Z IntelliJ.txt 2020-09-04T05:29:44Z 2020-09-04T05:29:44Z <br/><a href="https://blog.jetbrains.com/idea/2020/08/alt-enter-the-problem-solving-shortcut/">https://blog.jetbrains.com[..]/alt-enter-the-problem-solving-shortcut/</a> <br/><a href="https://blog.jetbrains.com/idea/2020/08/jump-to-any-line-while-debugging/">https://blog.jetbrains.com[..]020/08/jump-to-any-line-while-debugging/</a> <br/><a href="https://blog.jetbrains.com/idea/2020/08/working-with-code-problems-in-intellij-idea/">https://blog.jetbrains.com[..]ing-with-code-problems-in-intellij-idea/</a> <br/><a href="https://blog.jetbrains.com/idea/2020/08/editor-tips-and-tricks-in-intellij-idea/">https://blog.jetbrains.com[..]editor-tips-and-tricks-in-intellij-idea/</a> <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2020-09-04T05:29:44Z messaging.txt 2017-12-29T09:51:28Z 2017-12-29T09:51:28Z <br/>Compare between pulsar and Kafka - <a href="http://furkankamaci.com/apache-pulsar-distributed-pub-sub-messaging-system/">http://furkankamaci.com[..]ar-distributed-pub-sub-messaging-system/</a> <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2017-12-29T09:51:28Z jhsdb.txt 2017-08-31T02:38:43Z 2017-08-31T02:38:43Z <br/>The jhsdb tool is described on its Oracle JDK 9 Documentation Early Access page, "You use the jhsdb tool to attach to a Java process or to launch a postmortem debugger to analyze the content of a core-dump from a crashed Java Virtual Machine (JVM)." The tool comes with several "modes" and several of these modes correspond in name and function with individual command-line tools available in previous JDK distributions. The jhsdb tool not only provides a single tool that encompasses functionality of multiple other tools, but it also provides a single, consistent approach to applying these different functions. For example, the jhsdb command-line syntax for getting help for each of the "modes" is identical.<br/><br/><a href="http://marxsoftware.blogspot.hk/2017/06/jhsdb-jdk9.html">http://marxsoftware.blogspot.hk/2017/06/jhsdb-jdk9.html</a> <br/><a href="https://docs.oracle.com/javase/9/tools/jhsdb.htm#JSWOR-GUID-0345CAEB-71CE-4D71-97FE-AA53A4AB028E">https://docs.oracle.com[..]UID-0345CAEB-71CE-4D71-97FE-AA53A4AB028E</a> <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2017-08-31T02:38:43Z