Health Monitoring with Bitaic CLI
The Health Monitoring functionality in Bitaic CLI allows you to monitor essential metrics such as CPU usage, memory consumption, and specific processes to ensure system reliability and performance.
Key Commands
Start Health Monitoring Agent:
bitaic agent start healthCheck Health Status:
bitaic health statusExample Usage
Monitor a server's CPU and memory usage with real-time output:
bitaic health status --metrics cpu memoryFor a deeper look into process-specific metrics:
bitaic health status --process nginxBest Practices
- Run bitaic health status regularly to identify potential bottlenecks early.
- Use --metrics flags to narrow down the data and focus on critical metrics.