Join
Mac
Update
New Member
New Developer
Explore
MacUpdate Desktop
Hot Apps
Business
Dashboard
Development
Drivers
Education
MacUpdate Promo
Popular Apps
Games
Home & Personal
Internet
Multimedia & Design
Utilities
iPhone
Apps
Login
Member Login
Developer Login
About
Search Mac Apps
Search iPhone Apps
Advanced Search
batterystat
1.4
Your rating:
Now say why...
0
Command line tool for battery status info.
Free
Add to my
Watch List
Email me when
discounted
Download Now
72.8 MB
Visit Developer's Site
Claudio Procida
batterystat
is the missing commandline tool to get battery status information on Mac OS X.
Based on the same code as the powerful application MiniBatteryLogger, it is an essential tool for system administrators and bash scripters.
What's New
Version 1.4:
Fix for Snow Leopard compatibility.
Requirements
PPC / Intel, Mac OS X 10.3.9 or later.
Battery Guru
+1
Free
Displays advanced information ...
batterystat User Discussion (
Write a Review
)
ver. 1.x:
Your rating:
Now say why...
Overall:
sort:
smiles
|
time
KayHH
commented
on 15 Jun 2008
"ioreg -w0 -l | grep Capacity" in terminal does the same.
[Version 1.0]
1 Reply
+2
Emeraldion Lodge
(developer) replied
on 15 Jun 2008
@KAYHH:
This is the output of ioreg -l -w0 on Intel:
cassiopeia:~ delphine$ ioreg -l -w0 | grep Capacity
| | "CurrentCapacity" = 5474
| | "LegacyBatteryInfo" = {"Capacity"=5474,"Amperage"=143,"Cycle C
ount"=7,"Current"=5474,"Voltage"=12609,"Flags"=7}
| | "MaxCapacity" = 5474
| | "DesignCapacity" = 5500
And this is the output on PPC (yeah, it's different):
maia:~ delphine$ ioreg -l -w0 | grep Capacity
| | | "IOBatteryInfo" = ({"Capacity"=3556,"Amperage"=1392,"Cycle Count"=10
2,"Current"=2808,"Voltage"=12426,"Flags"=838860807,"AbsoluteMaxCapacity"=4400})
| | | | "IOBatteryInfo" = ({"Capacity"=3556,"Amperage"=1392,"Cycle C
ount"=102,"Current"=2808,"Voltage"=12426,"Flags"=838860807,"AbsoluteMaxCapacity"
=4400})
If you're comfortable with that, and you can easily handle the different formats, you won't probably ever need batterystat.
There are currently no troubleshooting comments. If you are experiencing a problem with this app, please
post a comment
.
There are currently no ratings.
Write a comment or review now
.
Downloads:
1,707
Version Downloads:
624
Type:
Utilities
:
System
License:
Free
Date:
03 Sep 2010
Platform:
PPC / Intel
Price:
Free
0.00
Overall (Version 1.x):
Features:
Ease of Use:
Value:
Stability:
-
-
-
Please
login
or
create
a new
MacUpdate Member account
to use this feature
Watch Lists are available to
MacUpdate Desktop Members
Upgrade Now
Download and auto-install
using
MacUpdate Desktop
. Save
time moving folders and cleaning-up.
batterystat
is the missing commandline tool to get battery status information on Mac OS X.
Based on the same code as the powerful application MiniBatteryLogger, it is an essential tool for system administrators and bash scripters.
Copyright © 2012 MacUpdate LLC
-
-
+2
This is the output of ioreg -l -w0 on Intel:
cassiopeia:~ delphine$ ioreg -l -w0 | grep Capacity
| | "CurrentCapacity" = 5474
| | "LegacyBatteryInfo" = {"Capacity"=5474,"Amperage"=143,"Cycle C
ount"=7,"Current"=5474,"Voltage"=12609,"Flags"=7}
| | "MaxCapacity" = 5474
| | "DesignCapacity" = 5500
And this is the output on PPC (yeah, it's different):
maia:~ delphine$ ioreg -l -w0 | grep Capacity
| | | "IOBatteryInfo" = ({"Capacity"=3556,"Amperage"=1392,"Cycle Count"=10
2,"Current"=2808,"Voltage"=12426,"Flags"=838860807,"AbsoluteMaxCapacity"=4400})
| | | | "IOBatteryInfo" = ({"Capacity"=3556,"Amperage"=1392,"Cycle C
ount"=102,"Current"=2808,"Voltage"=12426,"Flags"=838860807,"AbsoluteMaxCapacity"
=4400})
If you're comfortable with that, and you can easily handle the different formats, you won't probably ever need batterystat.