返回顶部
位置:首页 > 电脑软件 > 网络软件 > 网络辅助>TCP端口工具之tcping v0.39
TCP端口工具之tcping v0.39  TCP端口工具之tcping v0.39
  • 软件大小:

    78K

  • 更新时间:

    2024-03-17 00:29:33

  • 软件授权:

    免费版

  • 应用平台:

    Win10/Win8/Win7

  • 软件语言:

    简体中文

  • 软件类别:

    网络辅助

  • 软件等级:

  • 软件性质:PC软件

  • 安全检测:

    360安全卫士

    360杀毒

    电脑管家

软件简介

ping这个小工具大家都非常熟悉,但是他不能ping端口,当我们需要知道目的地址的某端口是否开放时,这时需要用到这个tcping小工具了,Windows没有自带这个小工具,需要自己下载下来,放到指定目录里面。放到C:WindowsSystem32这个文件夹下
现在在测试一下:
TCP端口工具之tcping
TCP端口工具之tcping
官方有个英文版的具体参数使用说明
NAME
    tcping - simulate "ping" over tcp by establishing a connection to network hosts.
    Measures the time for your system to [SYN], receive the target's [SYN][ACK] and send [ACK].  Note that the travel time for
    the last ACK is not included - only the time it takes to be put on the wire a tthe sending end.

SYNOPSIS
    tcping [-tdsvf46] [-i interval] [-n times] [-w interval] [-b n] [-r times][-j depth] [--tee filename] [-f] destination [port]

DESCRIPTION
    tcping measures the time it takes to perform a TCP 3-way handshake (SYN, SYN/ACK, ACK) between itself and a remote host.
    The travel time of the outgoing final ACK is not included, only the (minimal) amount of time it has taken to drop it on
    the wire at the near end.  This allows the travel time of the (SYN, SYN/ACK) to approximate the travel time of the
    ICMP (request, response) equivalent.
    
OPTIONS
    -4      Prefer using IPv4

    -6      Prefer using IPv6

    -t      ping continuously until stopped via control-c

    -n count
            send _count_ pings and then stop.  Default 4.
    
    -i interval
            Wait _interval_ seconds between pings.  Default 1.  Decimals permitted.
    
    -w interval
            Wait _interval_ seconds for a response.  Default 2.  Decimals permitted.

    -d      include date and time on every output line
    
    -f      Force sending at least one byte in addition to making the connection.

    -g count
            Give up after _count_ failed pings.
    
    -b type
            Enable audible beeps.
            '-b 1' will beep "on down".  If a host was up, but now its not, beep.
            '-b 2' will beep "on up".  If a host was down, but now its up, beep.
            '-b 3' will beep "on change".  If a host was one way, but now its the other, beep.
            '-b 4' will beep "always".

    -c      only show output on a changed state
    
    -r count
            Every _count_ pings, we will perform a new DNS lookup for the host in case it changed.

    -s      Exit immediately upon a success.        

    -v      Print version and exit.

    -j      Calculate jitter.  Jitter is defined as the difference between the last response time and the historical average.

    -js depth
            Calculate jitter, as with -j but with an optional _depth_ argument specified. If _depth_ is specified tcping will
            use the prior _depth_ values to calculate a rolling average.

    --tee _filename_
            Duplicate output to the _filename_ specified.  Windows can still not be depended upon to have a useful command line 
            environment. Don't tease me, *nix guys.

    --append
            When using --tee, append to rather than overwrite the output file.
            
    --file
            Treat the "destination" option as a filename.  That file becomes a source of destinations, looped through on a
            line by line basis.  Some options don't work in this mode and statistics will not be kept.


    destination
            A DNS name, an IP address, or (in "http" mode) a URL.
            Do not specify the protocol ("http://") in "http" mode.  Also do not specify server port via ":port" syntax.
            For instance:   "tcping http://www.elifulkerson.com:8080/index.html" would fail
            Use the style:  "tcping www.elifulkerson.com/index.html 8080" instead.
                                
    port
            A numeric TCP port, 1-65535.  If not specified, defaults to 80.

    --header
            include a header with the command line arguments and timestamp.  Header is implied if using --tee.
            
