介绍
# Beszel Monitoring
检查本地服务器的状态。
## 用法 - `beszel status` - 获取所有系统的状态 - `beszel containers` - 按 CPU 使用率列出主要的容器
## 命令 ```bash # Get status source ~/.zshrc && ~/clawd/skills/beszel/index.js status
# Get container stats source ~/.zshrc && ~/clawd/skills/beszel/index.js containers ```