[Bug 228461] swapinfo(8) is not able to align the columns with longer names of devices

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 24 14:28:35 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228461

            Bug ID: 228461
           Summary: swapinfo(8) is not able to align the columns with
                    longer names of devices
           Product: Base System
           Version: 11.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: vermaden at interia.pl

It is now:

% swapinfo -h
Device          1K-blocks     Used    Avail Capacity
/dev/zvol/local/SWAP   4194304      12M     4.0G     0%

% swapinfo -m            
Device          1M-blocks     Used    Avail Capacity
/dev/zvol/local/SWAP      4096       11     4084     0%



Should be:

% swapinfo -h
Device                1K-blocks  Used  Avail  Capacity
/dev/zvol/local/SWAP    4194304   12M   4.0G        0%

% swapinfo -m            
Device                1M-blocks  Used  Avail  Capacity
/dev/zvol/local/SWAP       4096    11   4084        0%

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


More information about the freebsd-bugs mailing list