I need a tool like Task Manager that shows top applications that are taking CPU

0

I need a light weight tool (somehow like Task Manager) or desktop gadget that shows top applications that are taking CPU. Task Manager is not so good because it lists ALL applications, and that is a laaaarge list. I need a tool that shows only the top first 4-5 applications in the order of their hungriness.

Maybe you can make a recommendation. Thanks.


UPDATE:

I already know about Task Manager. Please do not link to programs similar to it (that list ALL applications). I need something like 'top' command in linux - but with GUI because this is why we all love Windows (hehe).

Here is the description of linux 'top':

top provides an ongoing look at processor activity in real time. It displays a listing of the most CPU-intensive tasks on the system...

Ultralisk

Posted 2011-06-08T11:55:56.983

Reputation: 1 749

Question was closed 2016-06-15T20:47:34.093

Which flavour of Windows are you using? There may already be something at http://windows.microsoft.com/en-GB/windows/downloads/personalize/gadgets

– ChrisF – 2011-06-08T11:58:51.837

Hi ChrisF. I just looked there few minutes ago. I have Win 7. – Ultralisk – 2011-06-08T12:18:21.180

Answers

1

Try TopProcess, it seems to do what you are looking for.

Sharken

Posted 2011-06-08T11:55:56.983

Reputation: 1 605

You are the best! It looks like this is the tool I need! I install it right now. – Ultralisk – 2011-06-08T13:09:57.050

And... accepted. – Ultralisk – 2011-06-08T13:11:39.747

The link to TopProcess isn't valid anymore. Do you know a better place for it? – Ehtesh Choudhury – 2013-09-27T23:48:59.873

Right here: https://github.com/bhollis/TopProcess

– Sharken – 2013-11-11T22:09:11.380

1

Process Hacker has what you are looking for, you can sort by CPU usage and it will list in order by the top applications using the CPU.

paradd0x

Posted 2011-06-08T11:55:56.983

Reputation: 7 771

Thanks. But it is not much different than Task Manager. I don't want a list of ALL programs. Plus, the programs can also be sorted by CPU in Task Manager. My need is different. Question updated. – Ultralisk – 2011-06-08T12:26:48.190

1top is basically Task Manager with the CPU sort enabled. It's the exact same thing. By sorting by CPU usage, you are listing the programs by order of most intensive usage. – paradd0x – 2011-06-08T12:30:00.670

it displays only top applications that takes most cpu so it is not the same as TaskManager – Ultralisk – 2011-06-08T12:38:12.597

1top displays all running apps, regardless of even if they are consuming CPU. So, yes, it's the same idea. There is no single-purpose program to do what you want. Just sort by the CPU usage, that's what top and htop do on linux. – paradd0x – 2011-06-08T12:40:21.880

@Altar: By default, top lists processes until it runs out of screen space. If your terminal has more lines, you get more output. So you could have just as easily used taskman/procexp, changed the sort, and made the window as large or small as you wanted. – afrazier – 2011-06-08T13:51:41.767

1

Systernals Process Explorer can do this too. :-)

Juhele

Posted 2011-06-08T11:55:56.983

Reputation: 2 297

Thanks. I have it. But it is not much different than Task Manager. I don't want a list of ALL programs. – Ultralisk – 2011-06-08T12:15:24.973

Question updated. – Ultralisk – 2011-06-08T12:21:51.177

Ok, did you try some of these? http://alternativeto.net/software/htop/

– Juhele – 2011-06-08T12:26:47.050

htop is for linux, OP wants list for Windows. – paradd0x – 2011-06-08T12:37:17.513