Click here to Skip to main content
15,900,378 members
Articles / Programming Languages / C++
Article

ProcessStudio 2.8 - monitor tasks visually

Rate me:
Please Sign up or sign in to vote.
2.89/5 (19 votes)
13 Feb 2001 178.9K   2.9K   49   49
An application to monitor tasks visually.

Sample Image - ProcessStudio.jpg

Introduction

This is a process/task monitoring tool for Windows NT 4.0 and Windows 2000 that offers an attractive alternative to the Task Manager. This application visually displays a process' CPU and Memory usage, as well as process status (e.g. Not Responding). Other facilities include:

  • Lists modules loaded against a process.
  • Hi-water marks.
  • A drill down feature that allows you to view enhanced detail on each process.

    Sample Image - drilldown.jpg

  • Sorting

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior) Software Kinetics
United Kingdom United Kingdom




Software Kinetics
are experts in developing customised and bespoke applications and have expertise in the development of desktop, mobile and internet applications on Windows.


We specialise in:

  • User Interface Design
  • Desktop Development
  • Windows Phone Development
  • Windows Presentation Framework
  • Windows Forms
  • Windows Communication Framework
  • Windows Services
  • Network Applications
  • Database Applications
  • Web Development
  • Web Services
  • Silverlight
  • ASP.net


Visit Software Kinetics

Comments and Discussions

 
Generalmissing DLL Pin
17-May-01 15:32
suss17-May-01 15:32 
GeneralRe: missing DLL Pin
NormDroid13-Oct-01 5:14
professionalNormDroid13-Oct-01 5:14 
GeneralSource to the Graphics are NOW available Pin
Dan Madden9-Nov-00 0:37
Dan Madden9-Nov-00 0:37 
GeneralNice Tool, but a bit heavy on the CPU Pin
adamsd511-Oct-00 5:45
adamsd511-Oct-00 5:45 
GeneralRe: Nice Tool, but a bit heavy on the CPU Pin
Norm Almond11-Oct-00 6:12
sussNorm Almond11-Oct-00 6:12 
GeneralRe: Nice Tool, but a bit heavy on the CPU Pin
James R. Twine19-Oct-00 11:46
James R. Twine19-Oct-00 11:46 
GeneralRe: Nice Tool, but a bit heavy on the CPU Pin
Norm Almond19-Oct-00 22:02
sussNorm Almond19-Oct-00 22:02 
GeneralRe: Nice Tool, but a bit heavy on the CPU Pin
Jim Wuerch14-Feb-01 8:53
Jim Wuerch14-Feb-01 8:53 
The lowest common denomitator that will work with NT is DX3. MSDN still has a DX3 sdk on it somewhere (I remember grabbing it a few months back)

I doubt it's the display to screen that is hurting your performance, as modern graphics adapters are almost as fast as a null adapter for 2d operations. And if you are constantly updating the bitmaps,
you still will be transfering images over the bus, so I don't think writing a DX version is going to
save you much cpu. Pushing bits around is pushing bits around. ^_^

Where DX would help is if you have some bitmaps you wish to load into the video ram for redisplay, then the video card can just assemble the display from all the preloaded surfaces, which takes almost no main cpu work.

Jim Wuerch

Jim Wuerch
www.miwasoft.com

Quote from my readme files:
"This is BETA software, and as such may completely destroy your computer, change the alignment of the planets and invert the structure of the universe."

GeneralSuggestions Pin
Dominic I. Holmes9-Oct-00 9:11
Dominic I. Holmes9-Oct-00 9:11 
GeneralAre you going to post the source Pin
Richard Cue5-Oct-00 4:26
Richard Cue5-Oct-00 4:26 
GeneralRe: Are you going to post the source Pin
Norm Almond5-Oct-00 7:26
sussNorm Almond5-Oct-00 7:26 
GeneralRe: Are you going to post the source Pin
Darren Schroeder7-Oct-00 14:33
Darren Schroeder7-Oct-00 14:33 
GeneralRe: Are you going to post the source Pin
2-Jan-01 4:39
suss2-Jan-01 4:39 
GeneralRe: Are you going to post the source Pin
Peter Hayward23-Oct-00 15:51
Peter Hayward23-Oct-00 15:51 
GeneralRe: Are you going to post the source Pin
Todd27-Oct-00 7:36
Todd27-Oct-00 7:36 
GeneralRe: Are you going to post the source Pin
zeki yugnak15-Jul-03 0:45
zeki yugnak15-Jul-03 0:45 
GeneralCan't download the project file. Pin
Jonathan Gilligan4-Oct-00 11:31
Jonathan Gilligan4-Oct-00 11:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.