Home
last modified time | relevance | path

Searched full:solisten (Results 1 – 5 of 5) sorted by relevance

/external/bcc/tools/
Dsolisten.py3 # solisten Trace TCP listen events
6 # USAGE: solisten.py [-h] [-p PID] [--show-netns]
29 ./solisten.py # Stream socket listen
30 ./solisten.py -p 1234 # Stream socket listen for specified PID only
31 ./solisten.py --netns 4242 # " for the specified network namespace ID only
32 ./solisten.py --show-netns # Show network ns ID (useful for containers)
Dsolisten_example.txt1 Demonstrations of solisten.py, the Linux eBPF/bcc version.
10 # ./solisten.py --show-netns
/external/bcc/snapcraft/
Dsnapcraft.yaml246 solisten:
247 command: wrapper solisten
248 aliases: [solisten]
/external/bcc/
DREADME.md137 - tools/[solisten](tools/solisten.py): Trace TCP socket listen. [Examples](tools/solisten_example.t…
/external/bcc/tests/python/
Dtest_tools_smoke.py275 self.run_with_int("solisten.py")