Skip to content

Commit 303db14

Browse files
committed
Refresh content
1 parent 395f9fa commit 303db14

File tree

1 file changed

+36
-62
lines changed

1 file changed

+36
-62
lines changed
Lines changed: 36 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,75 @@
11
---
2-
title: Monitor Azure Load Testing
3-
description: Start here to learn how to monitor Azure Load Testing
4-
author: Sachid26
5-
ms.topic: how-to
6-
ms.author: sacsharm
2+
title: Monitoring Azure Load Testing
3+
description: Learn about the data
4+
services: load-testing
75
ms.service: load-testing
6+
ms.topic: how-to
7+
author: ntrogh
8+
ms.author: nicktrog
89
ms.custom: subject-monitoring
9-
ms.date: 04/22/2022
10+
ms.date: 04/05/2023
1011
---
1112

13+
# Monitoring Azure Load Testing
1214

15+
When you have critical applications and business processes relying on Azure resources, you want to monitor those resources for their availability, performance, and operation. This article describes the monitoring data generated by Azure Load Testing.
1316

14-
# Monitor Azure Load Testing
15-
16-
When you have critical applications and business processes relying on Azure resources, you want to monitor those resources for their availability, performance, and operation.
17-
18-
This article describes the monitoring data generated by Azure Load Testing.
19-
20-
21-
## What is Azure Monitor?
22-
Azure Load Testing creates monitoring data using [Azure Monitor](../azure-monitor/overview.md), which is a full stack monitoring service in Azure. Azure Monitor provides a complete set of features to monitor your Azure resources. It can also monitor resources in other clouds and on-premises.
23-
24-
Start with the article [Monitoring Azure resources with Azure Monitor](../azure-monitor/essentials/monitor-azure-resource.md), which describes the following concepts:
25-
26-
- What is Azure Monitor?
27-
- Costs associated with monitoring
28-
- Monitoring data collected in Azure
29-
- Configuring data collection
30-
- Standard tools in Azure for analyzing and alerting on monitoring data
31-
32-
The following sections build on this article by describing the specific data gathered for Azure Load Testing. These sections also provide examples for configuring data collection and analyzing this data with Azure tools.
17+
Azure Load Testing creates monitoring data using [Azure Monitor](/azure/azure-monitor/overview), which is a full stack monitoring service in Azure. Azure Monitor provides a complete set of features to monitor your Azure resources. It can also monitor resources in other clouds and on-premises. Learn more about [monitoring Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource).
3318

