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 health

Check Health Status:

bitaic health status

Example Usage

Monitor a server's CPU and memory usage with real-time output:

bitaic health status --metrics cpu memory

For a deeper look into process-specific metrics:

bitaic health status --process nginx

Best Practices

  • Run bitaic health status regularly to identify potential bottlenecks early.
  • Use --metrics flags to narrow down the data and focus on critical metrics.