logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

solisten - Trace listening socket

Description

       All  IPv4  and  IPv6 listen attempts are traced, even if they ultimately fail or the listening program is
       not willing to accept().

   optionalarguments:-h, --help
              show this help message and exit

       --show-netns
              show network namespace

       -p PID, --pid PID
              trace this PID only

       -n NETNS, --netns NETNS
              trace this Network Namespace only

Examples

       Stream socket listen:
              # solisten

       Stream socket listen for specified PID only
              # solisten-p1234

       Stream socket listen for the specified network namespace ID only
              # solisten--netns4242

       Show network ns ID (useful for containers)
              # solisten--show-netns

Name

       solisten - Trace listening socket

Os

       Linux

Source

       This is from bcc.

              https://github.com/iovisor/bcc

       Also look in the bcc distribution for a companion _examples.txt file containing  example  usage,  output,
       and commentary for this tool.

Stability

       Unstable - in development.

USER COMMANDS                                      2019-07-29                                        SOLISTEN(8)

Synopsis

       usage: solisten [-h] [--show-netns] [-p PID] [-n NETNS]

See Also