Skip to main content

Metrics Commands

status

Display current system metrics.
Shows:
  • CPU usage (total and per-core)
  • Memory usage (used/total)
  • Disk usage (per mount)
  • Network traffic
  • Load averages
  • Daemon status

processes

Show top processes by resource usage.
Options:

AI Commands

ask

Ask AI questions about your server.
Requires Cloud mode. Enable with catops auth login.

Configuration Commands

config

View current configuration.
Shows:
  • Collection interval
  • Auth status
  • Server ID
  • Config file path

set

Update configuration settings.
Valid intervals: 10-300 seconds.

Service Commands

service install

Install CatOps as a system service.
Creates:
  • Linux: systemd user service
  • macOS: launchd agent

service start

Start the monitoring service.

service stop

Stop the monitoring service.

service remove

Uninstall the system service.

service status

Check service status.

Authentication Commands

auth login

Connect to CatOps Cloud.
Get your token from catops.app/settings.

auth logout

Disconnect from Cloud.

auth info

Show current authentication status.

Daemon Commands

restart

Restart the monitoring daemon.
Use after changing configuration.

start

Start monitoring in foreground (debugging).
Press Ctrl+C to stop.

Update Commands

update

Update to the latest version.

version

Show current version.

Cleanup Commands

uninstall

Remove CatOps completely.
Removes:
  • Binary (~/.local/bin/catops)
  • Config (~/.catops/)
  • System service
  • Log files

cleanup

Clean up old log files and cache.

All Flags

Global flags available for all commands: