summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSanskriti Sharma <sansharm@redhat.com>2023-01-18 16:54:25 +1100
committerCraig Small <csmall@dropbear.xyz>2023-01-18 16:56:24 +1100
commit68e2c0fc53c78217d5fb3bfbb6f73a6e5d0e39bd (patch)
treeba52df9bb632c52b430c0fdd1c9a3070f36ad978 /NEWS
parent8a65a304e00e39011e84c0b4e75d5ed3c53db53b (diff)
downloadprocps-ng-68e2c0fc53c78217d5fb3bfbb6f73a6e5d0e39bd.tar.gz
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>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0c473c7..cec971e 100644
--- a/NEWS
+++ b/NEWS
@@ -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