Mailinglist Archive: opensuse (4393 mails)
| < Previous | Next > |
Re: [SLE] Processor and load usage sorting
- From: Cliff Sarginson <cliff@xxxxxxxxxxxxxxx>
- Date: Thu, 1 Nov 2001 02:22:53 +0100
- Message-id: <20011101022253.A3114@xxxxxxxxxxxxxxx>
On Wed, Oct 31, 2001 at 12:07:38PM +0000, Matt wrote:
> Hi,
>
> This could be a simple question or a long an complecated one.
>
> Simple...
>
> What is a nice 'ps' string to list the highest usage of
> cpu, pkts, page, disk, context and load.
>
This is not exactl what you asked for, but may give you a start..
ps -eo pid,%cpu,vsz,args,wchan
A bit of fiddling and sorting and adding a few params...
--
Regards
Cliff
> Hi,
>
> This could be a simple question or a long an complecated one.
>
> Simple...
>
> What is a nice 'ps' string to list the highest usage of
> cpu, pkts, page, disk, context and load.
>
This is not exactl what you asked for, but may give you a start..
ps -eo pid,%cpu,vsz,args,wchan
A bit of fiddling and sorting and adding a few params...
--
Regards
Cliff
| < Previous | Next > |