- trixie 0.31.0+ds-7
 - testing 0.31.0+ds-7
 - unstable 0.35.0+ds-1
 - experimental 0.35.0+ds-2~exp1
 
| sofdsnoop(8) | System Manager's Manual | sofdsnoop(8) | 
NAME¶
sofdsnoop - Trace FDs passed through unix sockets. Uses Linux eBPF/bcc.
SYNOPSIS¶
sofdsnoop [-h] [-T] [-p PID] [-t TID] [-n NAME] [-d DURATION]
DESCRIPTION¶
sofdsnoop traces FDs passed through unix sockets
Every file descriptor that is passed via unix sockets os displayed on separate line together with process info (TID/COMM columns), ACTION details (SEND/RECV), file descriptor number (FD) and its translation to file if available (NAME).
Since this uses BPF, only the root user can use this tool.
REQUIREMENTS¶
CONFIG_BPF and bcc.
OPTIONS¶
EXAMPLES¶
- Trace all sockets:
 - # sofdsnoop
 - Trace all sockets, and include timestamps:
 - # sofdsnoop -T
 - Only trace sockets where the process contains "server":
 - # sofdsnoop -n server
 
FIELDS¶
SOURCE¶
This is from 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.
AUTHOR¶
Jiri Olsa
SEE ALSO¶
opensnoop(1)
| 2018-11-08 | USER COMMANDS |