peekfd
(1)peek at file descriptors of running processes
peekfd [-8,--eight-bit-clean] [-n,--no-headers] [-c,--follow] [-d,--duplicates-removed] [-V,--version] [-h,--help] pid [fd] [fd] ...
Options
6-8Do no post-processing on the bytes being read or written.
-nDo not display headers indicating the source of the bytes dumped.
-cAlso dump the requested file descriptor activity in any new child processes that are created.
-dRemove duplicate read/writes from the output. If you're looking at a tty with echo, you might want this.
-vDisplay a version string.
-hDisplay a help message.
DESCRIPTION
FILES
ENVIRONMENT
DIAGNOSTICS
The following diagnostics may be issued on stderr:
- Error attaching to pid <PID>
- An unknown error occurred while attempted to attach to a process, you may need to be root.