Occasionally, my PC grinds to a halt, and by the time I get any monitoring tools open (don't forget my PC is slow at this point), performance has picked up a bit.

A friend recently told me he uses iPulse, which is awesome since it's always running, and you can just glance at it when there's an issue to see what is happening. Unfortunately it's only for the Mac.

Does anybody know of a good Windows system monitoring tool similar to iPulse for the Mac?

link|improve this question
feedback

3 Answers

Process Explorer is pretty nice.

link|improve this answer
I'm familiar with SysInternals, but want something that's always running. I've adjusted my question so clarify. Thanks anyway. – John MacIntyre Dec 7 '09 at 21:07
I start it on startup and leave it running in the tray. It has some CPU info on mouseover as well. – moshen Dec 7 '09 at 22:50
feedback

Anvir Task Manager might be what you're looking for (can be set to start with Windows).

enter image description here

Icons and tooltips in tray for CPU, memory, network, disk load, HDD temperature, recently opened folders/programs and battery stats.

enter image description here

Free and portable editions are available from the download section.

If you think Anvir is somewhat of an overkill, have a look at MooO SystemMonitor:

Moo0 SystemMonitor lets you keep your eye on system resource usages of your PC. It currently supports 36 kinds of information including CPU, Memory, Network, and detailed HDD usages. Using this software, you may discover what is limiting your system performance in each occasion.

enter image description here

A nice feature is the warning when a bottleneck occurs.

MooO SystemMonitor is freeware, are portable version is available.

link|improve this answer
feedback

Some time ago I wrote a severely cut down knock off of iPulse for XP in C++ using GDI+. Later, I thought it might be fun to rewrite it for WPF in C# and learn the platform along the way. At that time WPF wasn't performing well enough under XP, so I abandoned it. Your post prompted me to try it now, on Windows 7, and I have to say things look much better. It's only rarely going above 3%, most of the time idling at 0%.

If you want me to, I can send either of the two versions your way, but be warned that they only include the basic iPulse functionality, i.e. display of disk/cpu/network/memory status, and no configuration options whatsoever. Oh, and you can use the original jackets, downloaded from iconfactory's website, provided you can find a way to extract them from the .dmg files.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.