An open API service indexing awesome lists of open source software.

https://github.com/lukeshirnia/serverusage

This is a script that pulls in: RAM, CPU details along with other things.
https://github.com/lukeshirnia/serverusage

Last synced: 3 months ago
JSON representation

This is a script that pulls in: RAM, CPU details along with other things.

Awesome Lists containing this project

README

        

# ServerUsage
This is a script that pulls in: RAM, CPU details along with other things.

To run the script:

bash <(curl -s https://raw.githubusercontent.com/LukeShirnia/ServerUsage/master/ServerStats.sh)





####Example Output:####




\############################################

Server Uptime: 93days 1:49:19

Load Average: Current 0.00
Load Average: 15min Average 0.00


\### RAM usage ###
Free Ram: 2972.06MB
Used RAM: 783.78MB

79% ram left
RAM Usage: Acceptable

TOP RAM CONSUMER: python
RAM Usage (RSS): 228.21 MB
Total Number of RAM Processes: 4
Total RAM Usage for all python processes = 355.93 MB
9.48% used by python


\###CPU usage###
Top Process: ./Plex
CPU % for SINGLE Top Process = 4.1
number of processes this is running: 5
Total CPU % for ./Plex = 4.1

\############################################