Tray-Icons for Task-Bar: Drives, CPU, GPU, Network => only windows! (only Nvidia atm)
exe file on huggingface: https://huggingface.co/kalle07/SmartTaskTool
- Read / Write - Detection on your Hard Drives
- CPU - Usage
- RAM - Usage
- GPU - Usage (all only nvidia)
- VRAM - Usage
- GPU Temperature
- Network - download/upload
-> Update once per second
My Icons look like this: (depending on hard drives/partitions, Network, GPU)
At start you can choose:
SmartTaskTool is a Windows-only utility designed to monitor various hardware parameters on your system. It tracks disk read/write activity, CPU usage, RAM usage, and GPU information (limited to Nvidia GPUs), including VRAM usage and GPU temperature. The tool also monitors network activity (download/upload rates) across all connected network adapters. The software updates its metrics once per second and displays them in the system tray with icons that indicate the status of your hardware (e.g., color-coded for disk activity).
Python (4 files, start main) or exe on hugginface. I use psutil, wmi and pynvml. Iam not a coder so its a co-work of chatgpt and my brain ;)
GPU should be work with multi GPUs if nvidia, AMD has no python lib for windows.
Network should be work with all connected network adapters (in tray-icon no name, but with mouse hover over you will see).
On start you will see a GUI, you have 10 secons to choose hardware.
Further work:
- Iam on it to implement to save a config-file for reuse
- Iam on implement AMD GPU (need help with librehardware, I have all I need only how looks like the list, would be nice if you can help)
Hints:
Drive threshold 2MB/s (this means that only larger actions are displayed)
red - writing | green - reading | yellow - <read/write>
Network start at 0.1kB/s up to GB/s
Mouse hover - You see a little more detail, but it is not updated
If you put in autostart, try to delay start 5 to 10sec
mause "right click" - EXIT or Restart
=> All at your own risk !!!