bcc-sofdsnoop - Man Page
traces FDs passed by sockets
Synopsis
usage: sofdsnoop [-h] [-T] [-p PID] [-t TID] [-n NAME] [-d DURATION]
Description
Trace file descriptors passed via socket
optional arguments
- -h, ā--help
show this help message and exit
- -T, ā--timestamp
include timestamp on output
- -p PID, --pid PID
trace this PID only
- -t TID, --tid TID
trace this TID only
- -n NAME, --name NAME
only print process names containing this name
- -d DURATION, --duration DURATION
total duration of trace in seconds
Examples
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.
Info
2019-07-29 USER COMMANDS