]> granicus.if.org Git - procps-ng/commitdiff
vmstat: correct that wide-format when displaying disks
authorJim Warner <james.warner@comcast.net>
Mon, 11 Jul 2016 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Sat, 16 Jul 2016 22:49:48 +0000 (08:49 +1000)
Back in July of last year, when vmstat was modified to
exploit the 2nd gen <slabinfo> alloc & sort provision,
yours truly introduced this bug (in the commit below).

Reference(s):
commit 8d9612f7827959363b572742172b6b4b18796bdf

Signed-off-by: Jim Warner <james.warner@comcast.net>
vmstat.c

index 6bb200468f4d82c9e416d61c4d310114496849a0..0b1d79a31aa57cbff2fc8f27bbf69b02f30e0f59 100644 (file)
--- a/vmstat.c
+++ b/vmstat.c
@@ -581,7 +581,7 @@ static void diskformat(void)
     struct tm *tm_ptr;
     char timebuf[32];
     const char format[] = "%-5s %6lu %6lu %7lu %7lu %6lu %6lu %7lu %7lu %6lu %6lu";
-    const char wide_format[] = "%-5s %9lu %9lu %lu %lu %9lu %9lu %lu %lu %7lu %7lu";
+    const char wide_format[] = "%-5s %9lu %9lu %11lu %11lu %9lu %9lu %11lu %11lu %7lu %7lu";
 
     if (procps_diskstat_new(&disk_stat) < 0)
         xerr(EXIT_FAILURE,