Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
pingtrace
command
Package main is the pingtrace CLI entry point.
|
Package main is the pingtrace CLI entry point. |
|
pingtrace/cli
Package cli wires Cobra commands for the pingtrace CLI.
|
Package cli wires Cobra commands for the pingtrace CLI. |
|
internal
|
|
|
config
Package config manages persistent user settings for pingtrace.
|
Package config manages persistent user settings for pingtrace. |
|
csvexport
Package csvexport writes pingtrace results to disk as CSV.
|
Package csvexport writes pingtrace results to disk as CSV. |
|
enrich
Package enrich performs lightweight per-row enrichment of probe results: reverse-DNS lookups today, ASN / org / location later.
|
Package enrich performs lightweight per-row enrichment of probe results: reverse-DNS lookups today, ASN / org / location later. |
|
jsonreport
Package jsonreport marshals probe results into documents that validate against schema/pingtrace.schema.json.
|
Package jsonreport marshals probe results into documents that validate against schema/pingtrace.schema.json. |
|
probe
Package probe implements OS-native ping / trace / mtr engines rather than open raw ICMP sockets.
|
Package probe implements OS-native ping / trace / mtr engines rather than open raw ICMP sockets. |
|
render
Package render produces human-readable terminal output for pingtrace results: ping tables, trace tables, MTR tables, and per-target summaries.
|
Package render produces human-readable terminal output for pingtrace results: ping tables, trace tables, MTR tables, and per-target summaries. |
|
target
Package target turns user input (positional args + --file) into a flat, de-duplicated, order-preserving list of probe targets.
|
Package target turns user input (positional args + --file) into a flat, de-duplicated, order-preserving list of probe targets. |
|
tui/configtui
Package configtui implements a bubbletea-powered interactive editor for the pingtrace config file.
|
Package configtui implements a bubbletea-powered interactive editor for the pingtrace config file. |
|
tui/mtr
Package mtrtui drives the live MTR view via bubbletea.
|
Package mtrtui drives the live MTR view via bubbletea. |
Click to show internal directories.
Click to hide internal directories.
