Scroll to navigation

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

NAME

sofdsnoop - 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:

show this help message and exit
include timestamp on output
trace this PID only
trace this TID only
only print process names containing this name
total duration of trace in seconds

EXAMPLES

# sofdsnoop
# sofdsnoop -T
# sofdsnoop -p 181
# sofdsnoop -t 123
# sofdsnoop -d 10
# sofdsnoop -n main

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