AI Agent Health Check
Regular health checks ensure your OpenClaw agent is running optimally. This guide covers how to monitor agent health and diagnose performance issues.
Quick Health Check
# Run the full diagnostic suite
openclaw doctor
# Check agent status
openclaw status
# View system resource usage
openclaw stats
Health Indicators
| Indicator | Healthy | Warning |
|---|---|---|
| Response time | < 3 seconds | > 10 seconds |
| Memory usage | < 500 MB | > 1 GB |
| Error rate | < 1% | > 5% |
| Channel uptime | 99%+ | < 95% |
| Disk space | > 20% free | < 10% free |
Common Performance Issues
- High memory usage: Clear the conversation cache with
openclaw cache clear - Slow responses: Check your API provider status page, consider switching to a faster model
- Frequent disconnections: Verify network stability, enable auto-reconnect for all channels
- Log file growth: Configure log rotation to prevent disk space exhaustion
Automated Health Monitoring
# Schedule hourly health checks
openclaw schedule health-check --interval 1h --notify slack
ClawScan
Automatically detect and fix issues with your OpenClaw setup.