This repository contains a Bash script, server-stats.sh
, that provides basic server performance statistics, including CPU, memory, and disk usage, as well as the top processes by CPU and memory. The script is compatible with Linux-based systems.
https://github.com/rarebek/server-performace-stats
- Clone the repository and navigate to the folder.
- Make the script executable:
chmod +x server-stats.sh