LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   process information application? (https://www.linuxquestions.org/questions/slackware-14/process-information-application-277310/)

YBA^[x] 01-13-2005 09:14 AM

process information application?
 
Hey.

Is there a application capable of listing all runnning processes and showing memory, cpu usage etc. The reason for asking is that for some reason, the cpu usage jumps to 100% with barely no applications running. (at least that's what gkrellm tells me) I'm using fluxbox, by the way.

Thanks.

Regards.

keefaz 01-13-2005 09:21 AM

There is a tool to show these infos : top

YBA^[x] 01-13-2005 09:25 AM

Thanks. Is there a gui availeble?

keefaz 01-13-2005 09:30 AM

Why do you want gui for that ? Try this link for more infos about the fields :
http://www.groupsys.com/top/display/

YBA^[x] 01-13-2005 09:48 AM

Because I need functionalities such as setting priorities and killing processes.

keefaz 01-13-2005 09:55 AM

setting priority :

# highest priority for gmplayer
nice -20 gmplayer

# lower priority
nice +19 gmplayer

killing processes :

# kill gmplayer
killall gmplayer

YBA^[x] 01-13-2005 10:04 AM

Thanks.


All times are GMT -5. The time now is 08:09 AM.