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.exefrom the/downloadsdirectory. - Copy the file path of the directory containing
monitor.exeand add it to your system's PATH:- Press
Win + Xand chooseSystem. - Click on
Advanced system settings. - In the
System Propertieswindow that appears, on theAdvancedtab, clickEnvironment Variables.... - In the
Environment Variableswindow, scroll down in theSystem variablessection and select thePathvariable, then clickEdit.... - In the
Edit Environment Variablewindow, clickNewand 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.pyThis project is licensed under the terms of the MIT license.
Made with ❤️ by Shinno Taguchi
