Mobile Battery Life Software Suggestions?
cajunjon asks: "I'm working on a project involving testing various laptops and their battery life and I'm trying to find a Win32 application that will accurately read the full voltage, charge capacity, cycle count, wear life and rated capacity information from the laptops of various manufacturers. Any suggestions?"
Are you going to answer their question? Or are you going to bitch about people on Ask Slashdot.
:)
t mon.htm)
Contribute, then you can complain.
How about BatteryMon:
(http://www.passmark.com/products/ba
"Windows program that allows the monitoring of laptop computer batteries and uninterruptible power supplies (UPS). Graphically see the battery charge / discharge rate, diagnose problem battery cells, compare your batteries performance with expected discharge rates and see the status of each individual battery pack (when multiple batteries are in use). More than 20 statistics are provided including voltage, chemistry and capacity."
The battery is always at the same SMBus address, and the same SMBus commands are used to read the number of charge cycles, current, voltage, required charging current and voltage, number of minutes of power left at current charge.
Read some SMBus specs.
1. Download and burn a Knoppix/Gentoo/Ubuntu live CD
2. Boot with it
3. cat
4. cat
http://www.corewars.org/scripts/bat.pl
You may need some simple DC/AC conversion and a few fuses to keep them from overloading.
Now, I didn't say it gonna be easy, but it is mobile and has a tremendous battery life.
Kidding aside here is a article that might help off the The Register
Sorry about the writing. Robot fingers, you know? Cliff Steele in DOOM PATROL #23
I'd second this, having used the software. Check out the screenshots:
t .htm
http://www.passmark.com/products/batmon_screensho
it gives 'new' and 'now' capacity (mW hours), discharge rate and graph, anticipated time to fully discharge, and so on. Seems like exactly what the poster was looking for.
Michael
"Goodness me, how unlike the FBI to abuse the trust of the American public." -- The Onion
http://www-307.ibm.com/pc/support/site.wss/documen t.do?lndocid=MIGR-44226/
Unfortunately, these kinds of applications are really hard to come by for Win32 (the above is the only one that I know). You may find that some laptops have vendor-supplied programs like Maximiser, but I believe the problem you have is that such an application simply doesn't exist. Your best bet really is to use a 2.6 Linux kernel and the /proc/acpi facilities. I'm not entirely sure about the cycle count, but I'm pretty sure it will give you the rest of the info you need. Just fire up a Knoppix CD and go to work... that is, unless you want to write a program that interfaces with Windows ACPI. :)
P.S. If you're going to do any kind of power management after you get this data, I'd highly suggest a distro with kpowersave (like SuSE 9.1 or better), which has a libpowersave library for managing devices. But as a warning, the source code was somewhat difficult to locate online (don't ask me why).
There are two types of people: those prepared for the zombie apocalypse and those who will be eaten.
This CPU Eat 'n' Cool windows app eats cpu cycles with a no-op style command. The operation saves cpu power quite a bit. If your interested in saving power, and running slower something along the lines of this app might work nicely. -Jefk
Hmm... that would be a sign that there's bad cells that the controller THINKS works, but they don't.
It's not a BIOS issue, it's an issue inside the battery. The system is just reading the info that the battery passes it.
Although all of the information you seek is useful and valid, the real question is how long the battery lasts. My solution simply charts the charge and discharge curves and predicts the time frames.
http://www.gecces.com/ look for the battery profiler.
geccie