metrics
✓This skill should be used when the user asks about resource usage, CPU, memory, network, disk, or service performance. Covers questions like "how much memory is my service using" or "is my service slow".
Installation
SKILL.md
| CPUUSAGE | CPU usage (cores) | | CPULIMIT | CPU limit (cores) | | MEMORYUSAGEGB | Memory usage in GB | | MEMORYLIMITGB | Memory limit in GB | | NETWORKRXGB | Network received in GB | | NETWORKTXGB | Network transmitted in GB | | DISKUSAGEGB | Disk usage in GB | | EPHEMERALDISKUSAGEGB | Ephemeral disk usage in GB | | BACKUPUSAGEGB | Backup usage in GB |
| DEPLOYMENTID | Group by deployment | | DEPLOYMENTINSTANCEID | Group by instance | | REGION | Group by region | | SERVICEID | Group by service |
Omit serviceId and use groupBy to get metrics for all services:
This skill should be used when the user asks about resource usage, CPU, memory, network, disk, or service performance. Covers questions like "how much memory is my service using" or "is my service slow". Source: railwayapp/railway-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/railwayapp/railway-skills --skill metrics- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-14
- Updated
- 2026-02-18
Quick answers
What is metrics?
This skill should be used when the user asks about resource usage, CPU, memory, network, disk, or service performance. Covers questions like "how much memory is my service using" or "is my service slow". Source: railwayapp/railway-skills.
How do I install metrics?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/railwayapp/railway-skills --skill metrics Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/railwayapp/railway-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-14