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.
tdeaddons/kicker-applets/ktimemon
Slávek Banko cb8cda7bca
Desktop file translations:
4 years ago
..
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am Additional k => tde renaming and fixes 11 years ago
README Fix references to user profile directory. 12 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
confdlg.cc Rename additional header files to avoid conflicts with KDE4 11 years ago
confdlg.h Remove spurious TQ_OBJECT instances 12 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cr16-app-ktimemon.png Fix invalid headers in PNG files and optimize for size 8 years ago
cr32-app-ktimemon.png Fix invalid headers in PNG files and optimize for size 8 years ago
ktimemon.desktop Desktop file translations: 4 years ago
lo16-app-ktimemon.png Fix invalid headers in PNG files and optimize for size 8 years ago
lo32-app-ktimemon.png Fix invalid headers in PNG files and optimize for size 8 years ago
sample.cc Update bug reports url to bugs.trinitydesktop.org 6 years ago
sample.h Trinity Qt initial conversion 14 years ago
timemon.cc Fix remaining brandings in tdeaddons. 5 years ago
timemon.h Rename a number of classes to enhance compatibility with KDE4 11 years ago

README

This is the CVS version of KTimemon. Check out the original authors
homepage at 

http://www.fortunecity.com/victorian/university/394/sw/ktimemon.html

for more information. This version is based (despite the original readme
below says) on KTimemon 0.3b and modified to compile under KDE 2.0 &
Qt 2.0 by Dirk A. Mueller <dmuell@gmx.net>. 

2006-04-08: version 0.3c, modified to add iowait display
by Michael Blakeley <mike@blakeley.com>

Credits go to the original author(s) Helmut & Martin Maierhofer for
writing such a useful tool and allowing me to include it into CVS :-). 

Please don't bother them with bugs, problems, etc. you may experience
with this version. It's likely that they're my fault, so report them
to dmuell@gmx.net. Thanks!

original README attached below....

========================================================================== 


KTimemon 0.3a
-------------

KTimemon is a small but nifty system monitor, which can display information
about CPU and memory/swap usage as well as ongoing paging/swapping and
context switch activity. It is well integrated in KDE and can be
configured graphically. For more information, see the associated
documentation (before installation it can be found in ktimemon/doc/*.html)

KTimemon works on Linux using the /proc filesystem, on Solaris using the
kstat interface, and on Digital Unix (formerly known as DEC/OSF1) using
the table() system call interface. If you can help me to port it to other
platforms, please drop me a note!

While I was able to test the system interface on Solaris and DEC/OSF1 in
isolation, I could not test the whole application for lack of KDE on the
machines I have access to. Hence I have no idea whether this thing
actually compiles, let alone works on these platforms. The machines I tested
were running DEC/OSF V4.0 and Solaris 2.5.1 respectively. If you get it to
work (or not) on such a system, please let me know!


Noteworthy changes from version 0.2:
- Port to DEC/OSF1 and Solaris
- Configurable mouse bindings
- Slight rearrangement of memory information
- Bars can be displayed vertically
- Improved (actually working) configuration interface
- Fixed a few bugs and doubtlessly introduced some more

Version 0.3a has only minor improvements over 0.3:
- New tooltips with numeric information about system load
- Translation fixes

Note that some of the configuration entry names have changed from version
0.2 to 0.3, so you may want to delete your current configuration in 
$(HOME)/.trinity/share/config/ktimemonrc and start with a fresh installation
if you are upgrading from 0.2

Martin <m.maierhofer@tees.ac.uk>