Quickies

[categories] [index] [all (527)] [latest]

Mac OS X - CLI
  1. $ ioreg -l | grep Capacity
        | |           "MaxCapacity" = 4047
        | |           "CurrentCapacity" = 3901
        | |           "LegacyBatteryInfo" = {"Amperage"=18446744073709548440,
                                             "Flags"=4,"Capacity"=4047,
                                             "Current"=3901,
                                             "Voltage"=11976,
                                             "Cycle Count"=283}
        | |           "DesignCapacity" = 4600
    
    • MaxCapacity is capacity at full charge
    • DesignCapacity is the original capacity
    • "Cycle Count" is the number of recharge cycles