0.1 release
[pandora_liveinfo.git] / readme.txt
CommitLineData
063ae4be 1Live info
2---------
3
4This is a tool that shows CPU, memory, I/O, network and battery
5information on an always-visible layer, updated once a second.
6Uses system-reserved OMAP hardware layer, so should be visible
7in most programs that don't use tv-out (tv-out needs that same
8layer to send video to TV).
9
10When you want to exit Live info, just run this pnd again.
11
12
13Fields
14------
15
16 17:40:05 real time clock, hours:minutes:seconds
17
18 CPU: 100% total CPU usage, in percent
19 SYS: 0% CPU usage by the kernel only
20 IRQ: 29 CPU interrupts per second
21 CS: 30 CPU context switches per second
22 f: 1000M CPU clock frequency, in MHz
23 V: 1.375V CPU voltage
24
25 mem
26 M: 414M free RAM, in megabytes
27 S: 125M free swap space, in megabytes
28 H: 0M memory used in huge pages, MB (only shown if nonzero)
29
30 i/o
31 R: 0.0M/s current read throughput from SD cards, in megabytes/s
32 W: 0.0M/s current write throughput to SD cards, in megabytes/s
33
34 net
35 D: 0K/s download throughput, kilobytes/s
36 U: 0K/s upload throughput, kilobytes/s
37 S: -45dBm wifi signal strength, in dBm
38
39 batt
40 C: 91% estimated battery charge level (from monitoring chip)
41 t: 13:14 estimated time to empty/full, hours:minutes
42 V: 3.960V current battery voltage
43 P: -1.140W electric power going into battery, negative means discharge
44 T: 23.2C battery temperature
45
46
47License
48-------
49
503-clause BSD. Source code included in pnd itself.