C# code for display number of i/o reads generated by each process that is running on my computer
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