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

            Bug ID: 230715
           Summary: sockstat does not aligns columns
           Product: Base System
           Version: 11.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: b...@freebsd.org
          Reporter: verma...@interia.pl

Current output:

# sockstat -l4
USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN ADDRESS      
syncthing syncthing 4875  9  tcp4   10.0.0.100:22000      *:*
syncthing syncthing 4875  10 udp4   10.0.0.100:20347      *:*
syncthing syncthing 4875  11 udp4   10.0.0.100:21027      *:*
syncthing syncthing 4875  15 tcp4   10.0.0.100:8384       *:*
syncthing syncthing 4875  18 udp4   10.0.0.100:21820      *:*
syncthing syncthing 4875  19 udp4   10.0.0.100:16107      *:*
root     sendmail   96174 3  tcp4   10.0.0.100:25         *:*
root     syslogd    56080 6  udp4   10.0.0.100:514        *:*

How it should be:

# sockstat -l4
USER      COMMAND     PID FD PROTO LOCAL ADDRESS    FOREIGN ADDRESS      
syncthing syncthing  4875  9  tcp4 10.0.0.100:22000 *:*
syncthing syncthing  4875 10  udp4 10.0.0.100:20347 *:*
syncthing syncthing  4875 11  udp4 10.0.0.100:21027 *:*
syncthing syncthing  4875 15  tcp4 10.0.0.100:8384  *:*
syncthing syncthing  4875 18  udp4 10.0.0.100:21820 *:*
syncthing syncthing  4875 19  udp4 10.0.0.100:16107 *:*
root      sendmail  96174  3  tcp4 10.0.0.100:25    *:*
root      syslogd   56080  6  udp4 10.0.0.100:514   *:*

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to