ssh_docker_stats

Capture Docker container CPU, memory, network, and block I/O statistics via SSH.

6|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/Nightreaver/python-ssh-mcp --skill ssh-docker-stats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh_docker_stats
Source: https://github.com/Nightreaver/python-ssh-mcp/tree/main/skills/ssh-docker-stats
Command: npx skills add https://github.com/Nightreaver/python-ssh-mcp --skill ssh-docker-stats

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quick, one-shot snapshot of resource usage per container, helping to identify high CPU or memory usage at a glance.

Core Features & Use Cases

  • Container Resource Usage: Capture CPU, memory, network, and block I/O statistics.
  • Efficient Triage: Use for initial diagnosis of performance issues.
  • Use Case: Suppose you have a container that is using an excessive amount of CPU. Use this Skill to get a snapshot of its resource usage and identify the cause.

Quick Start

Use the ssh_docker_stats skill to get the stats for the container named 'my-container'.

Frequently Asked Questions about ssh_docker_stats

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Docker container resource usage over SSH?

To check Docker container resource usage over SSH, run a single command snapshot that captures CPU, memory, network, and block I/O statistics for quick performance triage and troubleshooting of containerized applications.

What is the best way to get a quick snapshot of Docker container stats?

A quick snapshot of Docker container stats provides an immediate, one-shot view of resource consumption per container. This helps system administrators identify high CPU or memory usage at a glance without continuous monitoring overhead.

Do I need SSH access to monitor container statistics remotely?

Yes, you need SSH access to the host and Docker stats command availability to monitor container statistics remotely. This allows you to execute the diagnostic command against the target host's Docker daemon to retrieve usage data.

How can I diagnose high CPU usage in a containerized application?

To diagnose high CPU usage in a containerized application, capture a snapshot of the container's resource statistics. This isolates the problematic container's CPU, memory, network, and block I/O metrics for initial performance triage.

What metrics are included in Docker container stats for troubleshooting?

Docker container stats for troubleshooting include CPU usage, memory consumption, network traffic, and block I/O statistics. These metrics are captured together in a single snapshot to help identify resource bottlenecks efficiently.

Is a one-shot Docker stats command suitable for continuous monitoring?

A one-shot Docker stats command is targeted at initial diagnosis and efficient triage of performance issues, not continuous monitoring. It provides a snapshot of current resource usage rather than persistent tracking over time.