Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 04:57

Added

  • Block I/O stats have been better-parsed to now be useful as simple scalar values.
    • For blkio.time and blkio.sectors, this is a single scalar (representing the total of all devices), while for all other block I/O columns, each category is now split and aggregated into four separate columns for read total, write total, sync total, and async total (for all devices).
    • For example, the non-scalar column blkio.service.bytes is now 4 scalar columns: blkio.service.bytes.read, blkio.service.bytes.write, blkio.service.bytes.sync, and blkio.service.bytes.async