Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
portpin
command
Command portpin inspects and releases network endpoints held by local processes, without the races of the lsof-and-kill idiom.
|
Command portpin inspects and releases network endpoints held by local processes, without the races of the lsof-and-kill idiom. |
|
internal
|
|
|
advise
Package advise produces warnings about processes that should usually not be killed directly.
|
Package advise produces warnings about processes that should usually not be killed directly. |
|
discover
Package discover maps network endpoints to the processes that own them.
|
Package discover maps network endpoints to the processes that own them. |
|
model
Package model holds the platform-independent domain types shared by every portpin package.
|
Package model holds the platform-independent domain types shared by every portpin package. |
|
pin
Package pin acquires a kernel-level hold on a process so that its numeric PID cannot be recycled, and dispatches signals through that hold rather than through the raw PID.
|
Package pin acquires a kernel-level hold on a process so that its numeric PID cannot be recycled, and dispatches signals through that hold rather than through the raw PID. |
|
render
Package render turns discovery and termination results into the two output formats portpin supports: an aligned human table and a stable JSON object.
|
Package render turns discovery and termination results into the two output formats portpin supports: an aligned human table and a stable JSON object. |
|
terminate
Package terminate drives the escalation state machine that turns a pinned process into a released endpoint.
|
Package terminate drives the escalation state machine that turns a pinned process into a released endpoint. |
|
testutil
Package testutil spawns real listener processes for integration tests.
|
Package testutil spawns real listener processes for integration tests. |
Click to show internal directories.
Click to hide internal directories.