![]() |
2008-11-20
, 04:00
|
|
Posts: 301 |
Thanked: 71 times |
Joined on Jul 2008
@ Santiago, Chile
|
#2
|
![]() |
2008-11-20
, 04:16
|
Posts: 40 |
Thanked: 21 times |
Joined on Nov 2008
@ New York, NY
|
#3
|
![]() |
2008-11-20
, 04:29
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#4
|
The Following 3 Users Say Thank You to tso For This Useful Post: | ||
![]() |
2008-11-20
, 04:45
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#5
|
![]() |
2008-11-20
, 04:55
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#6
|
![]() |
2008-11-20
, 08:34
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#7
|
![]() |
2008-11-20
, 09:02
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#8
|
![]() |
2008-11-20
, 10:22
|
Posts: 16 |
Thanked: 3 times |
Joined on Jul 2008
|
#9
|
![]() |
2008-11-20
, 14:14
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#10
|
http://www.internettablettalk.com/fo...ad.php?t=14115
I wrote an application, battery-graph, that takes that output and draws a graph of time vs battery charge. A typical usage is:
battery-status -d 10 > /media/mmc1/battery.log &
then wait a while, and run
battery-graph /media/mmc1/battery.log
You can download battery-graph below. I've also written a replacement for battery-status called battery-info. In addition to the battery status, it displays the temperature, network activity and CPU speed. Battery info also has the option to display process activity (-p flag). This requires rps from http://www.makikiweb.com/n800/downlo....2.7.armel.deb .
Last edited by bluechalk; 2008-12-02 at 14:01. Reason: update files to download