This utility is an evolution of Simple Battery Meter, a really simple battery meter I wrote for my laptop 9 years ago.
In addition to displaying the battery level, it also displays the current CPU usage and Memory usage, so you know when something is draining your battery.
This application uses the native Windows API to retrieve performance data, so it should work on Windows 2000 and above.
- Display CPU usage, Memory usage, and Current Battery Level on a small floating window.
- Lightweight - The program is less than 500KB, and it would not put too much load on your system when it’s running.
- Native Look - It uses the icons from your system, so it always has a native look regardless of the system you’re running.
- Configuration UI - I will add a configuration UI for users to decide which meters one wants to display.
- Title Bar Removal - The title bar is a surplus UI element. I will remove it in the future.
- More Performance Meter
- Network Activity
- Phyiscal Disk Activity
- …And more.
Feel free to look around the source code. Feel free to request new features or just fork it and make it yourself.