Release Notes - 0_41 --------------------- yCrash Agent ------------- + Enhanced the yCrash agent to accept new argument: '-verifySSL'. yCrash agent validates the SSL certificate presented by the yCrash server. Sometimes for testing purposes, you might use self-signed certificates in the yCrash server. In those circumstances SSL validation will fail in the yCrash agent. In those cases you can set this value to tbe 'false'. Default value is 'true'. To see all arguments refer https://docs.ycrash.io/ycrash-agent/all-agent-arguments.html + Enhanced the yCrash agent to accept new argument: '-caCertPath'. If you would like to configure separate CA certificates location, you can specify it in this property. + Currently yCrash agent output is going to standard output. Now it's channeled to goto standard error. By channeling the output to standard error, yCrash agent output can be sent to a log file by using the "2> " option. + Enhanced the yCrash agent to run on AIX platform as well yCrash Server --------------- + Enhanced the UI look & feel of fastThread application significantly + 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/ + 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 + Enhanced Upload Incident feature. Now from the upload Incident page, you can upload the Operating System related artifacts such as top, top -H, disk usage, ..... On the left panel Upload Incident hyperlink is provided to give prominent visibility to this feature.