Sometimes users want to analyze GC logs for a certain time interval instead of analyzing the entire GC Log. Here are the use cases for it: If GC logs are not configured to roll over (which is typically the case... Continue Reading →
Based on the JVM version (1.4, 5, 6, 7, 8, 9), JVM vendor (Oracle, IBM, HP, Azul, Android), GC algorithm (Serial, Parallel, CMS, G1, Shenandoah) and few other settings, GC log format changes. Thus, today the world has ended up... Continue Reading →
A potential customer asked us this question: "How GCEasy & FastThread are compared to JVisualVM?". As it was a great question, here was our answer: 1. Intelligence FastThread and GCEasy apply several intelligence patterns to detect the problems in the Garbage... Continue Reading →
When you are tuning the application’s memory & Garbage Collection settings, you should take well-informed decisions based on the key performance indicators. But there are overwhelming amount of metrics reported; which one to choose and which one to leave? This... Continue Reading →
gceasy.io is introducing a RESTful API to analyze Java GC logs. Here are a couple of use cases where this Java GC API can be used.
Are you anticipating a significant increase in traffic volume? Did you inherit new application due to re-org?