system_stats
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
system_stats [2015/06/09 19:33] – luke7858 | system_stats [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | I have created a bash script that gathers the systems usage and outputs it on the screen. This method is very quick to assessing potential issues with the server. You can view the original code at: https:// | ||
+ | \\ | ||
+ | Note: Script does NOT make any changes, it simply reads from the server. | ||
+ | \\ | ||
+ | \\ | ||
+ | Run the following on your server: | ||
+ | \\ | ||
<sxh bash> | <sxh bash> | ||
- | bash <(curl --silent http://notes.lukeslinux.co.uk/view/raw/323c716c) | + | bash <(curl -s https://raw.githubusercontent.com/LukeShirnia/ServerUsage/master/ |
</ | </ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | ##Example Output## | ||
+ | <sxh bash> | ||
+ | ############################################ | ||
+ | |||
+ | Server Uptime: 147days 6:56:30 | ||
+ | |||
+ | Load Average: Current 0.00 | ||
+ | Load Average: 15min Average 0.00 | ||
+ | |||
+ | |||
+ | ### RAM usage ### | ||
+ | Free Ram: 2845.70MB | ||
+ | Used RAM: 910.14MB | ||
+ | |||
+ | 76% ram left | ||
+ | RAM Usage: Acceptable | ||
+ | |||
+ | TOP RAM CONSUMER: / | ||
+ | RAM Usage (RSS): 166.36 MB | ||
+ | Total Number of RAM Processes: 2 | ||
+ | Total RAM Usage for all / | ||
+ | 4.57% used by / | ||
+ | |||
+ | |||
+ | ###CPU usage### | ||
+ | Top Process: | ||
+ | CPU % for SINGLE Top Process = 4.1 | ||
+ | number of processes this is running: 5 | ||
+ | Total CPU % for ./Plex = 4.1 | ||
+ | |||
+ | ############################################ | ||
+ | </ | ||
+ |
system_stats.1433878431.txt.gz · Last modified: 2024/05/23 07:26 (external edit)