Warning: session_start(): open(/tmp/sess_qfsjsrstv95l64ajujr2vct9n1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Simple System Monitor openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Simple System Monitor

   0.93  

KDE Logging/Monitoring

Score 79%
Simple System Monitor
zoom


Simple System Monitor
zoom


Simple System Monitor
zoom


Link:  http://
Downloads:  5361
Submitted:  Jan 5 2005
Updated:  Sep 30 2005

Description:

This is a very simple system monitor, but it's somewhat different from others since instead of displaying various kind of graphs, the load of the system is determined by a little spinning square. The faster this square spins, the more busy your system is (and yes, you can change its color). It also have a popup menu to see cpu and memory usage in greater details.

[09.10.2006]
This project is on hiatus right now. I don't have much free time these days, and with KDE 4.0 coming with a brand new framework to develop applets, I think it's better if I just concentrate on my other projects for the time being.




Changelog:

[0.93]
* Add a new fire applet (right click).
* Add transparency support (only when in square mode. Thanks again Matías!).
* Rework configuration dialogs.

[0.92]
* Double buffering to remove flickers.
* Show the "active memory" usage in the popup menu so it is not always ~100%.

A big thanks to Matías Costa. He has done most of the work!

[0.91]
* The applet was sometime trying to divide by zero, causing it to crash. This is fixed now.




LicenseGPL
Send to a friend
Subscribe
Other  Content  from yanos
Report inappropriate content



goto page: prev   1  2 

-

 Compile Error

 
 by nileshbansal on: Dec 19 2005
 
Score 50%

Hi,
When I try to compile this nice application, after ./configure when I run make, I get an error (reported below in detail). I have automake-1.9 installed (SuSE 10.0). I also found an workaround to the problem; just go to the src/ directory and then use make and make install.

Feature Request:
1. Configurable rotation speed. Currently its too fast.
2. Modify the ssm.desktop and add an icon and write the application name there
3. Configure option to change the size of the squre. It seems too big to me.
---------
Error during make
---------
cd . && make -f admin/Makefile.common configure.in ;
make[1]: Entering directory `/home/nilesh/software/ssm'
*** Creating configure.files
make[1]: Leaving directory `/home/nilesh/software/ssm'
cd . && /bin/sh /home/nilesh/software/ssm/admin/missing --run aclocal-1.7
/home/nilesh/software/ssm/admin/missing: line 46: aclocal-1.7: command not found
WARNING: `aclocal-1.7' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.in'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && \
/bin/sh /home/nilesh/software/ssm/admin/missing --run automake-1.7 --gnu Makefile
/home/nilesh/software/ssm/admin/missing: line 46: automake-1.7: command not found
WARNING: `automake-1.7' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.in'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . && perl admin/am_edit Makefile.in
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
make[1]: Entering directory `/home/nilesh/software/ssm'
configure.in:43: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:48: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:51: error: possibly undefined macro: AC_CHECK_COMPILERS
configure.in:52: error: possibly undefined macro: AC_ENABLE_SHARED
configure.in:53: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:58: error: possibly undefined macro: AM_KDE_WITH_NLS
configure.in:61: error: possibly undefined macro: AC_PATH_KDE
configure.in:70: error: possibly undefined macro: AC_CHECK_KDEMAXPATHLEN
make[1]: *** [configure] Error 1
make[1]: Leaving directory `/home/nilesh/software/ssm'
make: *** [configure] Error 2
-----


Nilesh Bansal
Reply to this

-

 Re: Compile Error

 
 by yanos on: Dec 24 2005
 
Score 50%

I'm not very good with the automake/configure stuff, but it seems you have some apps missing from your system (aclocal-1.7 and automake-1.7). I'll look into it more closely, but like I said I don't fully understand all of this, so I'm glad you found a workaround :)

Aside from your compile problems, thanks for the suggestions, they are actual good ideas. I might have some time to work on this project next week, so keep an eye open.

yann


Reply to this

-

 Re: Compile Error

 
 by ageforce on: Nov 24 2006
 
Score 50%

I had the same error and installing automake1.7 fixed it.
Under Kubuntu:
sudo apt-get install automake1.7


Reply to this

-
.

 Nice App

 
 by Ace2016 on: Dec 24 2006
 
Score 50%

I love this app, its great, gives useful feedback on the state of the system

Thanks


Reply to this

goto page: prev   1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team