LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   system monitor similar to gnome's (https://www.linuxquestions.org/questions/linux-software-2/system-monitor-similar-to-gnomes-71155/)

spyderusa11 07-08-2003 11:53 PM

system monitor similar to gnome's
 
Can anyone recommend a good system monitor similar to GNOME's. I reinstalled with only KDE so i don't have a system monitor anymore.

Thanks,
Mike

MasterC 07-09-2003 01:51 AM

Gkrellm is always a favorite, I love it! Also, earlier I was looking at SuperKaramba, might be more of what you are looking for. Both can be found at www.freshmeat.net

:)

Cool

spyderusa11 07-09-2003 01:50 PM

looks good. do you know of any programs that show listed processes and let you kill them? (because they're not responding and they're driving you crazy) or is there a command-line for that?

Thanks,
Mike

Drogo 07-09-2003 02:01 PM

I use
ksysguard for kde to kill apps

type ksysguard :D

spyderusa11 07-09-2003 02:24 PM

ugh that's what i was looking for! thanks

MasterC 07-09-2003 07:40 PM

Quote:

Originally posted by spyderusa11
looks good. do you know of any programs that show listed processes and let you kill them? (because they're not responding and they're driving you crazy) or is there a command-line for that?

Thanks,
Mike

pkill, ps, and top all do this. :) I prefer:
ps aux | less
And then find the pid and:
kill -15 1234
Where 1234 is the actual pid. :)

Cool

InSane103 07-09-2003 07:46 PM

Wait, uh in KDE on Mandrake, there is a prog to kill programs that comes with the kernal. I use that, you bring it up and click the window that stopped responding, and it works well for me.


All times are GMT -5. The time now is 04:57 AM.