Skip to content

Command line tool to monitor your PC stats. 🧬

License

Notifications You must be signed in to change notification settings

ShinnoT/monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitor

Monitor-card


Monitor is a dynamic command-line tool that visualizes complex system statistics for instant insights into your computer's performance.

This tool provides real-time monitoring of key performance metrics, including:

  • CPU usage
  • Memory usage
  • Disk usage
  • Network data
  • Running processes
  • System uptime
  • Swap memory usage

It also includes a live ASCII chart displaying CPU usage trends over the past 60 seconds.

Installation

Windows

  1. Download monitor.exe from the /downloads directory.
  2. Copy the file path of the directory containing monitor.exe and add it to your system's PATH:
    • Press Win + X and choose System.
    • Click on Advanced system settings.
    • In the System Properties window that appears, on the Advanced tab, click Environment Variables....
    • In the Environment Variables window, scroll down in the System variables section and select the Path variable, then click Edit....
    • In the Edit Environment Variable window, click New and then Browse.
    • Navigate to the location of monitor.exe, select it, and click OK.
  3. Open the Command Prompt or PowerShell and type monitor.

Linux/Mac

Coming soon...

Usage

Simply type monitor in your command line to start the app.

To run it locally

Git clone the repository and run the main.py file in /src directory after installing all requirements (sorry, still need to clear unused requirements... 😅).

git clone https://github.com/ShinnoT/monitor.git
cd monitor
pip install
python src/main.py

License

This project is licensed under the terms of the MIT license.


Made with ❤️ by Shinno Taguchi

About

Command line tool to monitor your PC stats. 🧬

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages