Re: [PATCH] libmisc/cpuuse: Top support for current load.

2015-04-29 Thread Gedare Bloom
On Wed, Apr 29, 2015 at 1:35 AM, Chris Johns wrote: > On 29/04/2015 5:22 am, Chris Johns wrote: >> On 29/04/2015 4:48 am, Gedare Bloom wrote: >>> Are other fields worth being >>> used to sort? (Could be a small open project) >> >> It could be added without much effort. I will have a look. >> > > I

Re: [PATCH] libmisc/cpuuse: Top support for current load.

2015-04-28 Thread Chris Johns
On 29/04/2015 5:22 am, Chris Johns wrote: > On 29/04/2015 4:48 am, Gedare Bloom wrote: >> Are other fields worth being >> used to sort? (Could be a small open project) > > It could be added without much effort. I will have a look. > I have added the ability to sort on ID, real and current priori

Re: [PATCH] libmisc/cpuuse: Top support for current load.

2015-04-28 Thread Chris Johns
On 29/04/2015 4:48 am, Gedare Bloom wrote: > On Tue, Apr 28, 2015 at 2:19 PM, Chris Johns wrote: >> On 28/04/2015 11:46 pm, Gedare Bloom wrote: >>> Is there user-facing documentation for this that should be updated? >>> >> >> I did not check the shell's user manual as I am only refactoring the cod

Re: [PATCH] libmisc/cpuuse: Top support for current load.

2015-04-28 Thread Gedare Bloom
On Tue, Apr 28, 2015 at 2:19 PM, Chris Johns wrote: > On 28/04/2015 11:46 pm, Gedare Bloom wrote: >> Is there user-facing documentation for this that should be updated? >> > > I did not check the shell's user manual as I am only refactoring the code and > not adding the command. It is just the 't

Re: [PATCH] libmisc/cpuuse: Top support for current load.

2015-04-28 Thread Chris Johns
On 28/04/2015 11:46 pm, Gedare Bloom wrote: > Is there user-facing documentation for this that should be updated? > I did not check the shell's user manual as I am only refactoring the code and not adding the command. It is just the 'top' command and no options and then the top line of the outp

Re: [PATCH] libmisc/cpuuse: Top support for current load.

2015-04-28 Thread Gedare Bloom
Is there user-facing documentation for this that should be updated? On Mon, Apr 27, 2015 at 7:08 PM, Chris Johns wrote: > The cpuuse top command now supports the current load where the list of > tasks is ordered based on the current load rather than the total cpu usage. > This lets you see what i

[PATCH] libmisc/cpuuse: Top support for current load.

2015-04-27 Thread Chris Johns
The cpuuse top command now supports the current load where the list of tasks is ordered based on the current load rather than the total cpu usage. This lets you see what is using the processor at any specific instance. You can toggle between the modes. Added memory usage stats for unified and sepa