On Wed, 28 Jul 2021 12:13:23 -0700, Anindya Mukherjee wrote:

> While running systat(1)'s iostat view in cumulative mode (activated by pressi
> ng
> 'b') I noticed that it divides the results by the refresh interval. This is
> because the cumulative mode is implemented by setting last = 0, and then it d
> oes
> (current - last) / etime, thereby giving wrong cumulative results. This can b
> e
> verified by comparing with `iostat -dI`. The attached diff fixes this.

Committed, thanks.  Sorry for the delay.

 - todd

Reply via email to