You are not logged in.

#1 2007-09-14 08:05:43

synthead
Member
Registered: 2006-05-09
Posts: 1,337

A better way to ps -A?

top doesn't show enough information at once sometimes, and I find that I do a lot of digging through ps -A to get PIDs, primarily to kill apps.  Is there a graphical top out there that I could use?

Also, what can I do to kill processes that I know the name of?

Offline

#2 2007-09-14 08:32:06

sartoo
Member
From: Germany
Registered: 2006-12-28
Posts: 10
Website

Re: A better way to ps -A?

synthead wrote:

top doesn't show enough information at once sometimes, and I find that I do a lot of digging through ps -A to get PIDs, primarily to kill apps.  Is there a graphical top out there that I could use?

try htop

synthead wrote:

Also, what can I do to kill processes that I know the name of?

killall $PROGRAM

Offline

#3 2007-09-14 13:07:08

morellik
Member
From: Italy
Registered: 2007-04-05
Posts: 43

Re: A better way to ps -A?

synthead wrote:

Also, what can I do to kill processes that I know the name of?

There is also pkill.

Offline

#4 2007-09-14 14:21:22

dschrute
Member
From: NJ, USA
Registered: 2007-04-09
Posts: 183

Re: A better way to ps -A?

It's old, and there isn't a package for Arch, but gps is not bad for a graphical ( gtk based ) process list/kill app :
http://gps.seul.org/

Offline

#5 2007-09-14 17:10:53

tam1138
Member
Registered: 2007-09-10
Posts: 238

Re: A better way to ps -A?

Don't make the mistake of taking sysadmin duties too seriously: http://psdoom.sourceforge.net/.

Offline

#6 2007-09-14 22:04:48

F
Member
Registered: 2006-10-09
Posts: 322

Re: A better way to ps -A?

i just use

$ ps -aux

for all my needs.

Offline

#7 2007-09-15 00:28:39

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: A better way to ps -A?

pgrep is good, you can grep for pid's. Good when you want to kill multiple pids with similar names, you can pass them to 'kill'

killall is nice and blunt. Simply kills all processes with that name. Chuck a killall -9 in if the process is misbehaving and won't die.

James

Last edited by iphitus (2007-09-15 00:29:19)

Offline

Board footer

Powered by FluxBB