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
Auto merge of #7803 - alexcrichton:less-overflow, r=Eh2406
Don't assume iowait always increases on Linux
According to [documentation] looks like this value is documented as it
can decrease, so let's handle that without overflowing.
[documentation]: http://man7.org/linux/man-pages/man5/proc.5.html
0 commit comments