当前位置:网站首页>Use the Paping tool to detect TCP port connectivity
Use the Paping tool to detect TCP port connectivity
2022-07-05 06:44:00 【Dream of finding flowers~~】
List of articles
Tool introduction
Used to deal with TCP Port connectivity test . Usually we test ip Whether it can be used ping command , Test whether the port will be used telnet command . Now you can use paping To replace .
Installation tutorial
Reference resources :https://code.google.com/archive/p/paping/downloads
Use the tutorial
After decompression, it is a binary paping file , Can be executed directly . The help information is as follows :
~]# paping -h
paping v1.5.5 - Copyright (c) 2011 Mike Lovell
Syntax: paping [options] destination
Options:
-?, --help display usage
-p, --port N set TCP port N (required)
--nocolor Disable color output
-t, --timeout timeout in milliseconds (default 1000)
-c, --count N set number of checks to N
Case presentation
Yes baidu.com Of 80 Port to do TCP Connect the test , Times: 6. Statistical results can be obtained : Failure success times , Minimum , Maximum , Average delay
If you need to record the timestamp, you can refer to the following command :
~]# paping -p 80 -c 6 www.jd.com | awk '{print strftime("%Y-%m-%d %H:%M:%S",systime())"\t"$0}'
Link reference :https://developer.jdcloud.com/article/1466
边栏推荐
- Page type
- Redis-01. First meet redis
- Redis-02. Redis command
- Time is fast, please do more meaningful things
- vsCode创建自己的代码模板
- 2022/6/29-日报
- [learning] database: several cases of index failure
- Sum of two numbers, the numbers in the array are converted to decimal, added, and output inversely
- Cloud native related technology learning
- Cookie、Session、JWT、token四者间的区别与联系
猜你喜欢
Sum of two numbers, the numbers in the array are converted to decimal, added, and output inversely
Find the combination number acwing 888 Find the combination number IV
Qt项目中的日志库log4qt使用
Vscode configures the typera editor for MD
2.Oracle-数据文件的添加及管理
UTC, GPS time and Tai
Vant weave swipecell sets multiple buttons
Utf8 encoding
Find the combination number acwing 887 Find combination number III
MySQL (UDF authorization)
随机推荐
H5 模块悬浮拖动效果
PR automatically moves forward after deleting clips
Game theory acwing 891 Nim games
vsCode创建自己的代码模板
区间问题 AcWing 906. 区间分组
5.Oracle-表空间
Interval problem acwing 906 Interval grouping
Cloud native related technology learning
Technology blog learning website
Install opencv -- CONDA to establish a virtual environment and add the kernel of this environment in jupyter
4. Oracle redo log file management
GDB code debugging
20220213-CTF MISC-a_ good_ Idea (use of stegsolve tool) -2017_ Dating_ in_ Singapore
Vant Weapp SwipeCell设置多个按钮
Some classic recursion problems
数据库Mysql全部
Vant Weapp SwipeCell設置多個按鈕
Marvell 88E1515 PHY loopback模式测试
Knapsack problem acwing 9 Group knapsack problem
Stack acwing 3302 Expression evaluation