You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-testing/how-to-find-download-logs.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,22 +16,29 @@ Learn how to diagnose and troubleshoot errors while running a load test with Azu
16
16
17
17
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.
18
18
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
-
25
19
You can use different sources of information to diagnose these errors:
26
20
27
21
-[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.
29
23
30
24
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.
31
25
32
26
> [!IMPORTANT]
33
27
> 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/).
34
28
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
+
35
42
## Prerequisites
36
43
37
44
- 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.
0 commit comments