In thread dump analysis API we have introduced a new feature called Remote Location. Using this feature now you can pass the http(s) URL location of your thread dump in the request. Say suppose, you have stored your thread dump... Continue Reading →
FastThread provides powerful REST API to analyze Java thread dumps. This API can be used for application monitoring, analyzing code quality during CI/CD pipeline, proactive production monitoring & troubleshooting and several other purposes. This document walks through the steps involved in invoking... Continue Reading →
Thread dump files tend to span for several hundreds of lines (sometimes a few thousands of lines). It is hard to conceive and assimilate all the information in the thread dump due to its verbosity. Flame Graph generated by fastThread... Continue Reading →
FastThread's REST APIs are used for application monitoring, analyzing code quality during CI/CD pipeline and several other purposes. API response contains rich set of information (i.e. lot of elements). In this article, we intend to highlight to few key elements... Continue Reading →
In this modern world, thread dumps are still analyzed in a tedious & manual mode i.e., you have to get hold of DevOps team, ask them to send you the thread dumps, then they will mail you the thread dumps, then you will... 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 →
Are you anticipating a significant increase in traffic volume? Did you inherit new application due to re-org?