Skip to content

sockstat-1.0

Compare
Choose a tag to compare
@mezantrop mezantrop released this 19 Nov 14:49
· 10 commits to main since this release

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