Skip to content

Hosts & Containers

The Hosts module provides a centralized view for monitoring the health, performance, and resource utilization of your infrastructure. This view automatically populates with data once the KloudMate Agent is installed on your Linux or Windows servers.

From this view, you can seamlessly navigate from a fleet-wide overview down to the metrics and logs of an individual host or its associated containers.

To access the Hosts module, navigate to Infrastructure > Hosts in the KloudMate sidebar.

The view is divided into two primary resource types:

  • Hosts: Physical or virtual machines running the KloudMate Agent.
  • Containers: Docker or containerd instances running on the monitored hosts.

The default table view provides a high-level summary of your active resources.

For hosts, the following default metrics are displayed:

  • Host Name: The detected name of the machine.
  • OS: The operating system type and version (e.g., Linux, Windows).
  • CPU: The percentage of CPU utilization.
  • Memory: The percentage of memory used, along with total absolute usage.
  • Disk Used: The absolute amount of filesystem storage used.
  • Uptime: The duration the host has been running continuously.

For containers, the following default metrics are displayed:

  • Container Name: The name of the container.
  • Image: The container image being run.
  • Runtime: The runtime environment (e.g., docker, containerd).
  • CPU: The percentage of CPU utilization.
  • Memory: The percentage of memory used, along with total absolute usage.

You can filter the list view to narrow down the resources you are monitoring:

  • Search: Search for specific host names or container names.
  • OS Filter: Filter the host list by Operating System (e.g., linux, windows, darwin).
  • Time Range: Adjust the global time picker to view resource utilization averages over a specific period.

Clicking on any Host or Container row opens a detailed drill-down drawer. This allows you to investigate the resource without leaving the context of your fleet view.

The drill-down drawer contains the following tabs depending on the resource type:

Displays interactive time-series charts for the resource.

  • Hosts: View detailed charts for CPU, Memory, Disk I/O, Network traffic, and System Load.
  • Containers: View container-specific CPU and Memory utilization charts.

Provides immediate access to the logs generated by the selected resource.

  • You can search, filter, and analyze logs specific to that host or container directly within the drawer.

When inspecting a Host, this tab lists all the active containers running on that specific machine, displaying their individual CPU, Memory, Image, and Runtime metrics. Clicking a container in this list will update the drawer to show the details for that specific container.

Host metrics are collected automatically with zero configuration required once you deploy the agent.

  1. Install the KloudMate Agent on your servers.
  2. The agent will begin forwarding core metrics (CPU, Memory, Filesystem, Uptime) and system logs to KloudMate.
  3. Your servers will automatically appear in the Hosts view within a few minutes.

For instructions on adding custom cloud metadata (like AWS EC2 or Azure tags) or capturing advanced process-level metrics, see the Advanced Host Metrics Collection guide.