Platform

Monitoring

Host metrics and operational monitoring in SkyPort.

SkyPort exposes host monitoring through the backend metrics service and the live dashboard/TUI surfaces.

What Is Measured

  • CPU usage
  • Memory usage
  • Disk usage
  • Host identity and uptime context
  • Deployment status when a deployment is selected in the UI or CLI

CLI Check

terminal
skyport status

The status command opens a live dashboard view and refreshes host and deployment information on a timer.

Web Metrics Flow

The backend exposes metrics at the API layer and pushes data into the dashboard and TUI.

Practical Use

  • Check the host before deploying a new service
  • Watch resource pressure while a container or PM2 process is starting
  • Correlate deployment failures with host load and logs
terminal
skyport status
skyport logs <deployment-id>
skyport docker ps
skyport pm2 list

Next

  1. Read Logs for log-centric workflows.
  2. Open Docker for container-level monitoring.
  3. Review PM2 for process-level monitoring.
SkyPort

SkyPort Docs

Self-hosted infrastructure platform