3.51 Release Notes ------------------ + Built a simple health check page under the URL '/debug'. This page will publish following information in JSON format. a. That's instances Health information b. Memory utilization c. CPU utilization d. Deployment Version number e. Operating System information : For more information refer to: https://blog.gceasy.io/2020/07/30/health-check-status-page/ + To troubleshoot a production problem, you might have to analyze multiple snapshots of thread dumps captured at periodic intervals. Each snapshot of thread tends to contain hundreds of threads, sometimes even thousands of threads. Each thread in the thread dump can be in one of the six states (NEW, RUNNABLE, WAITING. TIMED_WAITING, BLOCKED, TERMINATED). If you can visualize all the threads states across all the thread dumps snapshots in one single concise view, troubleshooting them may become easier. This concise view has been built in to the application. Learn more about this view here: https://blog.fastthread.io/2020/07/17/table-view-of-thread-states/ + Enhanced the UI look & feel of fastThread application. (More enhancements will be made in the upcoming release). + ServiceNow is a popular IT cloud service provider. ServiceNow platform generates unique type of thread dump. FastThread application has been enhanced to support to this format of thread dump + Few additional bug fixes