当前位置: 首页 > news >正文

windows 下的tcping 小插件

 

如果把插件放在根目录 就要能过cmd切换到根目录

cd \

c:\>tcping -d -t -i 0.06 www.baidu.com

将文件放在c:\WINDOWS\system32目录下,就可以直接使用了:

 查询命今:

C:\Documents and Settings\ck>tcping /?
--------------------------------------------------------------
tcping.exe by Eli Fulkerson
Please see http://www.elifulkerson.com/projects/ for updates.
--------------------------------------------------------------

Usage: tcping [-flags] server-address [server-port]

Usage (full): tcping [-t] [-d] [-i interval] [-n times] [-w ms] [-b n] [-r
] [-s] [-v] [-j] [--tee filename] [-h] [-u] [--post] [--head] [-f] server-
s [server-port]

 -t     : ping continuously until stopped via control-c  #是让命令一直运行ping
 -n 5   : for instance, send 5 pings
 -i 5   : for instance, ping every 5 seconds
 -w 0.5 : for instance, wait 0.5 seconds for a response
 -d     : include date and time on each line #是显示时间
 -b 1   : enable beeps (1 for on-down, 2 for on-up,
                        3 for on-change, 4 for always)
 -r 5   : for instance, relookup the hostname every 5 pings
 -s     : automatically exit on a successful ping
 -v     : print version and exit
 -j [5] : include jitter.  Optional argument controls rolling average size
 --tee  : mirror output to a filename specified after '--tee'
 -4     : prefer ipv4
 -6     : prefer ipv6

HTTP Options:
 -h     : HTTP mode (use url without http:// for server-address)
 -u     : include target URL on each line
 --post : use POST rather than GET (may avoid caching)
 --head : use HEAD rather than GET
 --proxy-server : specify a proxy server
 --proxy-port   : specify a proxy port

Debug Options:
 -f     : force tcping to send at least one byte

        If you don't pass server-port, it defaults to 80.

 

相关文章:

  • 当数据库字段是图片URL时怎样在单元格中显示图片
  • 快速删除段落间多余的空行
  • 编写grains自定义脚本
  • html分页插件
  • ArcGIS for android访问天地图
  • 4、flume的自定义拦截器Iterceptor
  • Ubuntu Docker安装运行出错Cannot connect to the Docker daemon
  • PSR-2
  • 对象转为json数据
  • Listview_简单使用_(Virtual)
  • NIO源码阅读
  • 上传和设置Mime类型
  • SAP S/4 HANA新变化-FI数据模型
  • 线程与异常
  • 【转载】一个优秀求职者应主动问的一些问题
  • 2017年终总结、随想
  • ES学习笔记(12)--Symbol
  • exif信息对照
  • IDEA常用插件整理
  • java B2B2C 源码多租户电子商城系统-Kafka基本使用介绍
  • JavaScript 无符号位移运算符 三个大于号 的使用方法
  • opencv python Meanshift 和 Camshift
  • 阿里云爬虫风险管理产品商业化,为云端流量保驾护航
  • 从 Android Sample ApiDemos 中学习 android.animation API 的用法
  • 如何邀请好友注册您的网站(模拟百度网盘)
  • 如何正确配置 Ubuntu 14.04 服务器?
  • Linux权限管理(week1_day5)--技术流ken
  • ​你们这样子,耽误我的工作进度怎么办?
  • (2)(2.4) TerraRanger Tower/Tower EVO(360度)
  • (4.10~4.16)
  • (Java岗)秋招打卡!一本学历拿下美团、阿里、快手、米哈游offer
  • (板子)A* astar算法,AcWing第k短路+八数码 带注释
  • (附源码)ssm考生评分系统 毕业设计 071114
  • (个人笔记质量不佳)SQL 左连接、右连接、内连接的区别
  • (每日持续更新)信息系统项目管理(第四版)(高级项目管理)考试重点整理 第13章 项目资源管理(七)
  • (五)MySQL的备份及恢复
  • (一)硬件制作--从零开始自制linux掌上电脑(F1C200S) <嵌入式项目>
  • (转)nsfocus-绿盟科技笔试题目
  • * CIL library *(* CIL module *) : error LNK2005: _DllMain@12 already defined in mfcs120u.lib(dllmodu
  • ***详解账号泄露:全球约1亿用户已泄露
  • **CI中自动类加载的用法总结
  • . ./ bash dash source 这五种执行shell脚本方式 区别
  • .NET DataGridView数据绑定说明
  • .net refrector
  • .netcore 如何获取系统中所有session_如何把百度推广中获取的线索(基木鱼,电话,百度商桥等)同步到企业微信或者企业CRM等企业营销系统中...
  • .net访问oracle数据库性能问题
  • .net项目IIS、VS 附加进程调试
  • .so文件(linux系统)
  • @Autowired @Resource @Qualifier的区别
  • @Transactional 详解
  • []我的函数库
  • [20171102]视图v$session中process字段含义
  • [C++]priority_queue的介绍及模拟实现
  • [CareerCup] 13.1 Print Last K Lines 打印最后K行
  • [CF407E]k-d-sequence