tcping-1.2.8 is not a library.
Visit the last successful build:
tcping-1.2.24
Usage
Where:
host:portis the host and port to ping-c countspecifies the number of times to ping the host (default: 4)-tenables continuous pinging-eexits immediately after a successful probe-jcalculates and displays jitter-o modesets the output mode (normal,json,csv)-hdisplays help-Vdisplays version
Example
Installation
Download from Releases
Download the precompiled binaries from the Releases Page.
- Navigate to the Releases section.
- Download the appropriate binary for your operating system.
- Extract the executable and place it in a directory included in your PATH.
Using Docker
Run tcping-rs using the Docker image:
docker run --rm docker.io/lvillis/tcping:latest <host:port> [options]
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
Thanks to Jetbrains for supporting this small open source project!