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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ When you run a load test, the Azure Load Testing test engines execute your Apach
24
24
## Prerequisites
25
25
26
26
- 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.
27
-
- An Azure Load Testing resource that has a completed test run. If you need to create an Azure Load Testing resource, see [Create and run a load test](./quickstart-create-and-run-load-test.md).
27
+
- An Azure load testing resource that has a completed test run. If you need to create an Azure load testing resource, see [Create and run a load test](./quickstart-create-and-run-load-test.md).
28
28
29
29
## Access and download logs for your load test
30
30
@@ -45,14 +45,16 @@ In this section, you retrieve and download the Azure Load Testing logs from the
45
45
46
46
1. On the dashboard, select **Download**, and then select **Logs**.
47
47
48
-
:::image type="content" source="media/how-to-find-download-logs/logs.png" alt-text="Screenshot that shows how to download the load test logs from the test result page.":::
48
+
:::image type="content" source="media/how-to-find-download-logs/logs.png" alt-text="Screenshot that shows how to download the load test logs from the test run details page.":::
49
49
50
-
The browser should now start downloading the execution logs as a zipped folder.
50
+
The browser should now start downloading the JMeter worker node log file *worker.log*.
51
51
52
-
1. You can use any extraction tool to extract the zipped folder and access the logging information.
52
+
1. You can use a text editor to open the log file.
53
53
54
54
:::image type="content" source="media/how-to-find-download-logs/jmeter-log.png" alt-text="Screenshot that shows the JMeter log file content.":::
55
55
56
+
The *worker.log* file can help you diagnose the root cause of a failing load test. In the previous screenshot, you can see that the test failed because a file is missing.
57
+
56
58
## Next steps
57
59
58
60
- For more information about comparing test results, see [Compare multiple test results](./how-to-compare-multiple-test-runs.md).
0 commit comments