You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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