The DockerHostMA:getContainerStats Method

The DockerHostMA:getContainerStats method returns the resource usage details for the container that matches the given ContainerName.

Type

Synchronous, IMPACT_INFO

Arguments

Name Type Description
ContainerName String The name of the Docker container.

Returns

Name Type Description
ContainerName String The name of the Docker container
ContainerId String The ID of the Docker container
%Memory Double Memory utilization percentage for the container
%CPU Double CPU utilization percentage for the container
Network I/O String Network I/O usage for the container
Disk I/O String Disk I/O usage for the container