
cpuload
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
This plasmoid displays CPU Load (User, System, Nice, IOWait).
Install:
1) if you install kde4 not in /usr/lib/kde4
then update Makefile with correct path to
it in line:
cd build ; cmake .. -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4
2) Run "make clean all install" in plasmoid top dir Last changelog:
Install:
1) if you install kde4 not in /usr/lib/kde4
then update Makefile with correct path to
it in line:
cd build ; cmake .. -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4
2) Run "make clean all install" in plasmoid top dir
Version 0.3.2
+ add support for kde 4.3.0
+ transparent background
+ grey-black-white color scheme by default
Version 0.3.1
+ add support for kde 4.2.0
Version 0.3
+ now default colors match Oxygen color theme
Version 0.2
+ configuration interface implemented
+ cpu name displays correctly now
Version 0.1
+ Initial release
Ratings & Comments
15 Comments
Hey, i got problem with your great applet, i adjust some colors but when i restart system it goes back to default, its annoying. Can you tell me where Cpuload should store those settings and why it doesn't do that? Thanks in advance
Confirm. On openSUSE and KDE 4.3.5 cpuload doesn't save configurations. It changes ~/.kde4/share/config/plasma-desktop-appletsrc file, so even edit by hand doesn't help. I've even set chmod 555 to that file, so it's not changed, but still the applet restored to default. Does it have any other config file? Thanks in advance.
support for multi_core or multi_cpu????
yes, it will display cumulative cpu usage.
Plain Jane Kubuntu Karmic 9.10. Got this to install on my home machine but not at work. Please advise. I get this error when I try the install: kde-desktop:~/Downloads/KDE/Plasmoids/cpuload$ make clean all install rm -Rf build mkdir -p build cd build ; cmake .. -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4 -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/kde-desktop/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): CMakeLists.txt:1 (find_package) CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.6) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring incomplete, errors occurred! make: *** [all] Error 1 kde-desktop:~/Downloads/KDE/Plasmoids/cpuload$ locate FindKDE4Internal kde-desktop:~/Downloads/KDE/Plasmoids/cpuload$ kde-desktop:~/Downloads/KDE/Plasmoids/cpuload$ locate FindKDE4 /usr/share/cmake-2.6/Modules/FindKDE4.cmake
I think you need to install KDE4 development packages.
Using kubuntu 9.04 with default kde 4.2, i can't remove cpuload-applet. Removing it and re-login always reappears. I made the mistake adding three cpuload-applets and now none can;t be removed. Any ideas?
try to removeall plasmoid instances, then restart plasma (kquitapp plasma ; plasma &) If doesn't help stop plasma and edit file ~/.kde/share/config/plasmarc
Hi It's my everyday use plasma applet - first of all - thanks you - great job :) I have some suggestions - use better (compliant with ksysguard) color scheme - or just use those defined in ksysguard if there'e possibility - I've set up my version this way - I guess it's a bit more readable: http://img366.imageshack.us/my.php?image=75523893vf1.png - add option for setting update interval (currently it's hardcoded to 0.5s or sth like this) - well - maybe extend and add network traffic meter as well (the other plasma network monitor is really bad - it should be done the same way as your cpuload monitor)
>It's my everyday use plasma applet - first of all - thanks you - great job :) Thank you! :) >I have some suggestions >- use better (compliant with ksysguard) color scheme - or just use those defined in ksysguard if there'e possibility There is possibility to change colors, so I'll leave this for now >- add option for setting update interval (currently it's hardcoded to 0.5s or sth like this) Will be in next version. >- well - maybe extend and add network traffic meter as well (the other plasma network monitor is really bad - it should be done the same way as your cpuload monitor) Don't know, if I have time on cristmas holidays...
you've kept the build directory before posting it :P root@refused:build# make CMake Error: The source directory "/home/alexey/BattleZone/kde4/plasmoids/cpuload" does not exist. Specify --help for usage, or press the help button on the CMake GUI.
Just run `make clean all install` in plasmoid top dir ;) If you installed kde4 not in /usr/lib/kde4 then update Makefile with correct path "-DCMAKE_INSTALL_PREFIX=/usr/lib/kde4"
I know... the comment was only for telling you it! :P (sorry for my bad english)
some feature requests ;) is support of the resize is planned? Can i set the font size (the display of the processor type is cut here, i can see only the lower half of the letters. Best regards Jörg
Yes, I'm planning to add configuration interface with such params as: font, colors, background table size, etc. Also I'll add preview before saving configuration ;)