metrics

Retrieve CPU, memory, network, and disk metrics for Railway services.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/GaryOcean428/vex-agent --skill metrics-garyocean428
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metrics
Source: https://github.com/GaryOcean428/vex-agent/tree/main/.agents/skills/metrics
Command: npx skills add https://github.com/GaryOcean428/vex-agent --skill metrics-garyocean428

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides insights into your service's performance by querying resource usage metrics like CPU, memory, and network traffic.

Core Features & Use Cases

  • Resource Monitoring: Track CPU usage, memory consumption, network I/O, and disk usage.
  • Performance Debugging: Identify bottlenecks and diagnose slow-downs by analyzing historical metric data.
  • Use Case: You can ask "How much memory is my web service using in the last hour?" to understand its resource footprint.

Quick Start

Use the metrics skill to get the CPU and memory usage for your service in the last hour.

Frequently Asked Questions about metrics

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

FAQPage Schema
How do I check CPU and memory usage for my Railway service?

To check CPU and memory usage for a Railway service, you can query detailed resource metrics including utilization data for specific time ranges and sample rates. This allows you to monitor current performance and understand your service's resource footprint.

What is the best way to monitor network traffic and disk utilization on Railway?

Monitoring network traffic and disk utilization on Railway is done by retrieving detailed resource usage metrics. You can query specific time ranges, apply averaging windows, and group data by deployment or region to accurately track network I/O and disk consumption.

Can I query historical resource metrics for performance debugging on Railway?

Yes, you can query historical resource metrics for performance debugging on Railway. The skill retrieves detailed metric data like CPU, memory, and network usage over specific time ranges, helping you identify bottlenecks and diagnose slow-downs.

Does Railway resource monitoring support grouping metrics by deployment or region?

Railway resource monitoring supports grouping metrics by deployment or region. When retrieving CPU, memory, network, and disk utilization data, you can specify grouping options to isolate performance variations across different deployments or geographic regions.

How do I diagnose a slow-down using time-averaged resource metrics?

To diagnose a slow-down using time-averaged resource metrics, query historical CPU, memory, and network data with specified sample rates and averaging windows. Analyzing these metrics helps identify resource bottlenecks causing the performance degradation.