ping探測(Ping命令工具) v1.0 免費綠色版
23.9KB / 05-02
網(wǎng)絡狀態(tài)監(jiān)測工具(mping) v1.0 綠色版
75KB / 01-22
Ping工具(測試網(wǎng)絡連接狀態(tài)) v1.2 中文綠色免費版
841KB / 06-20
Ping網(wǎng)段(32bit) v1.0.0.0 綠色免費版
570KB / 01-19
Ping監(jiān)視器 (PingMon) 0.2.0.8 漢化綠色免費版
295KB / 08-11
-
reqable黃鳥抓包(HttpCanary) 2025 v2.33.9 官方最新版 網(wǎng)絡工具 / 24.9MB
-
ip設置 NetSetMan v5.4.0 多國語言綠色版 網(wǎng)絡工具 / 5.69MB
-
InternetTest Pro(網(wǎng)絡測試工具) v8.8.1.2503 中文安裝免費版 網(wǎng)絡工具 / 4.31MB
-
InternetTest網(wǎng)絡測試工具 v8.8.1.2503 免安裝綠色單文件版 網(wǎng)絡工具 / 3.1MB
-
內網(wǎng)穿透工具 Frpc-Desktop v1.1.5 綠色免費版(含單文件版) 網(wǎng)絡工具 / 197MB
-
PLC通信測試全能助手 HslCommunication v12.2.0 官方中文綠色版 網(wǎng)絡工具 / 50.9MB
-
-
NetSetMan(設置網(wǎng)絡ip參數(shù)) V5.3.1 多國語言安裝版 網(wǎng)絡工具 / 6.96MB
-
NetSetMan(設置網(wǎng)絡IP參數(shù)) v5.3.1 中文安裝免費版 網(wǎng)絡工具 / 6.6MB
-
花生殼2008_PeanutHull官方下載 網(wǎng)絡工具 / 1.45MB
詳情介紹
下面介紹一下這個軟件的用途,這個軟件
一可以監(jiān)聽服務器的端口狀態(tài),默認是80端口的,也可以指定其它端口。
二可以看到ping 返回的時間,這樣可以知道服務器是否有延時或者端口不通的狀態(tài)。
軟件的使用非常簡單:
一、將下載的文件放在C:\WINDOWS\system32 目錄下,就可以直接使用了。
二、在windows命令提示符里可以直接使用這個命令了,相關的參數(shù)可以自己查詢一下,查詢的命令是:tcping /?
三、簡單地舉兩個例子的使用
tcping www.baidu.com
tcping -t www.baidu.com 【參數(shù)-t 是讓命令一直運行ping 】
tcping -d -t www.baidu.com 【參數(shù) -d 是顯示時間,這樣就可以更清楚了】
tcping -d -t www.baidu.com 21 【這里只是舉例,21是您所需要監(jiān)聽的端口,這個可以行定義?!?
官方使用方法:
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
下載地址
人氣軟件
xp安裝ipx協(xié)議文件
Microsoft Windows Installer for XP 4.5 Windows應用程序安裝和
真正的斐訊K2路由器刷不死固件+多撥網(wǎng)速疊加翻倍教程 v2.9 全自
cFosSpeed 優(yōu)化網(wǎng)速(網(wǎng)絡拉速器) Ver 3.01.Build1130多國語言特
Friendly fpinger(網(wǎng)絡拓撲圖制作軟件) v5.0.1 綠色中文版
華為 電信3G撥號工具 Mobile Partner V11.030 中文綠色免費版
最好用的ip切換工具ipwhiz1.72綠色免費版
還原精靈簡體中文特別版
PLC通信測試全能助手 HslCommunication v12.2.0 官方中文綠色版
SSL證書管理工具(KeyManager) v3.13.10 官方安裝版
相關文章
-
內網(wǎng)穿透工具 Frpc-Desktop v1.1.5 綠色免費版(含單文件版)
Frpc-Desktop 是一款革命性的跨平臺桌面客戶端,它通過可視化配置,讓內網(wǎng)穿透變得前所未有的簡單,歡迎需要的朋友下載使用...
-
reqable黃鳥抓包(HttpCanary) 2025 v2.33.9 官方最新版
黃鳥抓包英文本名叫HttpCanary,已重命名為Reqable,是一款功能強大的抓包工具,界面清爽簡潔,操作簡單,可快速地進行抓包,并且,還能有效防止系統(tǒng)被某些軟件進行惡意篡改...
-
PLC通信測試全能助手 HslCommunication v12.2.0 官方中文綠色版
HslCommunication是一個強大的網(wǎng)絡數(shù)據(jù)通信工具,適用于多種場景和需求,能夠實現(xiàn)與各種工業(yè)設備如PLC、機器人、遠程I/O、傳感器和執(zhí)行器、儀表等的數(shù)據(jù)通信,還可以調用Hs...
-
InternetTest Pro(網(wǎng)絡測試工具) v8.8.1.2503 中文安裝免費版
InternetTest Pro是一款專業(yè)的網(wǎng)絡測試工具,旨在幫助用戶測試和優(yōu)化其網(wǎng)絡連接的性能和穩(wěn)定性,是專為 Windows 用戶設計的功能強大且現(xiàn)代化的連接實用程序...
-
網(wǎng)優(yōu)圖層工具 V7.0 綠色終結便攜版
網(wǎng)優(yōu)圖層工具是網(wǎng)優(yōu)必備工具,可制作扇區(qū)圖層和點圖層,支持Mapinfo和谷歌地球,本站提供的是這款軟件的綠色版本...
-
InternetTest Pro 網(wǎng)絡測試工具 v7.6.0 多語言便攜綠色版
nternetTest官方安裝版是一款很棒的網(wǎng)絡測試工具,InternetTest不僅能夠為用戶提供歷史IP連接記錄,而且操作起來簡單易上手,能夠滿足用戶的使用需求,有需要的朋友就來下...
下載聲明
☉ 解壓密碼:www.dbjr.com.cn 就是本站主域名,希望大家看清楚,[ 分享碼的獲取方法 ]可以參考這篇文章
☉ 推薦使用 [ 迅雷 ] 下載,使用 [ WinRAR v5 ] 以上版本解壓本站軟件。
☉ 如果這個軟件總是不能下載的請在評論中留言,我們會盡快修復,謝謝!
☉ 下載本站資源,如果服務器暫不能下載請過一段時間重試!或者多試試幾個下載地址
☉ 如果遇到什么問題,請評論留言,我們定會解決問題,謝謝大家支持!
☉ 本站提供的一些商業(yè)軟件是供學習研究之用,如用于商業(yè)用途,請購買正版。
☉ 本站提供的tcping 類似ping的工具(禁止ping也能ping)資源來源互聯(lián)網(wǎng),版權歸該下載資源的合法擁有者所有。