On Fri, Mar 2, 2012 at 12:32 PM, Tanstaafl <[email protected]> wrote:
> On 2012-03-02 1:12 PM, Jason <[email protected]> wrote:
>>
>> On Fri, Mar 02, 2012 at 01:03:55PM -0500, Tanstaafl wrote:
>>>
>>> Also - would there be a way to get a running output (kind of like
>>> tailing a log)?
>>
>>
>> watch -n1 "ps aux | gawk '{ if ( \$3>  1.0 ) { print } }'"
>
>
> Perfect!!!
>
> Thanks so much guys!

And you can use the --sort options for ps to sort by cpu or anything
you like (see the manpage)

Reply via email to