Systemeye is a bash script to analyze basic server performance statistics on Ubuntu systems. It is designed for system monitoring and debugging.
Systemeye prints the following performance statistics to the terminal and refreshes every 5 seconds.
- Total CPU Usage
- Total Memory Usage
- Total Disk Usage
- Top 5 Processes by CPU Usage
- Top 5 Processes by Memory Usage
- An Ubuntu-based server or desktop environment.
- Bash shell access.
-
Clone the repository:
git clone https://github.com/idesmukh/systemeye.git cd systemeye -
Make the script executable:
chmod +x systemeye.sh
Run the script from your terminal:
./systemeye.shThis code is provided under the MIT license.