Skip to content

Commit 252e07c

Browse files
authored
Merge pull request #109152 from MGoedtel/task1701291b
update to the other process explanation
2 parents bda3155 + 9c16551 commit 252e07c

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

articles/azure-monitor/faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -499,17 +499,17 @@ This Microsoft FAQ is a list of commonly asked questions about Azure Monitor for
499499

500500
### What does *Other Processes* represent under the Node view?
501501

502-
**Other processes** is intended to help you clearly understand the root cause of the high CPU usage on your node. This enables you to distinguish usage between containerized processes vs non-containerized processes.
502+
**Other processes** is intended to help you clearly understand the root cause of the high resource usage on your node. This enables you to distinguish usage between containerized processes vs non-containerized processes.
503503

504504
What are these **Other Processes**?
505505

506506
These are non-containerized processes that run on your node.
507507

508508
How do we calculate this?
509509

510-
**Other Processes** = Total usage from CAdvisor - Usage from containerized process
510+
**Other Processes** = *Total usage from CAdvisor* - *Usage from containerized process*
511511

512-
The **Other processes** can include:
512+
The **Other processes** includes:
513513

514514
- Self-managed or managed Kubernetes non-containerized processes
515515

@@ -519,7 +519,7 @@ The **Other processes** can include:
519519

520520
- System processes running on your node
521521

522-
- Other non-kubernetes workloads running on node hardware or VM
522+
- Other non-Kubernetes workloads running on node hardware or VM
523523

524524
### I don't see Image and Name property values populated when I query the ContainerLog table.
525525

articles/azure-monitor/insights/container-insights-analyze.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Kubernetes monitoring with Azure Monitor for containers | Microsoft Docs
33
description: This article describes how you can view and analyze the performance of a Kubernetes cluster with Azure Monitor for containers.
44
ms.topic: conceptual
5-
ms.date: 01/07/2020
5+
ms.date: 03/26/2020
66
---
77

88
# Monitor your Kubernetes cluster performance with Azure Monitor for containers
@@ -52,7 +52,7 @@ The health statuses included are:
5252
* **Warning**: One or more issues are detected that must be addressed or the health condition could become critical.
5353
* **Unknown**: If the service wasn't able to make a connection with the node or pod, the status changes to an Unknown state.
5454
* **Not found**: Either the workspace, the resource group, or subscription that contains the workspace for this solution was deleted.
55-
* **Unauthorized**: User doesnt have required permissions to read the data in the workspace.
55+
* **Unauthorized**: User doesn't have required permissions to read the data in the workspace.
5656
* **Error**: An error occurred while attempting to read data from the workspace.
5757
* **Misconfigured**: Azure Monitor for containers wasn't configured correctly in the specified workspace.
5858
* **No data**: Data hasn't reported to the workspace for the last 30 minutes.
@@ -195,6 +195,20 @@ The information that's presented when you view the **Nodes** tab is described in
195195
| Controller | Only for containers and pods. It shows which controller it resides in. Not all pods are in a controller, so some might display **N/A**. |
196196
| Trend Min %, Avg %, 50th %, 90th %, 95th %, Max % | Bar graph trend represents the average percentile metric percentage of the controller. |
197197

198+
You may notice a workload after expanding a node named **Other process**. It represents non-containerized processes that run on your node, and includes:
199+
200+
* Self-managed or managed Kubernetes non-containerized processes
201+
202+
* Container run-time processes
203+
204+
* Kubelet
205+
206+
* System processes running on your node
207+
208+
* Other non-Kubernetes workloads running on node hardware or VM
209+
210+
It is calculated by: *Total usage from CAdvisor* - *Usage from containerized process*.
211+
198212
In the selector, select **Controllers**.
199213

200214
![Select Controllers view](./media/container-insights-analyze/containers-controllers-tab.png)

0 commit comments

Comments
 (0)