How to check Which Application is Draining Your Battery on Linux
Powertop is a tool to diagnose issues with power consumption and power management to help set power saving settings.
Installation
Arch Linux:
sudo pacman -S powertop
Debian based (Ubuntu, Mint, Raspbian ..etc):
add-apt-repository ppa:eugenesan/ppa
a...
thamaraiselvam.dev