无需IP数据库调用,直接显示的IP地址或者该IP的rDNS信息。这个软件有个特点,快速。 获取整个Tracert的过程仅需要一秒钟!而且定时刷新各IP的Ping值信息,在你按下stop按钮之前,这个刷新过程是不会停止的。
2022-04-06 02:10:07 1.48MB 网络
监听测试端口等, ping命令plus版, 下载解压之后将exe文件放到C:\Windows\System32。
2022-04-06 02:09:49 137KB tcping监听端口ping
1
网络ping通软件 PingPlus软件
2022-04-06 02:06:30 901KB 网络
1
把Windows下最常用的ping命令写成批处理 ,可显示每一次ping的时间,方便看出哪一次丢包。 显示格式为,示例如下: 2022/03/26 20:45:50 来自 220.181.38.148 的回复: 字节=32 时间=66ms TTL=51 默认ping的是百度baidu.com,根据需要编辑文件,修改成自己要ping的IP或网址即可。
2022-04-06 00:42:12 494B 带时间戳的ping 批处理
1
是一个脚本性质的PING工具,不需要安装。自动保存记录,且每一条都带了时间戳。
2022-04-04 14:38:56 639B ping
1
VC6下简单的仿windows的ping程序
2022-04-03 21:57:50 3.5MB windows下的ping程序
1
用labview实现网络Ping
2022-03-31 15:26:15 12KB labview TCP Ping
1
用java实现ping的几种方式:纯Java实现ICMP的ping命令,JAVA调用外部EXE实现PING功能,ICMP Ping in Java(JDK 1.5 and above),最简单的办法,直接调用CMD
2022-03-25 15:43:04 10KB ping java
1
一款非常好用简单的网络图形化测试工具
2022-03-23 17:53:57 10.83MB 图形化 ping 网络 测试
1
http-ping是一个小型的,免费的,易于使用的Windows命令行实用程序,它可以探测给定的URL并显示相关的统计信息。 它与流行的ping工具类似,但是通过HTTP / S而不是ICMP工作,并且使用URL而不是计算机名/ IP地址。 http-ping支持IPv6地址。 http-ping提供了一组丰富的命令行选项,可以通过运行“http-ping.exe /?”来查看。从DOS提示符下: http-ping [-t] [-n count] [-i interval] [-f file-name] [-s] [-v] [-q] [-c] [-r] [-w timeout] [-p] [-d] [-o data | -of file-name] [-ua user-agent] [-h header-line] [-e | -et | -eb] [-ipv4 | -ipv6] URL Where: URL The URL you wish to check. For example, http://www.kiva.org, http://209.191.122.70, or http://www.yourhost:8080. Be sure to surround an IPv6 address with square brackets. For example, http://[2a00:1450:4007:800::1014]. Options: -t Ping the specified URL until stopped. To see statistics and continue - type Control-Break; To stop - type Control-C. -n count Send 'count' requests. Supercedes -t. -i interval Wait 'interval' seconds between each request. There is a 1-second wait if this option is not specified. -f file-name Save responses to file 'file-name'. Please specify the full path, and use quotes around file names with spaces. -s Silent. Print no output. -v Verbose. Print detailed output. Supercedes -s. -q Quick. Perform HTTP HEAD requests instead of GETs. This will retrieve headers only, and bytes reported will be 0. -c Perform a full connection on each request; ignore keep-alive. -r Follow HTTP redirects. -w timeout Wait 'timeout' seconds for a response before timing out. Specify 0 to avoid timing out. If not specified, the default timeout is 30 seconds. -p Use the proxy defined in the Windows Internet settings. -d Print the date and time of each ping attempt. -o data Perform HTTP POSTs sending the given data. Please enclose the data in quotes if it contains spaces. -of file-name Perform HTTP POSTs sending the contents of file 'file-name'. Please specify the full path, and use quotes if the file name contains spaces. -ua user-agent Set the User-Agent value to 'user-agent'. Please use quotes if the value contains spaces. -h header-line Pass the given header line as-is in each ping request. For example, add a host header like this: -h \"Host: www.site1.com\" Be sure to surround the header-line with quotes. You can specify multiple instances of this option. -e Instead of returning the percentage of requests that succeeded, return the HTTP status code of the last request, or 0 if the last request failed. -et Instead of returning the percentage of requests that succeeded, return the time taken (in milliseconds) by the last request, or 0 if the last request failed. -eb Instead of returning the percentage of requests that succeeded, return the number of bytes transferred by the last request, or 0 if the last request failed. -ipv4 Force IPv4 resolution for dual-stacked sites. -ipv6 Force IPv6 resolution for dual-stacked sites.
2022-03-23 10:48:35 649KB http-ping
1