1
Answer

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

Photo of hari g

hari g

14y
2.2k
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)