What do the counters in /proc/[pid]/io mean?
While the proc manpage is woefully behind (and so are most manpages/documentation on anything not relating to cookie-cutter user-space development), this stuff is fortunately documented completely in the Linux kernel source under Documentation/filesystems/proc.rst. Here are the relevant bits: rchar —– I/O counter: chars read The number of bytes which this task has caused to be … Read more