cfn-memory-monitoring

Monitor per-agent container memory usage and report to Redis.

14|2|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/masharratt/claude-flow-novice --skill cfn-memory-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cfn-memory-monitoring
Source: https://github.com/masharratt/claude-flow-novice/tree/main/.claude/cfn-extras/skills/analytics/cfn-memory-monitoring
Command: npx skills add https://github.com/masharratt/claude-flow-novice --skill cfn-memory-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Adds real-time memory monitoring and reporting to Docker-based CFN Loop tasks with optional Redis coordination and automatic cleanup.

Core Features & Use Cases

  • Memory reporting: Tracks per-agent memory usage and reports to Redis.
  • Memory thresholds: Triggers alerts when usage crosses thresholds.
  • Performance analytics: Generates metrics for optimization.

Quick Start

Deploy the memory monitoring wrapper into your Docker image and start reporting at a chosen interval.

Frequently Asked Questions about cfn-memory-monitoring

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

FAQPage Schema
How do I monitor memory usage for Docker containers in a CFN deployment?

Memory monitoring tracks per-agent container usage in real time, reporting metrics to Redis for swarm coordination. Deploy the monitoring wrapper into your Docker image and configure the reporting interval to start collecting and alerting on memory consumption.

Can I set up automatic alerts when Docker container memory exceeds a threshold?

Yes. Threshold-based alerts trigger when memory usage crosses defined limits, integrated with health checks for automatic container cleanup. This enables proactive stability management without manual intervention.

What's the best way to track performance metrics across multiple agent containers?

Real-time memory tracking with Redis-backed reporting aggregates per-agent metrics for analysis and optimization. This approach provides centralized visibility into performance across your Docker deployment for data-driven tuning.

Does Docker memory monitoring work with Redis for distributed coordination?

Yes. The Skill integrates Redis reporting for swarm coordination, enabling distributed memory tracking and threshold management across multiple containers in coordinated deployments.

What happens when container memory usage triggers cleanup in Docker deployments?

Automatic container cleanup activates when thresholds are exceeded, removing unhealthy instances to maintain stability. Health-check integration ensures only containers meeting performance criteria remain active.