Re: Poor man's top

2011-07-23 Thread Shane
> Doesn't do everything top does - but does show the 'top cpu users'. But it is showing a _different_ 'top cpu users' "top" is typically used to show an interactive "instantaneous" view (FSVO instantaneous), not an accumulated view since process start. Be aware of what you (actually) asked to see

Re: Poor man's top

2011-07-22 Thread Henry Schaffer
Sent: Thursday, July 21, 2011 12:39 PM > To: LINUX-390@VM.MARIST.EDU > Subject: Poor man's top > > I found this buried in some notes.. thought others might enjoy it. Much > less overhead then top.. : > > watch -n 10 -d 'ps aux --sort -%cpu | cut -c1-0 | head -20' >

Re: Poor man's top

2011-07-22 Thread Scott Rohling
plain what this does? Tks Matt > > -Original Message- > From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of > Scott Rohling > Sent: Thursday, July 21, 2011 12:39 PM > To: LINUX-390@VM.MARIST.EDU > Subject: Poor man's top > > I found this bur

Re: Poor man's top

2011-07-22 Thread Dazzo, Matt
For us new to linux can anyone explain what this does? Tks Matt -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Scott Rohling Sent: Thursday, July 21, 2011 12:39 PM To: LINUX-390@VM.MARIST.EDU Subject: Poor man's top I found this buried in

Re: Poor man's top

2011-07-21 Thread William Carroll
that one William D Carroll Mainframe Engineering, Build Office: (614) 677-3885 Cell: (614) 266-5402 Email: carrol...@nationwide.com From: Scott Rohling To: LINUX-390@VM.MARIST.EDU Date: 07/21/2011 01:24 PM Subject: Re: Poor man's top Sent by: Linux on 390 Port Just ensure 80

Re: Poor man's top

2011-07-21 Thread Scott Rohling
;> Bethesda, MD 20892-5628 >> 301-594-7474 >> >> >> >> -Original Message- >> From: Richard J Moore [mailto:richardj_mo...@uk.ibm.com] >> Sent: Thursday, July 21, 2011 12:57 PM >> To: LINUX-390@VM.MARIST.EDU >> Subject: Re: Poor man&#x

Re: Poor man's top

2011-07-21 Thread Scott Rohling
28 > 301-594-7474 > > > > -Original Message- > From: Richard J Moore [mailto:richardj_mo...@uk.ibm.com] > Sent: Thursday, July 21, 2011 12:57 PM > To: LINUX-390@VM.MARIST.EDU > Subject: Re: Poor man's top > > very good. nice suggestion. but I nee

Re: Poor man's top

2011-07-21 Thread Bauer, Bobby (NIH/CIT) [E]
rd J Moore [mailto:richardj_mo...@uk.ibm.com] Sent: Thursday, July 21, 2011 12:57 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Poor man's top very good. nice suggestion. but I needed to do: watch -n 10 -d 'ps aux --sort -%cpu | cut -c1- | head -20' Richard From: Scott Rohli

Re: Poor man's top

2011-07-21 Thread Richard J Moore
very good. nice suggestion. but I needed to do: watch -n 10 -d 'ps aux --sort -%cpu | cut -c1- | head -20' Richard From: Scott Rohling To: LINUX-390@vm.marist.edu Date: 21/07/2011 17:43 Subject:Poor man's top Sent by:Linux on 390 Port I found

Poor man's top

2011-07-21 Thread Scott Rohling
I found this buried in some notes.. thought others might enjoy it. Much less overhead then top.. : watch -n 10 -d 'ps aux --sort -%cpu | cut -c1-0 | head -20' Scott Rohling -- For LINUX-390 subscribe / signoff / archive acce