在
Windows Server 2003中,我在任务管理器中看到I / O其他列中具有较高值的进程.我试图确定它是否处于某种错误状态,但我不知道I / O其他意味着什么. I / O读取和写入都很低.什么是I / O其他?
我也在寻找更多关于I / O其他操作的细节,比“这种操作的一个例子是控制功能”更多的解释.谢谢
根据
TechNet:
原文链接:https://www.f2er.com/windows/367975.htmlThe number of input/output operations generated by a process that are
neither reads nor writes,including file,network,and device I/Os. An
example of this type of operation would be a control function. I/O
Others directed to CONSOLE (console input object) handles are not
counted.
如果您需要比任务管理器提供的更详细的信息,请查看来自Sysinternals的Process Explorer和Process Monitor.