The DockerHostMA:getContainerStats Method
The DockerHostMA:getContainerStats method returns the resource usage details for the container that matches the given ContainerName.
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 |
Related reference
Copyright © Cloud Software Group, Inc. All rights reserved.