tobbbie, on Jul 3 2007, 11:45, said:
Hi Vitaly,
... I have the plugin running since a few days now and I just cant't figure out the logic for the graph shown.
You mention it is the average power consumption that is drawn. I wonder about several things:
1.) where are new data added?
- left side of the graph (shifting the old graph to the right)
- right side of the graph (shifting old graph to the left)
The CPU monitors that I know from the PC are adding data at the right end and are shifting old data left.
2.) what is the scale of the x-axis? It seems like 24h with 1h ticks, 6h main + moving 0:00 marker.
- How does this scale shift (right or not at all?)
- does it shift synchronous with the data drawn (from my casual observation it does not)?
- why does the 0:00 marker not shift along with the other scale (the intersection shows the current time?)
3.) what is the scale of the y-axis (mA)?
- Is it depending on the maximum ever reached?
- can you indicate the absolute value (in mA)?
- I suppose high value means high discharge?
- what happens if charging is done in parallel, can I see this from the graph?
4.) Are you planning to add other graphs using the same timescale so you could browse through the graphs?
I could imagine the following:
- Battery % (weighted derived from Voltage I think?)
- Battery voltage (would reflect charge + discharge, bottom value should not be 0 but correlate to 0% capacity)
- Battery charge current draw (in the same graph as discharge but different scale?)
- CPU usage
-
thanks for the tool anyway :-)
bye
tobbbie
:-)
Just made 4 screenshots that show that the graph data are simply unchanged and the 0:00 marker moves right.
batplug_10_03.jpg (30.99K)
Number of downloads: 33
batplug_10_36.jpg (30.46K)
Number of downloads: 26
batplug_12_06.jpg (31.87K)
Number of downloads: 27
batplug_17_43.jpg (33.97K)
Number of downloads: 26
I noticed a slight change in the graph for the last picture, but there is no moving graph as I would expect.
My XML in the homescreen is:
<!-- Here is the BatteryLife plugin -->
StatFilename="\My Documents\BLifeHistory.dat"
HighCPULoadPercent="70"
RefreshTimeout="120000"
MaxHistoryDays="30"
FlushTimeoutHours="1000" >
I checked the datafolder which I have set to "My Documents" and it contains the file BLifeHistory.dat looking like:
[version 1]
2007.6.25.13:0
2007.6.25.23:3,1,1,0,1,2,0,3,1
2007.6.26.11:0,0
2007.6.26.20:2,2,0,1,0,1,2,0,1,1,2,0,1,1,1,0,1
2007.6.27.20:1,1,1,0
2007.6.28.2:3,1,1,0,3,0,2,1
2007.6.28.15:6,0
2007.6.28.22:4,1,2
2007.6.29.2:3,1,1,2,5
2007.6.29.9:5,3,4,4,4,4,3,1,3,1,1
2007.6.30.10:2,1,4,3,1,1,2,0,2
2007.6.30.20:2,5,5
2007.7.1.12:3,1,2,1,1,2,0,1,1
2007.7.2.0:4,0,1,1,1,2,1
2007.7.2.12:1
2007.7.2.15:5,1
2007.7.3.0:2,2,1,0,2,1
2007.7.3.7:3,4
2007.7.3.22:2,1,1,1,3,0,1,2,5,2,1
2007.7.4.14:4,0
Initially there was a huge block intermitted (between 2007.6.27 and 28) from the date 2005.10.4.... with a lot of 0 behind it. This was due to a battery-removal when I lost the current time/date. I have deleted these lines from the file, did a reboot, but nothing has changed since then.
Any hint what I can do?
bye
tobbbie
:-)