To access: AppDynamics Home > Servers > Containers

The Containers Dashboard shows resource utilization metrics of your containerized applications and the underlying host machine. You can access the Containers Dashboard from the Servers tab in the Controller UI. The Containers page lists all monitored containers used by an application that is registered to the Controller.


Container Metrics

CPU

NameDescriptionDefault Monitoring Mode1
%BusyPercentage of time the CPU was busy processing system or user requests from this container; this metric includes CPU Stolen time.KPI
%Busy Scaled

If the -cpus=<value> option is set in the container, this metric measures the scaled value of the CPUs property. If this value is not set, this metric measures the scaled value of the Logical CPUs property.

To enable CPU Scaling, do the following:

    • Log in to the administration console: http://<controller host>:<port>/controller/admin.jsp
    • Select the user account of interest.
    • Click Add Property and add the following:
      key = sim.docker.container.cpuScaling
      value = true
KPI
Logical CoresThe number of logical cores on the host machine that are available to the container.KPI
SharesThe -c or cpu-shares setting used to start the container.KPI
Throttle CountNumber of times the container CPU is throttled.  Putting this in Advanced mode as the first metric to look for throttling would be Throttled Time and if Throttled time is less and still container is limited on computation then this metric can be looked at. 

KPI

Throttled Time (ms)

Total amount of time the container CPU was throttled and did not get enough host CPU. High throttle times indicate that The -c or cpu-shares setting used to start the container was too low.

KPI
Total %The average utilization (all available CPUs) by the container. 

KPI

Disks

NameDescriptionDefault Monitoring Mode1
Average IO Utilization %Average disk utilization for read/write operations. This metric might be unavailable on some platforms.KPI
<disk> Reads/secNumber of read operations by the container on <disk>.Diagnostic
<disk> Writes/secNumber of write operations by the container on <disk>.Diagnostic
KB Read/secThe rate of data read by the container from all disks and partitions.KPI
KB Written/secThe rate of data written by the container to all disks and partitions.KPI
MB Reads/sec (MB)Number of read operations by the container on all disks and partitions.KPI
MB Writes/secNumber of write operations by the container on all disks and partitions.KPI
Queue Size

Average number of container requests queued during the time bucket. Consistentlyhiqhqueue sizes indicate that the container is not getting enough IO resources. This metric might be unavailable on some platforms.

KPI

Memory

NameDescriptionDefault Monitoring Mode1
Cache Size (MB)Total amount of data cached in memory.

Diagnostic

Failed CountNumber of times a memory allocation failure occurred because it exceeded the pre-set memory limit for that container. OR Number of times the hard limit for the container was hit.KPI
Page Major Fault CountNumber of major page faults caused by the container. Docker metric pgmajfault. A high rate of page faults might indicate that the memory constraints specified for the container are too low.KPI
ReservationSoft limit based on the --memory-reservation used to start the containerKPI
Resident Set Size (MB)Total amount of memory that belongs to stacks, heaps, and anonymous memory maps.KPI
UsageMemory usage by the container, in bytes.KPI
Used %Memory utilization by the container as a percentage of the memory hard limit, which is based on the --memory option used to start the container.KPI
Used MBMemory utilization by the container, in MB.KPI

Network

NameDescriptionDefault Monitoring Mode1
Count (KB)Network Volume, count (KB), incoming from an external network and outgoing to an external network.

KPI

Rate (KB/s) 

Network Rate, rate (KB/s), incoming from an external network and outgoing to an external network

Diagnostic

Incoming (KB)Network traffic received by the container.KPI
Outgoing (KB)Network traffic sent by the container.KPI
Incoming (KB/sec) Rate of network traffic received by the container.Diagnostic
Outgoing (KB/sec)  Rate of network traffic sent by the container.Diagnostic
Incoming Packets Number of packets received by the container.Diagnostic
Outgoing Packets  Number of packets sent by the container.Diagnostic
Incoming Packets Dropped  Number of incoming packets dropped before reaching the container. A high count of dropped packets might indicate high congestion or an issue on the network path.KPI
Outgoing Packets Dropped Number of outgoing packets dropped after leaving the container. A high count of dropped packets might indicate high congestion or an issue on the network path.KPI
Incoming Errors  Number of packets received with errors.KPI
Outgoing ErrorsNumber of packets sent with errors.KPI
<eth0> Incoming ErrorsNumber of collision errors when <eth0> could not receive a frame due to a problem on the interface.Diagnostic
<eth0> Outgoing ErrorsNumber of collision errors when <eth0> could not send a frame due to a problem on the interface.Diagnostic
<eth0> Incoming KBAverage KB of traffic received on <eth0>Diagnostic
<eth0> Outgoing KBAverage KB of traffic sent on <eth0>Diagnostic
<eth0> Incoming KB/secAverage rate of traffic received on <eth0>Diagnostic
<eth0> Outgoing KB/secAverage rate of traffic sent on <eth0>Diagnostic
<eth0>Incoming ErrorsNumber of packets received on <eth0> with errorsDiagnostic
<eth0> Outgoing ErrorsNumber of packets sent on <eth0> with errorsDiagnostic
<eth0> Incoming Packets DroppedNumber of incoming packets dropped before reaching <eth0>. A high count of dropped packets might indicate high congestion or an issue on the network path.Diagnostic
<eth0> Outgoing Packets DroppedNumber of outgoing packets dropped after leaving <eth0>. A high count of dropped packets might indicate high congestion or an issue on the network path.Diagnostic