System Stats is a lightweight, zero-dependency system resource monitor. It provides a clean, styled output of key system stats directly in your terminal, without the need for installation or flags. It works on Linux, macOS, and Windows with minimal setup!
- Single-command launch
- Works out-of-the-box on Linux, macOS, and Windows (via Git Bash, WSL, or PowerShell)
- No external tools or libraries required
- Displays the following information:
- Hostname
- Logged-in user
- Uptime
- Operating System (OS)
- CPU load
- Memory usage
- Disk usage
- CPU temperature (if available)
Execute this:
chmod +x monitor.sh
./monitor.sh
- Open PowerShell and navigate to the directory containing
sysmon.ps1. - If you are running the script for the first time, you might need to allow script execution. Run the following command in PowerShell to enable script execution:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
- Run the script:
.\sysmon.ps1
- If script fails to execute: Files downloaded from the internet sometimes need to be unblocked
Unblock-File -Path .\sysmon.ps1
- Madhavan S
- GitHub: @witherking946