Skip to content

Commit 2bf0601

Browse files
Merge pull request #233786 from JeffreyWolford/patch-8
New Page for Performance.md
2 parents 1ccb0ef + 4ed3430 commit 2bf0601

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Performance Benchmark for forwarding Gateway using Azure Monitor Agent
3+
description: Performance data for the AMA running in a gateway scenario
4+
ms.topic: conceptual
5+
author: guywi-ms
6+
ms.author: guywild
7+
ms.date: 4/07/2023
8+
ms.reviewer: jeffwo
9+
10+
#customer-intent: As a deployment engineer, I can scope the resources required to scale my gateway data colletors the use the Azure Monitor Agent.
11+
12+
---
13+
# Azure Monitor Agent Performance Benchmark
14+
15+
The agent can handle many thousands of events per second in the gateway event forwarding scenario. The exact throughput rate depends on various factors such as the size of each event, the specific data type, and physical hardware resources. This article will describe the Microsoft internal benchmark used for testing the agent throughput of 10k Syslog events in the forwarder scenario. The benchmark results should provide a guide to size the resources that you will need in your environment.
16+
17+
> [!NOTE]
18+
> The results in this article are informational about the performance of AMA in the forwarding scenario only and do not constitute any service agreement on the part of Microsoft.
19+
20+
## Best practices for agent as a forwarder.
21+
22+
- The forwarder should be on a dedicated system to eliminate potential interference from other workloads.
23+
- The forwarder system should be monitored for CPU, memory, and disk utilization to prevent overloads from causing data loss.
24+
- Where possible use a load balancer and redundant forwarder systems to improve reliability and scalability.
25+
- For other considerations for forwarders see the Log Analytics Gateway documentation.
26+
27+
## Agent Performance
28+
29+
The benchmark is run in a controlled environment to get repeatable, accurate, and statistically significant results. The resources consumed by the agent are measured under a load of 10,000 simulated Syslog events per second. The simulated load is run on the same physical hardware that the agent under test is on. Test trials are run for seven days. For each trial, performance metrics are sampled every second to collect CPU, memory, and network maximum and average usage. This approach provides the right information to help you estimate the resources needed for your environment.
30+
31+
> [!NOTE]
32+
> The results do not measure the end-to-end throughput ingested by a Log Analytics Workspace (or other telemetry sinks), as there may be end-to-end variability due to network and backend pipeline performance.
33+
34+
The benchmarks are run on an Azure VM Standard_F8s_v2 system using AMA Linux version 1.25.2 and 10 GB of disk space for the event cache.
35+
36+
- vCPU’s: 8 with HyperThreading (800% CPU is possible)
37+
- Memory: 16 GiB
38+
- Temp Storage: 64 GiB
39+
- Max Disk IOPS: 6400
40+
- Network: 12500 Mbp Max on all 4 physical NICs
41+
42+
43+
44+
## Results
45+
46+
| Perf Metric | Ave (Max) Med |
47+
|:---|:---:|
48+
| CPU % | 51 (262) |
49+
| Mem RSS MB | 276 (1,017) |
50+
| Network KBps | 338 (18,033) |
51+
52+
53+
## Next steps
54+
55+
- [Connect computers without internet access by using the Log Analytics gateway in Azure Monitor](gateway.md)
56+
- [Install the Azure Monitor Agent](azure-monitor-agent-manage.md) on Windows and Linux virtual machines.
57+
- [Create a data collection rule](data-collection-rule-azure-monitor-agent.md) to collect data from the agent and send it to Azure Monitor.
58+

articles/azure-monitor/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ items:
231231
href: agents/azure-monitor-agent-migration.md
232232
- name: Migration tools
233233
href: agents/azure-monitor-agent-migration-tools.md
234+
- name: Performance
235+
displayName: Performance
236+
href: /azure/azure-monitor/agents/azure-monitor-agent-performance.md
234237
- name: FAQ
235238
displayName: Azure Monitor agent FAQ
236239
href: /azure/azure-monitor/faq#azure-monitor-agent

0 commit comments

Comments
 (0)