Releases: manishklach/Windows-Kernel-Monitor
Releases · manishklach/Windows-Kernel-Monitor
v0.2.0 – Admin Windows Monitor + Deep Memory Stats
Ultimate Robust Monitor (Windows)
Terminal dashboard showing:
- Overall CPU + per-core utilization bars
- Deep memory stats via GetPerformanceInfo (Physical, Commit, Kernel Paged/Non-Paged)
- Handles / Processes / Threads
How to run
pip install psutil
python native_win_monitor_v2.py
## Attach files (optional but nice)
If you want users to download the script easily:
- Under **Attach binaries**, upload:
- `native_win_monitor_v2.py`
- (optional) `README.md`
- (optional) a `requirements.txt` (contains just `psutil`)
## Publish
- If you want it visible: click **Publish release**
- If you want to save and review: **Save draft**
---
### Optional: add `requirements.txt` (makes releases nicer)
Create a file `requirements.txt` in repo root with: