📚 LLM HUB · 4 PROMPTS
Results Analysis & Bottleneck ID
4 copy-ready AI prompts for results analysis & bottleneck id in JMeter, k6, and Gatling. Part of the JMeter.AI LLM Hub.
JTL Analysis and Interpretation
Analyze the following JMeter JTL (CSV) summary data: [Paste summary: label, samples, average, min, max, p90, p95, p99, error%, throughput] Provide: - Overall assessment: Pass / Fail / Warning against typical SLAs - Identification of slowest transactions and likely causes - Error rate analysis. which transactions are failing? - Throughput analysis. are we hitting the target? - Recommendations for optimization - Whether the test was resource-limited or application-limited based on these numbers
Percentile Analysis Deep Dive
Explain and analyze the following response time distribution for [endpoint name]: p50: [N]ms p75: [N]ms p90: [N]ms p95: [N]ms p99: [N]ms p99.9: [N]ms Max: [N]ms Interpret: - What does the gap between p95 and p99 suggest? - What does the gap between p99 and max suggest? - Is this a bimodal distribution? What might cause it? - Which percentile should be used as the SLA target and why? - Recommended investigation steps for outlier transactions
Bottleneck Identification Framework
My load test results show the following symptoms: [Describe: slow response times / high error rate / throughput plateau / GC pauses / connection pool exhaustion / etc.] Walk me through a systematic bottleneck identification process: 1. Which layer is likely the bottleneck? (App / DB / Network / Infra) 2. What metrics to collect at each layer 3. JVM-level diagnostics (if Java app): GC logs, heap, thread dumps 4. Database diagnostics: slow query log, connection pool stats 5. Infrastructure: CPU, memory, disk I/O, network bandwidth 6. How to correlate JMeter response time spikes with server metrics 7. Recommended APM queries (Datadog / Dynatrace / Grafana Loki/Tempo)
Throughput vs Response Time Analysis
I ran a step-load test and collected the following data: VUs | Avg Response Time (ms) | Throughput (RPS) | Error Rate (%) [Paste table] Analyze: - At what VU count does response time start degrading significantly? - At what VU count does the error rate spike? - What is the estimated maximum sustainable throughput (saturation point)? - Plot this as an ASCII chart (throughput curve and response time curve vs VUs) - Recommend the safe operating capacity with headroom