本文介绍了如何建立自己的任务管理器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用c#.net制作了自己的任务管理器,例如Windows XP task-manger.
我列出了正在运行的进程的信息,例如它们的名称,ID,内存等,但我想显示每个进程每秒产生的I/O操作数.
那么,任何人都可以为上述查询提供代码吗?
在Advance中致谢
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
推荐答案
这篇关于如何建立自己的任务管理器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!