从iostat手册页:
rrqm/s
The number of read requests merged per second that were queued to the device.
wrqm/s
The number of write requests merged per second that were queued to the device.
r/s
The number (after merges) of read requests completed per second for the device.
w/s
The number (after merges) of write requests completed per second for the device.
Run Code Online (Sandbox Code Playgroud)
merge由于文档没有提供任何进一步的细节,任何人都可以详细说明这个概念吗?