Linux Server Performance Monitoring Script
This is a Bash script that analyzes basic server performance statistics:
- Total CPU usage
- Total memory usage (Free vs Used)
- Total disk usage (Free vs Used)
- Top 5 processes by CPU usage
- Top 5 processes by Memory usage
GitHub repository: https://github.com/shdfhfhf/Project-1