You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kcpuload/src
Slávek Banko 952f7c921e
Fix FTBFS on FreeBSD
5 years ago
..
AUTHORS Fix structure of directories 5 years ago
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
CMakeLists.txt Fix structure of directories 5 years ago
COPYING Fix structure of directories 5 years ago
ChangeLog Fix structure of directories 5 years ago
INSTALL Fix structure of directories 5 years ago
Makefile.am Fix structure of directories 5 years ago
README Fix structure of directories 5 years ago
TODO Fix structure of directories 5 years ago
cr16-app-kcpuload.png Fix structure of directories 5 years ago
cr32-app-kcpuload.png Fix structure of directories 5 years ago
cr48-app-kcpuload.png Fix structure of directories 5 years ago
icontoggleaction.cpp Fix structure of directories 5 years ago
icontoggleaction.h Fix structure of directories 5 years ago
kcpudock.cpp Fix structure of directories 5 years ago
kcpudock.h Fix structure of directories 5 years ago
kcpuload.cpp Fix structure of directories 5 years ago
kcpuload.desktop Fix structure of directories 5 years ago
kcpuload.h Fix structure of directories 5 years ago
kcpuproc.cpp Fix FTBFS on FreeBSD 5 years ago
kcpuproc.h Fix structure of directories 5 years ago
lo16-app-kcpuload.png Fix structure of directories 5 years ago
lo32-app-kcpuload.png Fix structure of directories 5 years ago
main.cpp Fix structure of directories 5 years ago
speeddialog.cpp Fix structure of directories 5 years ago
speeddialog.h Fix structure of directories 5 years ago
statdock.cpp Fix structure of directories 5 years ago
statdock.h Fix structure of directories 5 years ago
statpopup.cpp Fix structure of directories 5 years ago
statpopup.h Fix structure of directories 5 years ago

README

KCPULoad

This file should only be read as a fast description.  The online
KCPULoad handbook contains more detailed information.

This is a small program for Kicker (the TDE panel).  It will show the CPU
usage in the form of one or two configurable diagrams.  There are settings
for colors and some different styles.  Note that it isn't the real system
load that's shown, but the percent used of the total CPU power, which is
calculated from the number of CPU ticks.. don't ask me what that means :).

To bring up the settings menu, simply right click on the diagram.  Use a
slower update interval to get a more stable and accurate diagram without
flicker.

If there is more than one CPU on the system, the total CPU usage from both
can be shown, or you can choose to have one separate diagram for each of the
CPUs.  Left click on the diagram to bring up a small information box which
will show the exact CPU usage in text form.

Install:

./configure
make
make install

                    Markus Gustavsson <mighty@fragzone.se>