Skip to content

Releases: mezantrop/sockstat

sockstat-1.1.0

26 Jun 14:55
Compare
Choose a tag to compare
  • -T and -U flags to specify TCP and UDP protocol filters

sockstat-1.0.3

12 Jun 05:55
Compare
Choose a tag to compare

2024.06.11 v1.0.3

  • -v flag typo fix in description

sockstat-1.0.2

11 Jun 05:43
Compare
Choose a tag to compare

2024.06.11 v1.0.2

  • -v command-line argument to show version
  • Cosmetic changes to fix typos

sockstat-1.0.1

21 Nov 11:01
Compare
Choose a tag to compare

v1.0.1 changes

  • make all produces binaries for x64 and Arm architectures; make universal creates a universal binary
  • Tab separates fields which may also contain space-chars as fillers

sockstat-1.0

19 Nov 14:49
Compare
Choose a tag to compare

The first release

To compile and install, run : make; sudo make install
Or just download a prebuilt universal for X64 and M-processors version

Usage:
    sockstat [-46klNrquh]

    -4  Show AF_INET (IPv4) sockets
    -6  Show AF_INET (IPv6) sockets
    -k  Show AF_SYSTEM (Kernel) sockets
    -n  Show AF_NDRV sockets
    -r  Show AF_ROUTE sockets
    -u  Show AF_LOCAL (UNIX) sockets

    -l  Show only LISTENing sockets
    -q  Quiet mode - suppress header

    -h  This help message