Search Mac Software Downloads
|
DESCRIPTION
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.1:
  • Query remote batteries using mbl-battd protocol (option -a).
  • Obtain information on battery timers (option -t).
  • Output the value of a single battery property (option -p).
  • Added time information to XML output.
REQUIREMENTS
Mac OS X 10.3.9 or later.


SCREENSHOT

Developer:Claudio Procida
Downloads:696
  - Version d/l:494
Utilities:System
License:Free
Date:20 Jun 2008
Platform:PPC/Intel
OTHER PEOPLE SUGGEST
    No similar products suggested yet
    Suggest something else:
    batterystat User Reviews (1 post)Write A Review
    sort: smiles | time
    Jun 15 2008

    KAYHH  "ioreg -w0 -l | grep Capacity" in terminal does the same.  
    (Version 1.0)

    praisebury
    0
    [ 1 Reply - Reply ]
    Replies:
    Jun 15 2008

    EMERALDION  @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.  
    (Version 1.0)

    praisebury
    0