Documentation Index
Fetch the complete documentation index at: https://docs.catops.app/llms.txt
Use this file to discover all available pages before exploring further.
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.| Flag | Description |
|---|---|
--cpu | Sort by CPU (default) |
--mem | Sort by memory |
--limit N | Show top N processes |
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
cleanup
Clean up old log files and cache.All Flags
Global flags available for all commands:| Flag | Description |
|---|---|
--help, -h | Show help |
--version, -v | Show version |
--config | Custom config path |
--verbose | Enable debug output |