About Me

header ads

Battop, a program that allows you to check the battery health in the terminal

Meet Battop, an application for the terminal that enables you to check the battery's status. View this useful app's specifications.

A neat terminal software that allows you to check the health of a battery via the command line.

It is open-source software that was created in Rust under the name Battop. It was what I was seeking for when I was looking for a GUI battery status tool for Linux that was comparable to CoconutBattery for macOS (which is a menu bar software that displays battery health, condition, capacity, temperature, voltage, and other information).

battop-a-program-that-checks-the-battery-health-in-terminal

Anyway, that's Battop: a sleek, interactive utility for checking battery health with a clean, organized user interface and strong cross-platform interoperability.

Try it out if you want to monitor your battery's discharge rate, cycle count, current capacity, and original capacity. You may also just have something nice going on your screen while you dine in front of your PC.

The use of upower is recommended by many of the instructions and tutorials that describe how to monitor battery statistics on Linux. It's a reliable suggestion.

In addition to being extremely thorough, upower is also incredibly user-friendly because it comes pre-activated on almost every major Linux distribution, including Ubuntu.

Utilizing upower has certain drawbacks, including being rather utilitarian. There is nothing further printed after the list.

However, things may appear much more lovely!

Battop is a tool that, in the words of its creator, is "an interactive viewer, similar to top, htop, and other *top applications, but on top of the batteries installed in your laptop."

It's an accurate description since the images, which are big, bold, and constantly updated, are pretty similar to them.

Even better, Battop supports several batteries and is compatible with Linux, macOS, FreeBSD, and multiple battery-powered laptops—yes, such devices do exist.

Battop displays the following details:

  • battery supplier
  • battery technology
  • battery model number
  • Capacity (including original capacity)
  • Temperature 
  • Live Graphs for Voltage, Consumption, and Temperature

Now, using upower or acpitool, you may view these details in their entirety (minus the graphics). This tool will not provide any information that is not mentioned in those tools, such as battery technology or temperature.

However, the way the material is presented is quite interesting. The data is more organized and scannable. Although only on the surface, this is what makes Battop stand out from other approaches (much as why I choose Btop++, Duf, etc.).

How to install Battop on Ubuntu

The most recent version of Battop, which can be downloaded from the project's GitHub website, is still compatible with Ubuntu in 2022 despite not having received any updates since 2019.

Simply download the appropriate binaries for your operating system, grant it access to run, and execute it using your favourite command-line client.

Alternately, if you're willing to accept the inherent risks associated with downloading unrelated software you discover online, you may "install" it by running:

sudo install battop-* /usr/local/bin/battop

Run yay -S battop to install Battop from the AUR if you're reading from an Arch-based distribution.

Post a Comment

0 Comments