• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

tcping工具使用方法

2021-03-23 发表
  • 1关注
  • 9收藏 7061浏览
粉丝:85人 关注:27人

组网及说明

不涉及组网

配置步骤

tcping这个软件是针对TCP监控的,也可以看到ping 值,即使机房禁PING,服务器禁PING了,也可以通过它来监控服务器的情况。除了ping ,它还有一个功能,监听端口的状态。请在附件中获取tcping工具。

下面介绍一下这个软件的用途,

一、可以监听服务器的端口状态,默认是80端口的,也可以指定其它端口;二、可以看到ping 返回的时间,这样可以知道服务器是否有延时或者端口不通的状态。

软件的使用非常简单:

一、将下载的文件放在C:\WINDOWS\system32 目录下,就可以直接使用了。如为64位操作系统,使用tcping64.exe文件,复制到system32目录下后,重命名为tcping.exe。

二、在windows命令提示符里可以直接使用这个命令了,相关的参数可以自己查询一下,查询的命令是:tcping /?

三、简单地举两个例子的使用

tcping www.baidu.com tcping -t www.baidu.com 【参数-t 是让命令一直运行ping 】

tcping -d -t www.baidu.com 【参数 -d 是显示时间,这样就可以更清楚了】

tcping -d -t www.baidu.com 21 【这里只是举例,21是您所需要监听的端口,这个可以行定义。】

官方使用方法:

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.

参数

-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.

-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".

-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 depth Calculate jitter. Jitter is defined as the difference between the last response time and the historical average.

If _depth_ is specified tcping will use the prior _depth_ values to calculate a rolling average.

If _depth_ is not specified tcping will use the overall 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.

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 ***.***:8080/index.html" would fail Use the style: "tcping ***.***/index.html 8080" instead.

port

A numeric TCP port, 1-65535. If not specified, defaults to 80.

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

_proxyserver_ Connect to _proxyserver_ to request the url rather than the server indicated in the url itself.

--proxyport _port_

Specify the numeric TCP port of the proxy server. Defaults to 3128.

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 ***.***

AVAILABILITY

tcping is available at ***.***/projects/tcping.php

D:\tcping-devel>tcping ***.***

Probing 72.14.204.104:80/tcp - Port is open - time=23.285ms

Probing 72.14.204.104:80/tcp - Port is open - time=21.651ms

Probing 72.14.204.104:80/tcp - Port is open - time=21.899ms

Probing 72.14.204.104:80/tcp - Port is open - time=21.789ms

Ping statistics for 72.14.204.104:80 4 probes sent.

4 successful, 0 failed.

Approximate trip times in milli-seconds: Minimum = 21.651ms, Maximum = 23.285ms, Average = 22.156ms --------------------------------------------------------------------------------

D:\tcping-devel>tcping -h ***.***

** Requesting "" from ***.***

: (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

配置关键点

该案例对您是否有帮助:

您的评价:1

若您有关于案例的建议,请反馈:

2 个评论
zhiliao_vzPjn8 知了小白
粉丝:0人 关注:0人

写的比较详细

nuolade 知了小白
粉丝:0人 关注:0人

这个小工具之前一直在用,挺方便的,也可以用来简单查一下端口

编辑评论

举报

×

侵犯我的权益 >
对根叔知了社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔知了社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作