LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

trippy

Network diagnostic tool combining traceroute and ping

TLDR

Trace route to a host
$ trip [example.com]
copy
Use TCP protocol for tracing
$ trip [example.com] -p tcp
copy

SYNOPSIS

trip [options] target

DESCRIPTION

trippy combines the functionality of traceroute and ping into a single tool with a real-time TUI interface for network path analysis. It supports multiple tracing protocols (ICMP, UDP, TCP), IPv6, GeoIP visualization, and advanced ECMP strategies. Runs on Linux, BSD, macOS, and Windows.

HISTORY

trippy was created by fujiapple852 and is written in Rust.

SEE ALSO

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

Copied to clipboard
Kai