Metrics Commands
status
Display current system metrics.- 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.AI Commands
ask
Ask AI questions about your server.Requires Cloud mode. Enable with
catops auth login.Configuration Commands
config
View current configuration.- Collection interval
- Auth status
- Server ID
- Config file path
set
Update configuration settings.Service Commands
service install
Install CatOps as a system service.- 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.auth logout
Disconnect from Cloud.auth info
Show current authentication status.Daemon Commands
restart
Restart the monitoring daemon.start
Start monitoring in foreground (debugging).Ctrl+C to stop.
Update Commands
update
Update to the latest version.version
Show current version.Cleanup Commands
uninstall
Remove CatOps completely.- Binary (
~/.local/bin/catops) - Config (
~/.catops/) - System service
- Log files