A shell script to monitor basic server performance stats like CPU, Memory, Disk Usage, and top processes.
-
Save the Script: Save the code into a file named
server-stats.sh. -
Make it Executable: Open your terminal and run the following command to give the script execution permissions:
chmod +x server-stats.sh
-
Run the Script: Execute the script from your terminal:
./server-stats.sh
This project was completed as part of the backend developer roadmap from roadmap.sh.
Project Page URL: https://roadmap.sh/projects/server-stats