A simple Bash script to collect and log basic server performance statistics such as CPU usage, memory usage, disk usage, running processes, and network connections. Perfect for monitoring and basic server diagnostics.
- Logs CPU usage, memory usage, and disk usage
- Shows top 5 CPU-consuming processes
- Displays active network connections
- Saves logs to timestamped files for easy tracking
- Lightweight, no additional dependencies required
- Clone the repository:
git clone https://github.com/Ntharusha/server-perfomace-stats.git
cd server-perfomace-stats