Skip to content

Commit 75d3b62

Browse files
authored
Merge pull request #266704 from guywi-ms/PerfInsights
Add PerfInsights
2 parents 9ed3190 + fd7c300 commit 75d3b62

File tree

7 files changed

+18
-3
lines changed

7 files changed

+18
-3
lines changed

articles/azure-monitor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ items:
356356
href: vm/monitor-virtual-machine-analyze.md
357357
- name: Create alerts
358358
href: vm/monitor-virtual-machine-alerts.md
359+
- name: Troubleshoot VM performance issues
360+
href: /troubleshoot/azure/virtual-machines/performance-diagnostics?toc=/azure/azure-monitor/toc.json
359361
- name: VM insights
360362
items:
361363
- name: Overview
59.9 KB
Loading
326 KB
Loading

articles/azure-monitor/vm/monitor-virtual-machine.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ See [Design a Log Analytics workspace architecture](../logs/workspace-design.md)
8383
> [!IMPORTANT]
8484
> Azure Monitor agent is in preview for some service features. See [Supported services and features](../agents/agents-overview.md#supported-services-and-features) for current details.
8585
86+
## Troubleshoot VM performance issues with Performance Diagnostics
87+
88+
[The Performance Diagnostics tool](/troubleshoot/azure/virtual-machines/performance-diagnostics?toc=/azure/azure-monitor/toc.json) helps troubleshoot performance issues on Windows or Linux virtual machines by quickly diagnosing and providing insights on issues it currently finds on your machines. The tool does not analyze historical monitoring data you collect, but rather checks the current state of the machine for known issues, implementation of best practices, and complex problems that involve slow VM performance or high usage of CPU, disk space, or memory.
89+
8690

8791
## Next steps
8892

articles/azure-monitor/vm/vminsights-performance.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,17 @@ The following capacity utilization charts are provided:
115115
* **Bytes Receive Rate**: Defaults show the average bytes received.
116116

117117
Selecting the pushpin icon in the upper-right corner of a chart pins it to the last Azure dashboard you viewed. From the dashboard, you can resize and reposition the chart. Selecting the chart from the dashboard redirects you to VM insights and loads the performance detail view for the VM.
118-
<!-- convertborder later -->
119-
:::image type="content" source="./media/vminsights-performance/vminsights-performance-directvm-01.png" lightbox="./media/vminsights-performance/vminsights-performance-directvm-01.png" alt-text="Screenshot that shows VM insights Performance directly from the VM view." border="false":::
118+
119+
:::image type="content" source="./media/vminsights-performance/vminsights-performance-direct-vm.png" lightbox="./media/vminsights-performance/vminsights-performance-direct-vm.png" alt-text="Screenshot that shows VM insights Performance directly from the VM view.":::
120+
121+
## Troubleshoot VM performance issues with Performance Diagnostics
122+
123+
[The Performance Diagnostics tool](/troubleshoot/azure/virtual-machines/performance-diagnostics?toc=/azure/azure-monitor/toc.json) helps troubleshoot performance issues on Windows or Linux virtual machines by quickly diagnosing and providing insights on issues it currently finds on your machines. The tool does not analyze historical monitoring data you collect, but rather checks the current state of the machine for known issues, implementation of best practices, and complex problems that involve slow VM performance or high usage of CPU, disk space, or memory.
124+
125+
To install and run the Performance Diagnostics tool, select the **Performance Diagnostics** button from the VM Insights Performance screen > **Install performance diagnostics** and [select an analysis scenario](/troubleshoot/azure/virtual-machines/performance-diagnostics#select-an-analysis-scenario-to-run?toc=/azure/azure-monitor/toc.json)
126+
127+
:::image type="content" source="./media/vminsights-performance/vminsights-performance-diagnostics.png" lightbox="./media/vminsights-performance/vminsights-performance-diagnostics.png" alt-text="Screenshot that shows the Performance Diagnostics button, which enables the Performance Diagnostics tool from the VM Insights Performance screen.":::
128+
120129

121130
## View performance directly from an Azure virtual machine scale set
122131

@@ -130,7 +139,7 @@ This page loads the Azure Monitor performance view scoped to the selected scale
130139

131140
Selecting the pushpin icon in the upper-right corner of a chart pins it to the last Azure dashboard you viewed. From the dashboard, you can resize and reposition the chart. Selecting the chart from the dashboard redirects you to VM insights and loads the performance detail view for the VM.
132141

133-
:::image type="content" source="./media/vminsights-performance/vminsights-performance-directvmss-01.png" lightbox="./media/vminsights-performance/vminsights-performance-directvmss-01.png" alt-text="Screenshot that shows VM insights Performance directly from the virtual machine scale set view.":::
142+
:::image type="content" source="./media/vminsights-performance/vminsights-performance-direct-vmss.png" lightbox="./media/vminsights-performance/vminsights-performance-direct-vmss.png" alt-text="Screenshot that shows VM insights Performance directly from the virtual machine scale set view.":::
134143

135144
>[!NOTE]
136145
>You can also access a detailed performance view for a specific instance from the **Instances** view for your scale set. Under the **Settings** section, go to **Instances** and select **Insights**.

0 commit comments

Comments
 (0)