我正在为Munin创建一个插件来监控命名进程的统计信息.其中一个信息来源是/proc/[pid]/io.但我很难找出rchar/ wchar和read_bytes/ 之间的区别written_bytes.
/proc/[pid]/io
rchar
wchar
read_bytes
written_bytes
它们不一样,因为它们提供不同的值.它们代表什么?
linux linux-kernel procfs
linux ×1
linux-kernel ×1
procfs ×1