Linux Commands Examples

A great documentation place for Linux commands

peekfd

peek at file descriptors of running processes

Synopsis

peekfd [-8,--eight-bit-clean] [-n,--no-headers] [-f,--follow] [-d,--duplicates-removed] [-V,--version] [-h,--help] pid [fd] [fd] ...


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

peekfd attaches to a running process and intercepts all reads and writes to file descriptors. You can specify the desired file descriptor numbers or dump all of them.

options

-8

Do no post-processing on the bytes being read or written.

-n

Do not display headers indicating the source of the bytes dumped.

-c

Also dump the requested file descriptor activity in any new child processes that are created.

-d

Remove duplicate read/writes from the output. If you’re looking at a tty with echo, you might want this.

-v

Display a version string.

-h

Display a help message.

diagnostics

The following diagnostics may be issued on stderr:
Error attaching to pid ...

An unknown error occurred while attempted to attach to a process.. you may need to be root.

environment

None.

files

/proc/*/fd

Not used but useful for the user to look at to get good file descriptor numbers.


bugs

Probably lots. Don’t be surprised if the process you are monitoring dies.


see also

ttysnoop


author

Trent Waddington (mailto:trent.waddington[:at:]gmail[:dot:]com)

How can this site be more helpful to YOU ?


give  feedback