NAME
piddler - Display all process table, open files, and network connections for a PID.
SYNOPSIS
piddler [-d] [-n] [-p] [-r] [-r] [-t] [-u]
FLAGS
-d
Do not dedup.
-n
Do not resolve PTR addresses.
-p
Do not show pipes.
-r
Do not show show VREG / files.
-t
Do not show shared libraries.
-u
Do not show unix sockets.
ENVIROMENTAL VARIABLES
These are used for XORing the corresponding flags.
PIDDLER_txt
If set to 1, libraries will not be shown.
PIDDLER_pipe
If set to 1, pipes will not be shown.
PIDDLER_unix
If set to 1, unix socket will not be shown.
PIDDLER_vregroot
If set to 1, VREG / will not be shown.
PIDDLER_dont_dedup
If set to 1, duplicate file handles are removed.
PIDDLER_dont_resolv
If set to 1, PTR addresses will not be resolved for network connections.
FILE HANDLE DEDUPING
By default it checks if file handles are open in the same mode more than once. If it finds one of these + is appended to the value in the FD column.
The following are also RW filehandles.
u
uw
ur