1
Answer

C# code for display number of i/o reads generated by each process that is running on my computer

hari g

hari g

14y
1.9k
1
I made my own task-manager using c#.net like windows XP task-manger.
I listed running processes information like their names,ids, memory,etc but I want to display number of i/o operations per second generated by each process.

So, can any one provide code for the above query?

Thanks in Advance
Answers (1)
0
Sam Hobbs
NA 28.7k 1.3m 14y

http://social.msdn.microsoft.com/Search/en-US?query=performance%20counters&ac=1
 
Also look for relevant articles in this web site.