View Single Post
Old 10-22-2020, 04:51 PM   #39
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
What does the output of "grep -Er . /sys/class/power_supply/*/uevent" look like after unplugging at 100%, 10 min into reading a book, and while idle at 50%?

Note that you'll want to run this while WiFi is off. This can be done by piping it into a file and/or syslog from a NickelMenu cmd_spawn/cmd_output. Something like "menu_item:main:Save power stats:cmd_output:grep -Er . /sys/class/power_supply/*/uevent | logger -st power 2>&1 | tee /mnt/onboard/power_`date +%s`.log" (and the same for menu_item:reader) would work.

It would probably also be a good idea to record the CPU usage too.

Last edited by geek1011; 10-22-2020 at 04:57 PM.
geek1011 is offline   Reply With Quote