最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

tcping 類似ping的工具(禁止ping也能ping)

  • 軟件大?。?span>180KB
  • 軟件語(yǔ)言:英文軟件
  • 軟件類型:國(guó)外軟件
  • 軟件授權(quán):免費(fèi)軟件
  • 軟件類別:網(wǎng)絡(luò)工具
  • 應(yīng)用平臺(tái):Windows平臺(tái)
  • 更新時(shí)間:2014-11-11
  • 網(wǎng)友評(píng)分:
360通過(guò) 騰訊通過(guò) 金山通過(guò)

情介紹

tcping這個(gè)軟件是針對(duì)TCP監(jiān)控的,也可以看到ping 值,即使機(jī)房禁PING,服務(wù)器禁PING了,也可以通過(guò)它來(lái)監(jiān)控服務(wù)器的情況。除了ping ,它還有一個(gè)功能,監(jiān)聽(tīng)端口的狀態(tài)。

下面介紹一下這個(gè)軟件的用途,這個(gè)軟件

一可以監(jiān)聽(tīng)服務(wù)器的端口狀態(tài),默認(rèn)是80端口的,也可以指定其它端口。

二可以看到ping 返回的時(shí)間,這樣可以知道服務(wù)器是否有延時(shí)或者端口不通的狀態(tài)。

軟件的使用非常簡(jiǎn)單:

一、將下載的文件放在C:\WINDOWS\system32 目錄下,就可以直接使用了。
二、在windows命令提示符里可以直接使用這個(gè)命令了,相關(guān)的參數(shù)可以自己查詢一下,查詢的命令是:tcping /?
三、簡(jiǎn)單地舉兩個(gè)例子的使用

tcping www.baidu.com
tcping -t www.baidu.com 【參數(shù)-t 是讓命令一直運(yùn)行ping 】
tcping -d -t www.baidu.com 【參數(shù) -d 是顯示時(shí)間,這樣就可以更清楚了】
tcping -d -t www.baidu.com 21 【這里只是舉例,21是您所需要監(jiān)聽(tīng)的端口,這個(gè)可以行定義?!?

官方使用方法:
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.

參數(shù)
-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 ("//") in "http" mode. Also do not specify server port via ":port" syntax.
For instance: "tcping //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.

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 //www.elifulkerson.com

AVAILABILITY
tcping is available at //www.elifulkerson.com/projects/tcping.php

D:\tcping-devel>tcping www.reddit.com
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 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的工具(禁止ping也能ping)

載地址

下載錯(cuò)誤?【投訴報(bào)錯(cuò)】

tcping 類似ping的工具(禁止ping也能ping)

      氣軟件

      關(guān)文章

      載聲明

      ☉ 解壓密碼:m.fzitv.net 就是本站主域名,希望大家看清楚,[ 分享碼的獲取方法 ]可以參考這篇文章
      ☉ 推薦使用 [ 迅雷 ] 下載,使用 [ WinRAR v5 ] 以上版本解壓本站軟件。
      ☉ 如果這個(gè)軟件總是不能下載的請(qǐng)?jiān)谠u(píng)論中留言,我們會(huì)盡快修復(fù),謝謝!
      ☉ 下載本站資源,如果服務(wù)器暫不能下載請(qǐng)過(guò)一段時(shí)間重試!或者多試試幾個(gè)下載地址
      ☉ 如果遇到什么問(wèn)題,請(qǐng)?jiān)u論留言,我們定會(huì)解決問(wèn)題,謝謝大家支持!
      ☉ 本站提供的一些商業(yè)軟件是供學(xué)習(xí)研究之用,如用于商業(yè)用途,請(qǐng)購(gòu)買正版。
      ☉ 本站提供的tcping 類似ping的工具(禁止ping也能ping)資源來(lái)源互聯(lián)網(wǎng),版權(quán)歸該下載資源的合法擁有者所有。

      桂阳县| 西和县| 南江县| 武隆县| 沂水县| 南充市| 德庆县| 岗巴县| 连城县| 洛扎县| 南开区| 梅河口市| 法库县| 余干县| 慈利县| 万州区| 乌什县| 玉树县| 凉山| 房山区| 武邑县| 科技| 太原市| 南涧| 合作市| 曲靖市| 荆州市| 浦城县| 广南县| 衡南县| 海伦市| 曲周县| 镇坪县| 远安县| 陈巴尔虎旗| 渑池县| 阿拉善右旗| 左贡县| 旌德县| 吐鲁番市| 靖西县|