How to get power usage on a Mac

前端 未结 3 1222
刺人心
刺人心 2021-02-14 18:38

I\'m trying to get the power usage (in watts) but I can\'t figure out how. I looked at pmset and IOKit but couldn\'t find anything about it. coconutBattery can calculate it for

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-14 19:28

    /usr/sbin/system_profiler SPPowerDataType | grep Wattage
    

    The utility also accepts an -xml flag; the specific key in the XML is sppower_ac_charger_watts.

提交回复
热议问题