LinuxCommandLibrary

snitch

Friendlier alternative to ss and netstat

TLDR

Launch the interactive TUI with live-updating connections
$ snitch
copy
List TCP established connections as a styled table
$ snitch ls -t -e
copy
Output all connections in JSON format
$ snitch json
copy

SYNOPSIS

snitch [command] [flags]

DESCRIPTION

snitch is a TUI and CLI tool for inspecting TCP and UDP network connections on Linux and macOS. It serves as a modern, human-friendly alternative to ss and netstat, displaying a live-updating connection table with DNS resolution, filtering, and multiple output formats (styled tables, JSON, CSV).

HISTORY

snitch was created by Karol Broda and is written in Go.

SEE ALSO

ss(1), netstat(1), nethogs(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard