Search

Fast thread

Universal Java Thread Dump Analyzer

Tag

thread dump analysis API

Powerful troubleshooting: Marrying Thread dumps and top -H

The article discusses merging thread dump and top -H output to analyze CPU spike issues in applications. It outlines steps for capturing these data types, using the FastThread tool for analysis, and highlights the benefits through a case study from a trading application. Automation via REST API is also mentioned for efficiency.

FastThread API – Remote Location

The FastThread API has introduced a Remote Location feature, allowing users to analyze thread dumps stored in remote locations, such as AWS S3, by passing the HTTP URL in requests. The API supports various compressed file formats and authentication mechanisms for remote servers, enhancing automation and efficiency in thread dump analysis.

Up ↑