Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 00:54:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 191976] New: [patch] vmstat(8): fix formatting to fit in 80 cols
Message-ID:  <bug-191976-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191976

            Bug ID: 191976
           Summary: [patch] vmstat(8): fix formatting to fit in 80 cols
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: akosela@andykosela.com

Created attachment 144803
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144803&action=edit
vmstat.diff

vmstat(8): fix formatting to fit in 80 cols.  

Fix formatting so that it looks cleaner on standard 80 cols displays and it's
not wrapping so often.

---------------------------------[BEFORE]----------------------------------------
zork $ vmstat    
 procs      memory      page                    disks     faults         cpu
 r b w     avm    fre   flt  re  pi  po    fr  sr ad0 cd0   in   sy   cs us sy
i
d
 1 0 0    446M    70M    16   0   0   0    17   5   0   0  407  188  141  0  0
1
00

---------------------------------[AFTER]-----------------------------------------
zork $ vmstat
 procs     memory      page                    disks     faults        cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad0 cd0   in    sy   cs us sy id
 1 0 0    446M    70M   16   0   0   0  17   5   0   0  407   187  141  0  0
100

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191976-8>