Tracks CPU, memory, disk I/O, and network usage with top, ps, vmstat, iostat to identify bottlenecks and optimize resource allocation/costs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/resource-usage-tracker:tracking-resource-usageThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Track CPU, memory, disk I/O, and network utilization in real time to identify bottlenecks, right-size instances, and reduce cloud infrastructure costs.
Track CPU, memory, disk I/O, and network utilization in real time to identify bottlenecks, right-size instances, and reduce cloud infrastructure costs.
This skill provides a comprehensive solution for monitoring and optimizing resource usage within an application. It leverages the resource-usage-tracker plugin to gather real-time metrics, identify performance bottlenecks, and suggest optimization strategies.
This skill activates when you need to:
User request: "Track memory usage and identify potential memory leaks."
The skill will:
User request: "Optimize database connection pool utilization."
The skill will:
This skill can be integrated with other monitoring and alerting tools to provide a comprehensive view of application performance. It can also be used in conjunction with deployment automation tools to automatically right-size instances based on resource usage patterns.
If resource tracking fails:
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin resource-usage-trackerMonitors CPU, memory, disk, and network resources using bash commands and Node.js scripts. Analyzes usage patterns, detects issues like leaks/bottlenecks, sets alerts, and recommends optimizations.
Detects performance bottlenecks in CPU, memory, I/O, database, and lock contention layers. Provides analysis and remediation strategies for slow applications.
Profiles system performance to identify bottlenecks using measurement before optimization — follows Brendan Gregg's USE Method and Google pprof methodology.