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.
- Host: GitHub
- URL: https://github.com/lukeshirnia/serverusage
- Owner: LukeShirnia
- Created: 2015-07-16T11:07:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T16:56:20.000Z (about 8 years ago)
- Last Synced: 2025-01-16T08:36:24.065Z (4 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
\############################################