get_docker_stats
Retrieve live CPU, memory, network I/O, and block I/O metrics for all running Docker containers to monitor resource usage and identify performance issues.
Instructions
Retrieve live resource utilization metrics for all running Docker containers.
Provides real-time CPU %, Memory %, Network I/O, and Block I/O (equivalent to docker stats).
Returns: JSON string listing resource metrics per running container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |