Iostat: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 September 2022

  • curprev 19:2619:26, 17 September 2022Will talk contribs 709 bytes +709 Created page with "Linux tool for monitoring I/O info over time interval. = Documentation = <blockquote> {| class="wikitable" |- | <code>man iostat</code> || https://man.archlinux.org/man/iostat.1 |- |} </blockquote><!-- Documentation --> = Usage = <blockquote> <syntaxhighlight lang="bash"> iostat -dx 5 </syntaxhighlight> <syntaxhighlight lang="yaml"> rrqm/s, wrqm/s: number of read/write requests per second that could be 'meged' into a single read/write request r/s, w/s: number..."