Hi, First of all sorry my bad English, is not my mother tongue...
How can I know the numbers of I/O bytes of all running processes, like task manager of windows. If somebody has the source code of that o knows where I can get it please help me.
I hope somebody can help me
[email protected]
Thanks a lot
Sandy
Loading
VulpesPosted Sep 14, 2012, 1:51 PM
To get the I/O Read bytes, you'll need to use WMI as the .NET Process class doesn't expose that particular statistic:
sandy nicotPosted Sep 14, 2012, 11:05 AM
Thanks for your help, but the code you sent me shows the used memory per process what I need is Reading Bytes I/O per process like task manager
Thanks again.
Sandy
VulpesPosted Sep 10, 2012, 4:29 PM