LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

trip

Visual network traceroute with TUI

TLDR

Trace route
$ trip [example.com]
copy
Use ICMP
$ trip -p icmp [example.com]
copy
Use UDP
$ trip -p udp [example.com]
copy
Use TCP
$ trip -p tcp [example.com]
copy
With DNS resolution
$ trip -r [example.com]
copy
Chart view
$ trip --tui-chart [example.com]
copy

SYNOPSIS

trip [-p protocol] [-r] [options] target

DESCRIPTION

trip is a modern network diagnostic tool that combines traceroute functionality with a text-based user interface for real-time visualization. It continuously traces the network path to a destination, displaying hop-by-hop latency statistics in an interactive terminal display.The tool supports multiple protocols including ICMP, UDP, and TCP, allowing probing through different network paths and firewall configurations. A chart view provides latency visualization over time, making it easy to spot intermittent connectivity issues and jitter patterns.Reverse DNS resolution can be enabled to show hostnames for each hop. The continuous tracing mode keeps running and updating statistics, making it useful for ongoing network monitoring and troubleshooting.

PARAMETERS

-p PROTOCOL

Protocol (icmp, udp, tcp).
-r
Reverse DNS.
--tui-chart
Chart display.
-m HOPS
Max hops.
-i INTERVAL
Probe interval.

INSTALL

sudo apt install trippy
copy
sudo pacman -S trippy
copy
sudo zypper install trippy
copy
brew install trippy
copy
nix profile install nixpkgs#trippy
copy

CAVEATS

Requires root or appropriate capabilities for raw socket access (ICMP/UDP probing). TCP probing may behave differently through stateful firewalls. Some hops may not respond to probes, appearing as `*` in the output.

HISTORY

trip was created as a modern network diagnostic tool with a text-based user interface for traceroute.

SEE ALSO

traceroute(1), mtr(1), ping(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid