473,395 Members | 1,689 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Confusion with runing processes

Hi everyone, I've been trying to find a way to distinguish between processes(or applications) that are just running and processes that are actually doing something. For example how can you distinguish whether a defragmenter is currently defragmenting or just open. Is it a difference in CPU usage or Memory usage? Or is there some other variable that changes that can give a clear indication?

Thanks to all who help.
Jul 28 '08 #1
1 1152
Hi,

Open Windows Task Manager, go to View -> Select Columns and check the CPU Usage, CPU Time columns, I/O Reads, I/O Writes and I/O Other. These should tell you what each process is doing.

In your particular case, for the defrag, the I/O columns should be of interest. For example, I have installed DiskKeeper 2008 Pro which rarely uses any CPU but it does a lot of defragmentation when I'm not paying attention to my computer. HDD LED blinks while CPU is as 1% ? I take a look at the I/O columns to see who's busy. Also, note that the process that uses the most CPU is not always the one to slow your system because there may be another process that works a lot with your hard drives. Your system could sometimes be slow because there's a process that does a lot of reading/writing while Windows is trying to access the paging file.

For who doesn't know:
CPU Usage - how much % of the CPU is in use at that moment by the process
CPU Time - actual total foreground time which was used by that process since it was launched (this may be 1 second for applications that just stay in the background and don't do very much or it may be hours for applications that use the CPU intensively). if this value increases, the process is using CPU.
I/O Reads, I/O Writes, I/O Other - these will tell you how many times the process has accessed input/output devices. if one of these values increases, the process is working.

Hope this helps,
Tom
Jul 28 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Jim | last post by:
I'm using the shmop_* functions to create and access shared memory. I've never used shared memory before, so I apologize if my reasoning is completely off... $shm_id = shmop_open(ftok(__FILE__,...
3
by: dahuzizyd | last post by:
Hi all I want to judge an application is runing or not when another application start . If the application is running , get focus. I use the Pinvoke to invoke the FindWindow function ,I...
4
by: archana | last post by:
Hi all, I am having one confusion regarding invoking web method of web service asychronously through windows applicaiton. What i am doing is i am having one long runing web method whose one...
1
by: Joey | last post by:
I am using the below code to run a dos based program. While it is running you can hit ctrl-c to cancel the process. Does anyone know how I can send the same keystroke to the already runing...
5
by: mastar | last post by:
Hi all im trying to run a file localy on my server (2003) using asp , this is the code : <%@ LANGUAGE = "JAVASCRIPT" %> <% var commandLine = "File_NAME.EXE"; var WshShell =...
1
by: cpajoe2001 | last post by:
Was hoping to get some help with this problem. What I have is a website that will be used to create DFS links on a DFS server from a asp 2.0 web site. The user puts in the share name and then...
2
by: atiq | last post by:
why isn't my Access giving me warning before runing the delete, append or update query because usually it warns you that you are about to append, update or delete the following number of records. It...
4
by: GiJeet | last post by:
Every example I see regarding opening a file uses paths like this: FileStream inputStream = new FileStream ("C:\\file.txt", FileMode.Open, FileAccess.Read); Great if the file is always on the...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.