
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Superkaramba plasma system monitor widget. Based on the Crystal monitor 9. This one is minimalistic. No graphs or bars just plain text data. Does not take much resources or space - very lightweight. Just essential data - nothing more. Shows each CPU core separate. Default network interface is wlan0. Simplified temperature reading. For people who want a small system monitor. Tested on KDE 4.2.
11 years ago
Version 0.3
* temp is now read every 10s not 50s
* moved to plasmoid scripts
Version 0.2:
* temp now read form /proc/acpi/thermal_zone/*/temperature
Main changes from crystal 9:
* removed system info and hdd info
* removed graphs
* removed user/system CPU division
* added CPU monitor for dual cpu
* CPU temp returned through cat/proc/acpi
* network up/down colors swapped
* interface changed to wlan0
* reduced size
11 years ago
Version 0.3
* temp is now read every 10s not 50s
* moved to plasmoid scripts
Version 0.2:
* temp now read form /proc/acpi/thermal_zone/*/temperature
Main changes from crystal 9:
* removed system info and hdd info
* removed graphs
* removed user/system CPU division
* added CPU monitor for dual cpu
* CPU temp returned through cat/proc/acpi
* network up/down colors swapped
* interface changed to wlan0
* reduced size
smihael
11 years ago
http://odprtakoda.tuxfamily.org/node/26
BTW: I'm working on new version ... which will have a GUI...
Report
buschmann23
11 years ago
Report
reveil
11 years ago
Report
Martin-Hasenpflug
11 years ago
Report
marcotangaro
11 years ago
Report
reveil
11 years ago
Report
reveil
11 years ago
cat /proc/acpi/thermal_zone/THRM/temperature
what distro are you using?
Well temp did not work for me in the original crystal 9 so I changed it.
Could you look around /proc/acpi/ maybe the temp is there somewhere?
Or is there a better way of retrieving it?
I will look into that.
Report
marcotangaro
11 years ago
cat: /proc/acpi/thermal_zone/THRM/temperature: No such file or directory
but:
[marco@Marco-Laptop ~]$ cat /proc/acpi/thermal_zone/THM/temperature
temperature: 43 C
I'm on arch-linux
Report
marcotangaro
11 years ago
thank you
Report
marcotangaro
11 years ago
Report
marcotangaro
11 years ago
/proc/acpi/thermal_zone/THM/temperature
and not in .../THRM/...
Report
reveil
11 years ago
Report