| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
███████╗██╗ ██╗███████╗███╗ ███╗ ██████╗ ███╗ ██╗ ██╔════╝╚██╗ ██╔╝██╔════╝████╗ ████║██╔═══██╗████╗ ██║ ███████╗ ╚████╔╝ ███████╗██╔████╔██║██║ ██║██╔██╗ ██║ ╚════██║ ╚██╔╝ ╚════██║██║╚██╔╝██║██║ ██║██║╚██╗██║ ███████║ ██║ ███████║██║ ╚═╝ ██║╚██████╔╝██║ ╚████║ ╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
Lightweight Windows system monitor designed for minimal latency impact on games and applications.
Download binary:
Build from source:
git clone https://github.com/Gitorian/sysmon.git
cd sysmon
cargo build --releaseRun the executable and select a display mode:
Minimal - Compact text display
┌─ Current ──────────────────────────────────────────────────────┐ │ GPU: 87% │ CPU: 45% │ VRAM:6543MB (68%) │ Temp:72°C │ RAM: 54% │ ├─ Maximum ──────────────────────────────────────────────────────┤ │ GPU: 95% │ CPU: 78% │ VRAM:7890MB (82%) │ Temp:75°C │ RAM: 67% │ └────────────────────────────────────────────────────────────────┘
Graph - Full-screen ASCII graph with 300 data points of history
Headless - Background logging only, no UI overhead
All modes create timestamped CSV logs in the executable directory.
Sampling intervals:
Architecture:
Low-latency optimizations:
MIT License - See LICENSE
| Back | FazBrowse Home | New Git URL |