Update 'README.md'

This commit is contained in:
Zane C. B-H 2019-09-04 01:21:36 -05:00
parent 82fec755a2
commit 840b4c01ab
1 changed files with 14 additions and 8 deletions

View File

@ -7,13 +7,16 @@ Display all process table, open files, and network connections for a PID.
# Command Line Options # Command Line Options
``` ```
-a Show a_inodes.
-d Do not dedup. -d Do not dedup.
-f Show FIFOs.
-m Show memory mapped libraries of the REG type.
-n Do not resolve PTR addresses. -n Do not resolve PTR addresses.
--nc Disable color. --nc Disable color.
-p Do not show pipes. -p Show pipes.
-r Do not show show VREG / files. -r Show show VREG / files.
-t Do not show shared libraries. -t Show shared libraries.
-u Do not show unix sockets. -u Show unix sockets.
``` ```
# Enviromental Variables # Enviromental Variables
@ -26,12 +29,15 @@ Unless set to defined ands set to 1, these will default to 0.
| Variable | Description | | Variable | Description |
| -------- | ---------------- | | -------- | ---------------- |
| NO_COLOR | If set to 1, color will be disabled. | | NO_COLOR | If set to 1, color will be disabled. |
| PIDDLER_txt | If set to 1, libraries with the TXT type 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_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. | | PIDDLER_dont_resolv | If set to 1, PTR addresses will not be resolved for network connections. |
| PIDDLER_a_inode | If set to 1, a_inode types will be shown. |
| PIDDLER_fifo | If set to 1, FIFOs will not be shown. |
| PIDDLER_memreglib | If set to 1, memory mapped libraries with the type REG will be shown. |
| PIDDLER_pipe | If set to 1, pipes will not be shown. |
| PIDDLER_txt | If set to 1, libraries with the TXT type 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. |
# Installing # Installing