[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: A "top" question



On Sat, Jan 22, 2005 at 05:51:55PM +0200, andras.lorincz@gmail.com wrote:
> I want to use top to see processes, but I cannot figure out how to browse all 
> the processes, those that don't fit on the screen. I set the number of 
> processes displayed with the n command hoping that then I can somehow walk 
> through the processes but I didn't find out how. Can someone advise me?
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

Hi Andras,


as mentioned in another post I'd use ps, combined with watch, 
somehow like:

watch -n 1 ps -u andras

Naturally you can build your customized pipe as an argument to watch.

Personally, I keep using very much 'top -i' 
(from man: -i : Idle Processes toggle)


Good luck,

Andreas



Reply to: