Monitoring System Performance

This runbook provides steps to monitor system performance on a Linux server. Prerequisites Access to the server Steps Check CPU Usage top Check Memory Usage free -h Check Disk Usage df -h Check Network Usage iftop Install Monitoring Tools (Optional) sudo apt install -y htop glances nload Run Monitoring Tools htop glances nload Verification Ensure system resources are within acceptable limits. Identify and troubleshoot any bottlenecks or issues.

Runbook.site