]> pere.pagekite.me Git - homepage.git/commitdiff
New post.
authorPetter Reinholdtsen <pere@hungry.com>
Mon, 23 May 2016 07:19:23 +0000 (09:19 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Mon, 23 May 2016 07:19:23 +0000 (09:19 +0200)
blog/data/2016-05-23-battery-stats.txt [new file with mode: 0644]
blog/images/2016-05-23-battery-stats-history.png [new file with mode: 0644]
blog/images/2016-05-23-battery-stats-rate.png [new file with mode: 0644]

diff --git a/blog/data/2016-05-23-battery-stats.txt b/blog/data/2016-05-23-battery-stats.txt
new file mode 100644 (file)
index 0000000..b42d097
--- /dev/null
@@ -0,0 +1,46 @@
+Title: Discharge rate estimate in new battery statistics collector for Debian
+Tags: english, debian
+Date: 2016-05-23 09:30
+
+<p>Yesterday I updated the battery-stats package in Debian with a few
+patches sent to me by skilled and enterprising users.  There are a few
+user nice and visible changes.  First of all, both the desktop menu
+entries now work.  A design flaw in one of the script made it fail if
+no controlling TTY was available.  So the script worked when called
+from the command line, but not when called from the desktop menu.</p>
+
+<p>The next new feature is a discharge rate estimator in one of the
+graphs (the one showing the last few hours).  It also got colors
+showing charging in blue and discharge in red.  The percentages of
+this graph is relative to last full charge, not battery design
+capacity.</p>
+
+<p><img align="center" src="http://people.skolelinux.org/pere/blog/images/2016-05-23-battery-stats-history.png"/></p>
+
+<p>The other graph show the entire history of the collected battery
+statistics, comparing it to the design capacity of the battery to see
+how the battery life time get shorter over time.  The red line in this
+graph is what the previous graph considers 100 percent:
+
+<p><img align="center" src="http://people.skolelinux.org/pere/blog/images/2016-05-23-battery-stats-rate.png"/></p>
+
+<p>You can see here that I only charge the battery to 80 percent of last
+full capacity, and how the capacity of the battery is shrinking. :(</p>
+
+<p>The last new feature is in the collector, which now will handle more
+hardware models.  On some hardware, Linux power supply information is
+stored in /sys/class/power_supply/ACAD/, while the collector
+previously only looked in /sys/class/power_supply/AC/.  Now both are
+checked.</p>
+
+<p>If you are interested in how your laptop battery is doing, please
+check out the
+<a href="https://tracker.debian.org/pkg/battery-stats">battery-stats</a>
+in Debian unstable, or rebuild it on Jessie to get it working on
+Debian stable. :) The upstream source is available from
+<a href="https://github.com/petterreinholdtsen/battery-stats">github</a>.
+Patches are very welcome.</p>
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
diff --git a/blog/images/2016-05-23-battery-stats-history.png b/blog/images/2016-05-23-battery-stats-history.png
new file mode 100644 (file)
index 0000000..6c4a095
Binary files /dev/null and b/blog/images/2016-05-23-battery-stats-history.png differ
diff --git a/blog/images/2016-05-23-battery-stats-rate.png b/blog/images/2016-05-23-battery-stats-rate.png
new file mode 100644 (file)
index 0000000..697af94
Binary files /dev/null and b/blog/images/2016-05-23-battery-stats-rate.png differ