Skip to content

Commit c75c2e2

Browse files
committed
Updated content and screenshot for worker log file
1 parent 3a7523a commit c75c2e2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When you run a load test, the Azure Load Testing test engines execute your Apach
2424
## Prerequisites
2525

2626
- 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).
2828

2929
## Access and download logs for your load test
3030

@@ -45,14 +45,16 @@ In this section, you retrieve and download the Azure Load Testing logs from the
4545

4646
1. On the dashboard, select **Download**, and then select **Logs**.
4747

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.":::
4949

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*.
5151

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.
5353

5454
:::image type="content" source="media/how-to-find-download-logs/jmeter-log.png" alt-text="Screenshot that shows the JMeter log file content.":::
5555

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+
5658
## Next steps
5759

5860
- For more information about comparing test results, see [Compare multiple test results](./how-to-compare-multiple-test-runs.md).
443 KB
Loading

0 commit comments

Comments
 (0)