← Back to Skills
⏱️

Endpoint Latency Profiler

Measure API response times, compare with benchmarks, and identify bottlenecks

Operations 4 steps 4 tools 4 servers

Example Prompt

Profile the latency of all our public API endpoints and flag anything slower than 500ms

About

Profiles API endpoint performance by fetching each endpoint and measuring response times, querying historical latency data from your database for comparison, and identifying endpoints that exceed benchmark thresholds. The profiler produces a detailed report with p50/p95/p99 latency comparisons and bottleneck analysis.

Workflow Steps

1

Fetch each API endpoint to measure current response times and status codes

🌐 Fetch URL
2

Query historical latency percentiles from the metrics database for baseline comparison

📊 Run SQL Query
3

Reason through the latency data to identify bottlenecks and degradation patterns

🧠 Structured Reasoning
4

Write a latency profiling report with benchmarks, current measurements, and recommendations

✏️ Write File

Tags

latencyapiperformancemonitoring