System Information Dashboard Script
This is a bash script you can use to monitor system health, including memory usage, disk space, and active processes. It supports both a detailed "verbose" view and a one-line "compact" view.
Allow users to see system identity, that is host and current user. The lenght of time the device has been switched on (uptime) Total RAM memory, used and free or available memory. Total hard drive space, used and free space. The total number if processes the device is running. Top 5 memory consuming currently running processes.
Bash sysinfo.sh
Real-time logging which automatically sends the info to sysinfo.log. Two display modes; verbose for detailed system info and compact for one line info. Highlights high disk warning message in red for usage over 80%. Process and print the top 5 memory consuming processes that are running at that moment.
git clone https://github.com/Palvett/System_info_dashboard_script.git
