Read information from memory/swap and CPU

This commit is the second of an incremental serie. There will be other
commits with the information about tasks and the support for BSD and
Solaris once things are settled.

The TaskManager class is build with a new source task-manager-linux.c
that provides functions specific to the Linux implementation. It has
functions to read the usage of the memory/swap and the CPU.
This commit is contained in:
Mike Massonnet
2010-05-02 15:15:15 +02:00
parent 9a49bf015a
commit 4f04ca5cb7
6 changed files with 152 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ xfce4_taskmanager_SOURCES = \
process-tree-view.c process-tree-view.h \
process-statusbar.c process-statusbar.h \
task-manager.c task-manager.h \
task-manager-linux.c \
settings.c settings.h \
$(NULL)