🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

tcping

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcping

TCP ping cli tool

2.1.0
latest
Source
npm
Version published
Weekly downloads
3
-92.86%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

cli

FAQs

Package last updated on 12 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts