nimbus117 / tcping

TCP ping cli tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tcping

TCP ping cli tool

$ npm install --global tcping

$ tcping --help

  TCP ping cli tool

  Usage
    $ tcping <host> <port>

  Options
    --host       | -h | host to ping
    --port       | -p | port on host to connect to
    --continuous | -x | ping the host continuously
    --count      | -c | ping the host this many times (default: 4)
    --delay      | -d | the delay between each ping in milliseconds (default: 1000)
    --timeout    | -t | timeout in milliseconds (default: 5000)

  Examples
    $ tcping --host google.com --port 443
    $ tcping localhost 8080
    $ tcping 192.168.1.100 22 -c 1
    $ tcping desktop 3389 -x -d 5000

image

About

TCP ping cli tool


Languages

Language:TypeScript 61.4%Language:JavaScript 37.9%Language:Shell 0.7%