Skip to content

Commit 3e29a1e

Browse files
committed
Added screenshots and error indicator section
1 parent 61d9c6c commit 3e29a1e

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

articles/load-testing/how-to-find-download-logs.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,29 @@ Learn how to diagnose and troubleshoot errors while running a load test with Azu
1616

1717
When you start a load test, the Azure Load Testing test engines run your Apache JMeter script. Errors can occur at different levels. For example, during the execution of the JMeter script, while connecting to the application endpoint, or in the test engine instance.
1818

19-
There are several load test error indicators available:
20-
21-
- The test run **Status** information is **Failed**.
22-
- The test run statistics shows a non-zero **Error percentage** value.
23-
- The **Errors** graph in the client-side metrics shows errors.
24-
2519
You can use different sources of information to diagnose these errors:
2620

2721
- [Download the Apache JMeter worker logs](#download-apache-jmeter-worker-logs) to investigate issues with JMeter and the test script execution.
28-
- [Export the load test result](./how-to-export-test-results.md) and analyze the response code and message for each HTTP request.
22+
- [Export the load test result](./how-to-export-test-results.md) and analyze the response code and response message of each HTTP request.
2923

3024
There might also be problems with the application endpoint itself. If you host the application on Azure, you can [configure server-side monitoring](./how-to-monitor-server-side-metrics.md) to get detailed insights about the application components.
3125

3226
> [!IMPORTANT]
3327
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
3428
29+
## Load test error indicators
30+
31+
After running a load test, there are multiple error indicators available:
32+
33+
- The test run **Status** information is **Failed**.
34+
35+
:::image type="content" source="media/how-to-find-download-logs/dashboard-test-failed.png" alt-text="Screenshot that shows the load test dashboard, highlighting status information for a failed test.":::
36+
37+
- The test run statistics shows a non-zero **Error percentage** value.
38+
- The **Errors** graph in the client-side metrics shows errors.
39+
40+
:::image type="content" source="media/how-to-find-download-logs/dashboard-errors.png" alt-text="Screenshot that shows the load test dashboard, highlighting the error information.":::
41+
3542
## Prerequisites
3643

3744
- An Azure account with an active subscription. If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
121 KB
Loading
62.8 KB
Loading

0 commit comments

Comments
 (0)