All Products
Search
Document Center

Enterprise Distributed Application Service:Host monitoring

Last Updated:Mar 11, 2026

When applications deployed on ECS clusters experience performance degradation, you need visibility into the underlying infrastructure to isolate root causes. EDAS host monitoring collects CPU, memory, disk, load, network traffic, and network packet metrics for each node, so you can correlate application-level issues with host-level resource constraints.

Metrics reference

The Host Monitoring tab displays time series charts grouped into the following categories. Each chart plots one or more metrics over time.

CPU

MetricDescription
totalOverall CPU utilization across all cores.
cpu_sysCPU time spent on kernel (system-level) processes. A sustained high value may indicate heavy I/O operations or frequent system calls.
cpu_userCPU time spent on user-level processes, such as application workloads.
cpu_iowaitCPU time spent waiting for I/O operations to complete. A sustained high value typically indicates disk or network bottlenecks.

Memory

MetricDescription
totalTotal physical memory installed on the host.
mem_freeMemory not currently in use by any process or cache.
mem_usedMemory actively in use by processes. This value may include cached and buffered memory depending on the calculation method.
mem_cachMemory used by the OS page cache for recently accessed files. The OS can reclaim this memory when processes need it.
mem_buffMemory used for I/O buffers, such as pending disk writes. Like cached memory, buffer memory can be reclaimed under memory pressure.

Disk

MetricDescription
totalTotal system disk capacity.
SystemDiskFreeFree space remaining on the system disk.
SystemDiskUsedSpace consumed on the system disk. Monitor this metric to detect disk exhaustion before it causes application failures.

Load

MetricDescription
systemLoadSystem load average -- the average number of processes in the run queue over a time interval. A sustained value above the number of CPU cores typically indicates resource contention. For example, a load of 4.0 on a 2-core host means processes are consistently waiting for CPU time.

Network traffic

MetricDescription
traffic_bytinInbound network traffic (bytes received).
traffic_bytoutOutbound network traffic (bytes sent).

Network packets

MetricDescription
traffic_pktinInbound packets received.
traffic_pktoutOutbound packets sent.
traffic_pkterrPacket errors. A sustained increase may indicate network interface hardware issues, driver problems, or MTU mismatches.
traffic_pktdrpDropped packets. Persistent drops may point to buffer overflow, network congestion, or firewall rules discarding traffic.

View host metrics

To access host monitoring data, navigate to the application node in the EDAS console.

Prerequisites

Before you begin, make sure that you have:

  • An application deployed on an ECS cluster in EDAS

  • Permissions to access the EDAS console and the target application

Open the Host Monitoring tab

  1. Log on to the EDAS console.

  2. In the left-side navigation pane, choose Application Management > Applications.

  3. On the Applications page, configure the following filters in the top navigation bar:

    • Select a region.

    • From the Microservices Namespace drop-down list, select a microservices namespace.

    • From the Cluster Type drop-down list, select ECS Clusters.

  4. Click the name of the application you want to monitor.

  5. In the left-side navigation pane, choose Application Monitoring > Application Details.

  6. On the Application Details page, select a node and click the Host Monitoring tab.

Host monitoring page

Interact with charts

The HOST Monitoring tab displays time series charts for CPU, Memory, Disk, Load, Network Traffic (Bytes), and Network Packets (Count).

ActionHow to
Toggle a metricClick a metric name (for example, cpu_sys) in the chart legend to show or hide it. Each chart must have at least one visible metric. If only one metric is displayed in a chart, you cannot hide it.
Compare or filter by time rangeClick the time range icon icon in the upper-right corner of a chart to compare metrics across time ranges or zoom into a specific period.
View API detailsClick the API details icon icon in the upper-right corner of a chart to inspect the underlying API call for a specific metric.