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.
- Download
monitor.exe
from the/downloads
directory. - Copy the file path of the directory containing
monitor.exe
and add it to your system's PATH:- Press
Win + X
and chooseSystem
. - Click on
Advanced system settings
. - In the
System Properties
window that appears, on theAdvanced
tab, clickEnvironment Variables...
. - In the
Environment Variables
window, scroll down in theSystem variables
section and select thePath
variable, then clickEdit...
. - In the
Edit Environment Variable
window, clickNew
and thenBrowse
. - Navigate to the location of
monitor.exe
, select it, and clickOK
.
- Press
- Open the Command Prompt or PowerShell and type
monitor
.
Coming soon...
Simply type monitor
in your command line to start the app.
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
This project is licensed under the terms of the MIT license.
Made with ❤️ by Shinno Taguchi