Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A network diagnostic tool

License

NotificationsYou must be signed in to change notification settings

fujiapple852/trippy

Repository files navigation





Trippy combines the functionality of traceroute and ping and is designed to assist with the analysis of networkingissues.

trippy

Quick Start

See thegetting started guide.

Install

Trippy runs on Linux, BSD, macOS, and Windows. It can be installed from most package managers, precompiled binaries, orsource.

For example, to install Trippy fromcargo:

cargo install trippy --locked
All package managers

Cargo

Crates.io

cargo install trippy --locked

APT (Debian)

Debian 13 package

apt install trippy

ⓘ Note:

Only available for Debian 13 (trixie) and later.

PPA (Ubuntu)

Ubuntu PPA

add-apt-repository ppa:fujiapple/trippyapt update&& apt install trippy

ⓘ Note:

Only available for Ubuntu 24.04 (Noble) and 22.04 (Jammy).

Snap (Linux)

trippy

snap install trippy

Homebrew (macOS)

Homebrew package

brew install trippy

WinGet (Windows)

winget package

winget install trippy

Scoop (Windows)

Scoop package

scoop install trippy

Chocolatey (Windows)

Chocolatey package

choco install trippy

NetBSD

pkgsrc current package

pkgin install trippy

FreeBSD

FreeBSD port

pkg install trippy

OpenBSD

OpenBSD port

pkg_add trippy

Arch Linux

Arch package

pacman -S trippy

Gentoo Linux

Gentoo package

emerge -av net-analyzer/trippy

Nix

nixpkgs unstable package

nix-env -iA trippy

Docker

Docker Image Version (latest by date)

docker run -it fujiapple/trippy

All Repositories

Packaging status

See theinstallation guide for details of how to install Trippy on your system.

Run

To run a basic trace toexample.com with default settings, use the following command:

sudo trip example.com

See theusage examples andCLI reference fordetails of how to use Trippy. To use Trippy without elevated privileges, seetheprivileges guide.

Documentation

Full documentation is available attrippy.rs.

documentation links

Getting Started

See theGetting Started guide.

Features

See theFeatures list.

Distributions

See theDistributions list.

Privileges

See thePrivileges guide.

Usage Examples

See theUsage Examples.

Command Reference

See theCommand Reference.

Theme Reference

See theTheme Reference.

Column Reference

See theColumn Reference.

Configuration Reference

See theConfiguration Reference.

Locale Reference

See theLocale Reference.

Versions

See theVersion Reference.

Frequently Asked Questions

Why does Trippy show "Awaiting data..."?

See theAwaiting Data guide.

How do I allow incoming ICMP traffic in the Windows Defender firewall?

See theWindows Defender Firewall guide.

What are the recommended settings for Trippy?

See theRecommended Tracing Settings guide.

Acknowledgements

Trippy is made possible byratatui (formerlytui-rs),crossterm as wellasseveral foundational Rust libraries.

Trippy draws heavily frommtr and also incorporates ideasfrom bothlibparistraceroute&Dublin Traceroute.

The Trippy networking code is inspired bypnet and some elements of that codebaseare incorporated in Trippy.

TheAS data is retrieved fromtheIP to ASN Mapping Service providedbyTeam Cymru.

Thetrippy.cli.rs CNAME hosting is provided bycli.rs.

The Trippy chat room is sponsored byZulip.

Trippy logo designed byHarun Ocaksiz Design.

License

This project is distributed under the terms of the Apache License (Version 2.0).

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in time by you, as definedin the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

SeeLICENSE for details.

Copyright 2022Trippy Contributors


[8]ページ先頭

©2009-2025 Movatter.jp