I/O Utilization

aviwil

Senior member
Mar 23, 2000
285
0
76
Utilities like Process Explorer provide a %CPU display entry for each process . Process Explorer has an entry for I/O Read Bytes and I/O Write bytes - however I'm not really sure how to interperet this . Is there any utility providing a % utilization of I/O Bus ( or something like that ) display for each process ? I would like this beacuse sometimes there is not much CPU utilization , and it would appear that the I/O Bus is a bottleneck .
Thanks .
 

JackMDS

Elite Member
Super Moderator
Oct 25, 1999
29,553
430
126
The Bottle neck for what?

Process Explorer is geared toward the Processes. If you Right click on a process, and choose Performance it would show you what the specific Process is doing.

If you think that you have a general I/O hardware problem you probably have to use an other application.

.
 

aviwil

Senior member
Mar 23, 2000
285
0
76
Thanks JackMDS . Maybe I didn't explain properly . The PC is going slow , ther is little %CPU utilization , so a utility which could show me % I/O bus utilization - in general and specifically per process ( if this is possible ) , would be a big help to me to understand what is happenning . Is there any such utility ? I am on Vista Home Premium , on a HP laptop , by the way .
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Thanks JackMDS . Maybe I didn't explain properly . The PC is going slow , ther is little %CPU utilization , so a utility which could show me % I/O bus utilization - in general and specifically per process ( if this is possible ) , would be a big help to me to understand what is happenning . Is there any such utility ? I am on Vista Home Premium , on a HP laptop , by the way .

You might find something that will tell you the amount of data each process is reading/writing (actually, I'm pretty sure taskmgr will give you some of that) but I doubt you'll find anything that will give you an accurate representation of %. Simply because there's too many variables when it comes to disks. With disks you'll almost never see them come close to the upper limits of the bus or disk itself during normal usage because of things like contention between processes, filesystem overhead, etc.