LinuxCommandLibrary

eutp

UTP protocol diagnostic tool

TLDR

Show UTP socket statistics

$ eutp stats
copy
List connections
$ eutp list
copy
Trace connection
$ eutp trace [socket_id]
copy

SYNOPSIS

eutp command [options]

DESCRIPTION

eutp is a diagnostic tool for UTP (uTorrent Transport Protocol) connections. UTP is a UDP-based transport protocol designed for BitTorrent that minimizes impact on other network traffic.
The tool provides visibility into UTP socket state, connection statistics, and performance metrics. It's useful for debugging libutp-based applications and understanding UTP behavior.
UTP implements congestion control similar to TCP but over UDP, making this tool relevant for BitTorrent clients and similar applications.

PARAMETERS

COMMAND

Operation: stats, list, trace.
stats
Show socket statistics.
list
List active connections.
trace ID
Trace specific connection.
--help
Display help information.

CAVEATS

Limited to UTP protocol diagnostics. Requires applications using libutp. May need root access for some operations.

HISTORY

eutp supports the UTP protocol developed by BitTorrent, Inc. as an alternative to TCP that's more friendly to other network traffic, implemented in the libutp library.

SEE ALSO

ss(8), netstat(8)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community