1SOLISTEN(8) System Manager's Manual SOLISTEN(8)
2
3
4
6 solisten - Trace listening socket
7
9 usage: solisten [-h] [--show-netns] [-p PID] [-n NETNS]
10
12 All IPv4 and IPv6 listen attempts are traced, even if they ultimately
13 fail or the listening program is not willing to accept().
14
15 optional arguments:
16 -h, --help
17 show this help message and exit
18
19 --show-netns
20 show network namespace
21
22 -p PID, --pid PID
23 trace this PID only
24
25 -n NETNS, --netns NETNS
26 trace this Network Namespace only
27
29 Stream socket listen:
30 # solisten
31
32 Stream socket listen for specified PID only
33 # solisten -p 1234
34
35 Stream socket listen for the specified network namespace ID only
36 # solisten --netns 4242
37
38 Show network ns ID (useful for containers)
39 # solisten --show-netns
40
42 This is from bcc.
43
44 https://github.com/iovisor/bcc
45
46 Also look in the bcc distribution for a companion _examples.txt file
47 containing example usage, output, and commentary for this tool.
48
50 Linux
51
53 Unstable - in development.
54
55
56
57USER COMMANDS 2019-07-29 SOLISTEN(8)