All Products
Search
Document Center

Performance Testing:View a stress testing report

Last Updated:Mar 10, 2026

After a Performance Testing Service (PTS) stress test completes, PTS automatically collects the test data and generates a report. The report covers business metrics, presser (load generator) resource usage, request sampling logs, automated insights, and performance baseline comparisons.

The report helps you answer questions like:

  • Did the test meet its performance targets?

  • Where are the bottlenecks -- client side (presser) or server side?

  • Which API requests failed, and why?

  • How does this run compare to previous runs?

Prerequisites

Before you begin, make sure that you have:

Open a report

  1. Log on to the PTS console and choose Performance Test > Reports.

  2. Find the report and click View Report in the Actions column.

Important

Sampling logs are retained for 30 days. After this period, the logs are no longer available. Export and save the report before the retention period expires to avoid data loss.

Report sections

The report contains the following tabs. Each section explains what the tab shows and when to use it.

Business monitoring

Path: Global Monitoring > Business monitoring

Check this tab first after a test completes. It provides an overview of API-level performance, including success rates, response times, and throughput across all scenarios.

The tab displays:

  • Basic information about the test run

  • Business metric overview (aggregated across all APIs)

  • Per-API breakdowns with detailed metrics

For metric definitions, see Test metrics.

Business monitoring view

Presser monitoring

Path: Global Monitoring > Presser monitoring

Check this tab to determine whether the presser (load generator) became a bottleneck during the test. High CPU or memory usage on the presser can distort test results, making server-side performance appear worse than it actually is.

The tab displays:

MetricDescription
RegionRegion where the presser is deployed
Network bandwidthNetwork bandwidth consumed by the presser
CPU utilizationCPU usage of the presser
Memory capacityMemory usage of the presser
Presser monitoring view

Request sampling logs

Tab: Request Sample Log

Inspect individual request and response details to diagnose specific failures, such as unexpected status codes or slow responses.

To view a log entry:

  1. Click the Request Sample Log tab.

  2. Find the log entry and click View Details in the Actions column.

  3. Review the request and response on the General tab, or examine timing breakdowns on the Timing Waterfall tab.

Request Sample Log view

Insights

Tab: Insights

Review an automated summary of the test results. PTS evaluates the collected data and highlights potential issues, making it faster to spot problems without manually reviewing every metric.

Insights view

Performance baseline comparison

Tab: Performance Baseline Comparison

Compare test results against predefined performance baselines. This tab appears only if baseline thresholds were configured when the scenario was created.

For example, if you set the average response time (RT) baseline to less than 1,000 ms and the actual average RT is 3,590 ms, the test is marked as failed.

Performance Baseline Comparison view

Scenario snapshot

Tab: Global Snapshot

Review the scenario configuration for the test run, including API definitions, concurrency settings, and other parameters. This is a read-only view; you cannot start a new test from this tab.

Compare reports across runs

Compare reports from multiple runs of the same scenario to track performance trends or validate that optimizations improved results.

  1. Open a report and click the Performance Baseline Comparison tab.

  2. Click Select Report to import other reports from the same scenario.

  3. Review the side-by-side comparison.

Note

You can compare up to three stress testing reports at a time. All reports must belong to the same scenario.

Key metrics

MetricDescription
Request success ratePercentage of successful requests across all scenarios in the test
Assertion success ratePercentage of successful assertions (checkpoints) across all scenarios in the test
Average response timeAverage response time (RT) of all APIs, in milliseconds
Average throughput (TPS)Average transactions per second (TPS) during the test
Peak throughput (TPS)Maximum TPS reached during the test
Number of error requestsNumber of failed requests during the test
Assertion failed requestsNumber of requests that failed configured assertions or checkpoints
Total requestsTotal number of requests sent by PTS during the test

See also