tcping 1.2.0

A tool for testing native-to-target port latency, using Rust.
tcping-1.2.0 is not a library.
Visit the last successful build: tcping-1.2.24

Installation

This project is built with Rust and Cargo. To install Rust and Cargo, follow the instructions here.

To build the project, navigate to the project directory and run:

cargo build --release

This will create an executable in the ./target/release directory.

Running

To run the executable, navigate to the ./target/release directory and run:

./target/release/tcping

Usage

tcping <host:port> [-c count] [-t] [-e] [-j] [-o mode]

Where:

  • host:port is the host and port to ping
  • -c count specifies the number of times to ping the host (default: 4)
  • -t enables continuous pinging
  • -e exits immediately after a successful probe
  • -j calculates and displays jitter
  • -o mode sets the output mode (normal, json, csv)
  • -h displays help
  • -V displays version

About

This tool allows you to measure the latency to a server using TCP. It is built with Rust and uses the clap library for command line argument parsing.

Special thanks

Jetbrains Logo

Thanks to Jetbrains for supporting this small open source project!