* Re: [gentoo-user] Filter grep output of 'ps aux'
@ 2012-03-02 18:12 99% ` Tanstaafl
0 siblings, 0 replies; 1+ results
From: Tanstaafl @ 2012-03-02 18:12 UTC (permalink / raw
To: gentoo-user
On 2012-03-02 1:02 PM, Paul Hartman <paul.hartman+gentoo@gmail.com> wrote:
> On Fri, Mar 2, 2012 at 11:46 AM, Tanstaafl<tanstaafl@libertytrek.org> wrote:
>> > Does anyone know if there is a way to filter the output of ps aux to show
>> > only lines that have a value in the %CPU column higher than x - ie, 1.0, or
>> > 2.0, or something like that?
> ps aux | gawk '{ if ( $3> 1.0 ) { print } }'
Thanks Paul! Thats a huge help...
Now if I could just get a constantly updated output of this (like
tailing a live log), I'd be in heaven... ;)
But if this is the best I can do, it is 1000 times better...
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-03-02 17:46 [gentoo-user] Filter grep output of 'ps aux' Tanstaafl
2012-03-02 18:02 ` Paul Hartman
2012-03-02 18:12 99% ` Tanstaafl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox