Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2018 20:54:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 230715] sockstat does not aligns columns
Message-ID:  <bug-230715-227@https.bugs.freebsd.org/bugzilla/>

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

            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: bugs@FreeBSD.org
          Reporter: vermaden@interia.pl

Current output:

# sockstat -l4
USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN ADDRESS=
=20=20=20=20=20=20
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=20=20=
=20=20=20=20
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   *:*

--=20
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-230715-227>