查看: 3791|回复: 9
收起左侧

[已解决] “I/O其他字节”是什么时候产生的?

 关闭 [复制链接]
goEdgar
发表于 2013-7-22 21:57:14 | 显示全部楼层 |阅读模式
本帖最后由 goEdgar 于 2013-7-23 18:39 编辑

在任务管理器里,有“I/O其他字节”这一列,里面还有个svchost.exe的I/O其他字节比较高,想问下“I/O其他字节”是什么时候产生的?

评分

参与人数 1经验 +3 收起 理由
woxihuan2011 + 3 感谢解答: )

查看全部评分

loms126
发表于 2013-7-23 12:47:42 | 显示全部楼层
请参考这里:http://technet.microsoft.com/en-us/library/cc958260.aspx

I/O Other The 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. I/O Other Operations/sec
For more information about monitoring I/O, see the following Resource Kit chapters:
Examining and Tuning Disk Performance in this book and
Monitoring Network Performance in the Server Operations Guide
I/O Other Bytes The number of bytes transferred in 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 Other Bytes directed to CONSOLE (console input object) handles are not counted. I/O Other Bytes/sec


简单来说就是非读写的I/O访问,例如I/O控制函数,说产生的数据流。

评分

参与人数 1人气 +1 收起 理由
伊川书院 + 1 版区有你更精彩: )

查看全部评分

伊川书院
发表于 2013-7-22 22:03:05 | 显示全部楼层
本帖最后由 伊川书院 于 2013-7-22 22:04 编辑

I/O:输入/输出

本义是指:
I/O是 input/output的缩写,即输入输出端口。每个设备都会有一个专用的I/O地址,用来处理自己的输入输出信息。CPU与外部设备、存储器的连接和数据交换都需要通过接口设备来实现,前者被称为I/O接口,而后者则被称为存储器接口。存储器通常在CPU的同步控制下工作,接口电路比较简单;而I/O设备品种繁多,其相应的接口电路也各不相同,因此,习惯上说到接口只是指I/O接口。


在日常使用过程中,只要电脑在用,在运行,都会产生I/O的数据。

可以评定:某个软件是否频烦的使用电脑数据,在某些时刻:正比与占用磁盘读写,因此可以间接的判定:某软件对磁盘的消耗

评分

参与人数 1经验 +3 收起 理由
wyj915752168 + 3 感谢解答: )

查看全部评分

goEdgar
 楼主| 发表于 2013-7-22 22:18:42 | 显示全部楼层
伊川书院 发表于 2013-7-22 22:03
I/O:输入/输出

本义是指:

我是这么理解的,“I/O读取字节”和“I/O写入字节”分别是对硬盘的读取和写入是产生的,那么“I/O其他字节”是不好理解了
伊川书院
发表于 2013-7-22 22:36:45 | 显示全部楼层
goEdgar 发表于 2013-7-22 22:18
我是这么理解的,“I/O读取字节”和“I/O写入字节”分别是对硬盘的读取和写入是产生的,那么“I/O其他字节 ...

刚刚去看了一下,确实有这个,第一次知道有它的存在,,不太清楚具体是什么概念了
goEdgar
 楼主| 发表于 2013-7-23 13:21:57 | 显示全部楼层
loms126 发表于 2013-7-23 12:47
请参考这里:http://technet.microsoft.com/en-us/library/cc958260.aspx

谢谢,原来如此
伊川书院
发表于 2013-7-23 14:19:03 | 显示全部楼层
loms126 发表于 2013-7-23 12:47
请参考这里:http://technet.microsoft.com/en-us/library/cc958260.aspx

看了半天,查阅了很多资料,
还是理解不了CONSOLE (console input object) 究境指的是哪一部份,,有没有更多资料,谢谢
loms126
发表于 2013-7-23 14:57:23 | 显示全部楼层
本帖最后由 loms126 于 2013-7-23 15:00 编辑
伊川书院 发表于 2013-7-23 14:19
看了半天,查阅了很多资料,
还是理解不了CONSOLE (console input object) 究境指的是哪一部份,,有没有 ...

The Java class libraries have three predefined objects that manage traditional console I/O:

System.out: the standard console output object
System.err: the standard console error output object
System.in: the standard console input object


http://faculty.orangecoastcolleg ... CS170S09/u02/A.html



An effect of developing the C++ and Java in parallel is that the presentation has a more pure orientation towards generic aspects of programming, necessarily avoiding the temptation to slip into language-specific aspects of programming. For example, the C++ version uses the "string" data type instead of "char" arrays, because it is close to what Java uses. Also, the console input object in the Java code samples is named "cin", because that is what C++ calls it.

http://www.dvc.edu/org/departmen ... roToProgramming.pdf




I/O Others directed to CONSOLE (console input object) handles are not counted.
这句话可能说的是句柄之类的东西吧。具体不了解。

评分

参与人数 2经验 +10 收起 理由
woxihuan2011 + 5 感谢解答: )
a330391 + 5 加分鼓励

查看全部评分

伊川书院
发表于 2013-7-23 15:15:43 | 显示全部楼层
本帖最后由 伊川书院 于 2013-7-23 15:20 编辑


大至间接描术的好像控制台是一个系统内核 的集合
伊川书院
发表于 2013-7-23 15:17:28 | 显示全部楼层
本帖最后由 伊川书院 于 2013-7-23 15:20 编辑

I/O Others directed to CONSOLE (console input object) handles are not counted.
这句话可能说的是句柄之类的东西吧。具体不了解。


看起来好像是句柄之类的,但是不理解的是,句柄为什么不统计到I/O里面去,,应该会进入CPU计算的啊
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2024-11-30 13:26 , Processed in 0.141561 second(s), 19 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表