Tagged articles
3 articles
Page 1 of 1
dbaplus Community
dbaplus Community
Jan 8, 2019 · Backend Development

How to Diagnose Slow OpenAPI Responses with TProfiler Java Agent

This article walks through diagnosing intermittent OpenAPI latency by using Alibaba's open‑source TProfiler Java agent to collect method‑level timing without modifying code, covering setup, command‑line usage, log analysis, and practical performance‑improvement recommendations.

BackendJava AgentOpenAPI
0 likes · 8 min read
How to Diagnose Slow OpenAPI Responses with TProfiler Java Agent
Java Backend Technology
Java Backend Technology
Dec 18, 2018 · Backend Development

How to Diagnose Slow OpenAPI Calls with TProfiler Without Changing Code

This article walks through a real‑world performance problem where an OpenAPI service sometimes responds in milliseconds and other times takes seconds, explains why adding logging is impractical, and demonstrates how to use Alibaba's TProfiler Java agent to profile the call chain, collect method timings, and analyze the results without modifying any source code.

APMJavaOpenAPI
0 likes · 10 min read
How to Diagnose Slow OpenAPI Calls with TProfiler Without Changing Code
Programmer DD
Programmer DD
Nov 20, 2018 · Backend Development

How to Diagnose Slow OpenAPI Responses with TProfiler: A Step‑by‑Step Guide

This article walks through diagnosing intermittent OpenAPI latency by reproducing the issue, visualizing the request flow, using Alibaba's TProfiler agent without code changes, configuring and running profiling commands, analyzing the generated logs, and summarizing actionable performance improvements.

BackendJavaOpenAPI
0 likes · 8 min read
How to Diagnose Slow OpenAPI Responses with TProfiler: A Step‑by‑Step Guide