3419
> [!TIP]
35-
> To understand costs associated with Azure Monitor, see [Usage and estimated costs](../azure-monitor//usage-estimated-costs.md). To understand the time it takes for your data to appear in Azure Monitor, see [Log data ingestion time](../azure-monitor/logs/data-ingestion-time.md).
20+
> To understand costs associated with Azure Monitor, see [Usage and estimated costs](/azure/azure-monitor//usage-estimated-costs). To understand the time it takes for your data to appear in Azure Monitor, see [Log data ingestion time](/azure/azure-monitor/logs/data-ingestion-time).
3621
3722
## Monitoring data
3823

24+
Azure Load Testing collects the same kinds of monitoring data as other Azure resources that are described in [Monitoring data from Azure resources](/azure/azure-monitor/essentials/monitor-azure-resource#monitoring-data-from-azure-resources).
3925

40-
Azure Load Testing collects the same kinds of monitoring data as other Azure resources that are described in [Monitoring data from Azure resources](../azure-monitor/essentials/monitor-azure-resource.md#monitoring-data-from-azure-resources).
41-
42-
See [Monitor Azure Load Testing data reference](monitor-load-testing-reference.md) for detailed information on logs metrics created by Azure Load Testing.
43-
44-
26+
See [Monitor Azure Load Testing data reference](./monitor-load-testing-reference.md) for detailed information on logs metrics created by Azure Load Testing.
4527

4628
## Collection and routing
4729

30+
Platform metrics and the Activity log are collected and stored automatically, but can be routed to other locations by using a diagnostic setting. Resource Logs are not collected and stored until you create a diagnostic setting and route them to one or more locations.
4831

49-
Platform metrics and the Activity log are collected and stored automatically, but can be routed to other locations by using a diagnostic setting.
32+
See [Create diagnostic setting to collect platform logs and metrics in Azure](/azure/azure-monitor/platform/diagnostic-settings) for the detailed process for creating a diagnostic setting using the Azure portal, CLI, or PowerShell. When you create a diagnostic setting, you specify which categories of logs to collect.
5033

51-
Resource Logs are not collected and stored until you create a diagnostic setting and route them to one or more locations.
52-
53-
54-
See [Create diagnostic setting to collect platform logs and metrics in Azure](/azure/azure-monitor/platform/diagnostic-settings) for the detailed process for creating a diagnostic setting using the Azure portal, CLI, or PowerShell. When you create a diagnostic setting, you specify which categories of logs to collect. The categories for Azure Load Testing are listed in [Monitor Azure Load Testing data reference](monitor-load-testing-reference.md#resource-logs).
55-
56-
57-
The following sections describe which types of logs you can collect.
34+
The log categories for Azure Load Testing are listed in [Monitor Azure Load Testing data reference](./monitor-load-testing-reference.md#resource-logs).
5835

5936
## Analyzing logs
6037

61-
Data in Azure Monitor Logs is stored in tables where each table has its own set of unique properties.
38+
Data in Azure Monitor Logs is stored in tables where each table has its own set of unique properties. All resource logs in Azure Monitor have the same fields followed by service-specific fields. The common schema is outlined in [Azure Monitor resource log schema](/azure/azure-monitor/essentials/resource-logs-schema).
6239

63-
All resource logs in Azure Monitor have the same fields followed by service-specific fields. The common schema is outlined in [Azure Monitor resource log schema](../azure-monitor/essentials/resource-logs-schema.md). You can find the schema for Azure Load Testing resource logs in the [Monitor Azure Load Testing data reference](monitor-load-testing-reference.md#resource-logs).
40+
You can find the schema for Azure Load Testing resource logs in the [Monitor Azure Load Testing data reference](monitor-load-testing-reference.md#resource-logs).
6441

65-
The [Activity log](../azure-monitor/essentials/activity-log.md) is a type of platform log in Azure that provides insight into subscription-level events. You can view it independently or route it to Azure Monitor Logs, where you can do much more complex queries using Log Analytics.
42+
The [Activity log](/azure/azure-monitor/essentials/activity-log) is a type of Azure platform log that provides insight into subscription-level events. You can view it independently or route it to Azure Monitor Logs, where you can do much more complex queries using Log Analytics.
6643

6744
For a list of resource logs types collected for Azure Load Testing, see [Monitor Azure Load Testing data reference](monitor-load-testing-reference.md#resource-logs).
6845

69-
7046
### Sample Kusto queries
7147

72-
7348
> [!IMPORTANT]
74-
> When you select **Logs** from the Azure Load Testing menu, Log Analytics is opened with the query scope set to the current [service name]. This means that log queries will only include data from that resource. If you want to run a query that includes data from other [service resource] or data from other Azure services, select **Logs** from the **Azure Monitor** menu. See [Log query scope and time range in Azure Monitor Log Analytics](../azure-monitor/logs/scope.md) for details.
75-
49+
> When you select **Logs** from the Azure Load Testing menu, Log Analytics is opened with the query scope set to the current [service name]. This means that log queries will only include data from that resource. If you want to run a query that includes data from other [service resource] or data from other Azure services, select **Logs** from the **Azure Monitor** menu. See [Log query scope and time range in Azure Monitor Log Analytics](/azure/azure-monitor/logs/scope) for details.
7650
7751
Following are queries that you can use to help you monitor your Azure Load Testing resources:
52+
7853
- Retrieve the list of tests:
79-
```
80-
AzureLoadTestingOperation
81-
| where OperationId == "Test_CreateOrUpdateTest"
82-
| where HttpStatusCode == 201
83-
| summarize count() by _ResourceId
84-
85-
```
54+
55+
```
56+
AzureLoadTestingOperation
57+
| where OperationId == "Test_CreateOrUpdateTest"
58+
| where HttpStatusCode == 201
59+
| summarize count() by _ResourceId
60+
```
61+
8662
- Retrieve the list of test runs:
87-
```
88-
AzureLoadTestingOperation
89-
| where OperationId == "TestRun_CreateAndUpdateTest"
90-
| where HttpStatusCode == 201
91-
| summarize count() by _ResourceId
92-
93-
```
9463
64+
```
65+
AzureLoadTestingOperation
66+
| where OperationId == "TestRun_CreateAndUpdateTest"
67+
| where HttpStatusCode == 201
68+
| summarize count() by _ResourceId
69+
```
9570
9671
## Next steps
9772
98-
9973
- See [Monitor Azure Load Testing data reference](monitor-load-testing-reference.md) for a reference of the metrics, logs, and other important values created by Azure Load Testing.
10074
101-
- See [Monitoring Azure resources with Azure Monitor](../azure-monitor/essentials/monitor-azure-resource.md) for details on monitoring Azure resources.
75+
- See [Monitoring Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for details on monitoring Azure resources.

0 commit comments

Comments
 (0)