Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

System Stats - System Resource Monitor

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!


🔧 Features

  • 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)

🚀 Usage

For Linux/macOS (using monitor.sh):

Execute this:

   chmod +x monitor.sh
   ./monitor.sh

For Windows (using PowerShell, sysmon.ps1):

  1. Open PowerShell and navigate to the directory containing sysmon.ps1.
  2. 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
  1. Run the script:
.\sysmon.ps1
  1. If script fails to execute: Files downloaded from the internet sometimes need to be unblocked
Unblock-File -Path .\sysmon.ps1

Author

About

Sysmon is a lightweight, cross-platform system resource monitor written in pure Bash. It offers both a terminal-based real-time display and a no-installation "GUI" mode using styled text. Perfect for quick diagnostics on Linux, macOS, and Windows via Git Bash or WSL.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages