Scroll to navigation

SOLISTEN(8) System Manager's Manual SOLISTEN(8)

NAME

solisten - Trace listening socket

SYNOPSIS

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

DESCRIPTION

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

optional arguments:

show this help message and exit
show network namespace
trace this PID only
trace this Network Namespace only

EXAMPLES

# solisten
# solisten -p 1234
# solisten --netns 4242
# solisten --show-netns

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.

OS

Linux

STABILITY

Unstable - in development.

2019-07-29 USER COMMANDS