View Container Details
To view container metadata and metrics in the Controller Tenant:
- In the Applications Dashboard, go to Containers to see all monitored containers used by the application.
- In the Servers Dashboard, double-click a server and go to Containers to see all monitored containers on that host.
- To open the Container Dashboard, right-click on the container name, and choose View Details.
The Container Details view contains these tabs, which provide an overview of the health and resource usage for the container:
- Overview- Container metadata, Tags (name-value pairs derived from Docker/Kubernetes) plus AWS tags where applicable, and single chart views for CPU, memory, network and disk usage
- Processes - Lists the processes running within the container with their associated metrics such as CPU usage, memory usage, so on. To disable this tab, set processMonitorConfig to false in DockerMonitoring.yml. See Configure Docker Visibility. This feature requires Controller 24.10.0 or later and Machine Agent 24.10.0 or later.
- CPU- CPU Usage and Throttled Time metrics
- Memory- Memory Usage and Memory Fault metrics
- Network- Network Usage metrics (only available when running in Diagnostic mode), see "Enable Dynamic Monitoring Mode (DMM)" under Machine Agent Configuration Properties.
- The Node Dashboard also includes a Containers tab for the container in which that node is running.