HTTP MODE OPTIONS   
    -h      Use "http" mode.  In http mode we will attempt to GET the specified document and return additional values including
            the document's size, http response code, kbit/s.
    -u      In "http" mode, include the target URL on each output line.
    
    --post  Use POST instead of GET in http mode.
    --head  Use HEAD instead of GET in http mode.
    --get   Shorthand to invoke "http" mode for consistency's sake.

    --proxy-server _proxyserver_
            Connect to _proxyserver_ to request the url rather than the server indicated in the url itself.
    --proxy-port _port_
            Specify the numeric TCP port of the proxy server.  Defaults to 3128.
    --proxy-credentials username:password
            Specify a username:password pair which is sent as a 'Proxy-Authorization: Basic' header.


RETURN VALUE
    tcping returns 0 if all pings are successful, 1 if zero pings are successful and 2 for mixed outcome.

BUGS/REQUESTS
    Please report bugs and feature requests to the author via contact information on http://www.elifulkerson.com
    
AVAILABILITY
    tcping is available at http://www.elifulkerson.com/projects/tcping.php


Examples:

C: tcping www.elifulkerson.com

Probing 64.22.103.201:80/tcp - Port is open - time=25.739ms
Probing 64.22.103.201:80/tcp - Port is open - time=21.842ms
Probing 64.22.103.201:80/tcp - Port is open - time=27.701ms
Probing 64.22.103.201:80/tcp - Port is open - time=27.489ms

Ping statistics for 64.22.103.201:80
     4 probes sent.
     4 successful, 0 failed.
Approximate trip times in milli-seconds:
     Minimum = 21.842ms, Maximum = 27.701ms, Average = 25.693ms


C:tcping -h www.elifulkerson.com
** Requesting "" from www.elifulkerson.com:
(for various reasons, kbit/s is an approximation)

Probing 64.22.103.201:80/tcp - HTTP is open - time=31.288ms rcv_time=31.951 status=200 bytes=4052 kbit/s=~1014.554
Probing 64.22.103.201:80/tcp - HTTP is open - time=29.553ms rcv_time=30.947 status=200 bytes=4052 kbit/s=~1047.479
Probing 64.22.103.201:80/tcp - HTTP is open - time=29.871ms rcv_time=31.727 status=200 bytes=4052 kbit/s=~1021.728
Probing 64.22.103.201:80/tcp - HTTP is open - time=29.976ms rcv_time=36.002 status=200 bytes=4052 kbit/s=~900.393

Ping statistics for 64.22.103.201:80
     4 probes sent.
     4 successful, 0 failed.
Approximate trip times in milli-seconds:
     Minimum = 29.553ms, Maximum = 31.288ms, Average = 30.172ms

【关键词】 tcping   ping

本类排行
  • EasyConnect for Linux v7.6.1.1官方版 EasyConnect for Linux v7.6.1.1官方版 更新于2020-04-10 点击下载

    EasyConnect for Linux是深信服EasyConnect的linux版本,通过深信服EasyConnect用户能够跨平台访问后台服务器,对于一些运维和编程人员来说,这是款非常重要的软件,有需要的可以下载使用。

  • Fiddler Everywhere(网络调试工具) v1.0.1官方版 Fiddler Everywhere(网络调试工具) v1.0.1官方版 更新于2020-08-11 点击下载

    Fiddler Everywhere是知名的网络调试工具Fiddler的升级版,用户喜爱的工具变得更好了,记录您的计算机和互联网之间的所有HTTP(S)流量,检查流量,设置断点,并摆弄请求/响应。

  • Wetool(微信管理软件) v3.4.0官方版 Wetool(微信管理软件) v3.4.0官方版 更新于2020-03-11 点击下载

    wetool(微信管理软件)是一款可以对微信进行管理的微信管理工具,下载使用这款wetool微信管理软件可以让您对微信运营或者微信好友,微信功能管理更加方便,马上下载wetool吧。

  • OneDrive v19.192.0926.0012官方版 OneDrive v19.192.0926.0012官方版 更新于2019-11-25 点击下载

    onedrive是你的 Microsoft 帐户附带的免费在线存储服务。 它就像一块额外的硬盘,你可以从自己使用的任意设备进行访问。 你不再需要通过电子邮件将文件发送给自己或随身携带(并可能丢失)U 盘。 无论你是在笔记本电脑上处理演示文稿,在新的平板电脑上查看上次全家度假的照片,还是在手机上查看购物清单,你都可以在 OneDrive 中访问你的文件。

  • LDAP Admin(LDAP管理工具) v1.8.3.0绿色版 LDAP Admin(LDAP管理工具) v1.8.3.0绿色版 更新于2020-05-01 点击下载

    LDAP Admin(LDAP管理工具)是一款开源的LDAP管理工具,多用于公司和服务器中使用,有需要的可以下载使用。