Functions • Download • How to use it • Credits
With this script you will be able to visualize a lot of statistics about your server/machine like...
- Instaled OS
- System Uptime
- Load Avarage
- Users
- Failed to LogIn (Users)
- Total CPU
- Total MEM
- Total DISK
- Usage per PS (MEM)
- Usage per PS (CPU)
First of all you'll need git intalled on your server/machine. If you dont haven't, check the follow link. Git You need to clone this repository like this:
$ git clone https://github.com/matiasdante/server-performance-stats.git
- Next, you need to access the folder with:
$ cd server-performance-stats
- Then, you can just run a
ls -la
to list the folder contents, and you will seeserver-stats.sh
. Run the following command:
$ chmod +x server-stats.sh
This will give execution permission to the file. Now you can easily execute it.
- Launch the script:
$ ./server-stats.sh
- Made for the roadmap.sh projecto - server-performance-stats - https://roadmap.sh/projects/server-stats
- matutEv