vmstat: Fixed initial si,so,bi,bo,in & cs values

In the default display option, the first line of stats output in the
above mentioned columns was incorrect.

References:
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668580
 procps-ng/procps!74
 procps-ng/procps#15

Signed-off-by: Craig Small <csmall@dropbear.xyz>
This commit is contained in:
Sanskriti Sharma
2023-01-18 16:54:25 +11:00
committed by Craig Small
parent 8a65a304e0
commit 68e2c0fc53
2 changed files with 14 additions and 7 deletions

2
NEWS
View File

@@ -7,6 +7,8 @@ procps-ng-NEXT
* skill: Match on -p again Debian #1025915
* top: E/P-core toggle ('5' key) added to help
* vmstat: Referesh memory statistics Debian #1027963
* vmstat: Fix initial si,so,bi,bo,in & cs values issue #15
Debian #668580
* w: Add --pids option merge #159
* watch: Pass through beep issue #104
* watch: -r option to not re-exec on SIGWINCH merge #125