当前位置:网站首页>ping端口神器psping
ping端口神器psping
2022-07-04 04:42:00 【MFC不精通不改名】
简介
测试服务端端口是否正常,通过ping命令不能测试端口是否打开、是否可正常连通。当然Telnet也可以解决。本文分享的工具是sysInternals工具集下的一个小工具psPing,这个工具支持Ping:ICMP、TCPorUDP,以及延迟分析和带宽测试。
使用方法
- Ping ICMP 也就是不写端口号,如下图。
**命令解释**
psping -n 10 -w 3 192.168.4.15
-n 选项指的是ping的次数,-w 选项指的是热身次数,后面就是要ping的IP
- Ping TCP 就是写上端口号,如下图。
**命令解释**
psping -n 10 -w 3 192.168.4.15:8080
-n 选项指的是ping的次数,-w 选项指的是热身次数,后面就是要ping的IP + 端口
- 延迟分析,需要有个服务端口是通着的
第一步,先起一个server,如果有则忽略
**命令解释**
//我这边没有合适的server,就拿这个工具起了一个
.\psping -s 192.168.4.15:8080
-s 选项 表示起一个server,后面跟一个ip和端口
第二步,客户端访问链接
**命令解释**
.\psping -l 8k -n 10000 -h 100 192.168.4.15:8080
-l(小写L) 选项 表示延迟测试,8k表示数据包大小是8K字节,-n 10000代表通信次数,-h 100 选项代表 打印100条统计信息。
- 带宽分析,需要有个服务端口是通着的
**命令解释**
.\psping -b -l 8000k -n 10000 -h 100 192.168.4.15:8080
-b 选项 表示带宽测试,8000k表示数据包大小是8000K字节,-n 10000代表通信次数,-h 100 选项代表 打印100条统计信息。
//图中返回结果显示:总共发了8个T,最大速度2.76GB/s !!!尽管我测的是本地客户端服务之间的带宽,但这也太快了吧,受不了~~。我文件复制粘贴也达不到这个速度。
边栏推荐
- Detailed comparison of Hynix emmc5.0 and 5.1 series
- 【MATLAB】MATLAB 仿真 — 窄带高斯白噪声
- Programming example of stm32f1 and stm32subeide -74hc595 drives 4-bit 7-segment nixie tube
- 6-5 vulnerability exploitation SSH weak password cracking and utilization
- Roles of rollup components
- 2022 Guangdong provincial competition - code information acquisition and analysis flag
- 【MATLAB】MATLAB 仿真数字带通传输系统 — ASK、 PSK、 FSK 系统
- 【MATLAB】MATLAB 仿真 — 低通高斯白噪声
- Unity is connected to the weather system
- Introduction and application of rampax in unity: optimization of dissolution effect
猜你喜欢
拼夕夕二面:说说布隆过滤器与布谷鸟过滤器?应用场景?我懵了。。
Sample template of software design document - learning / practice
MAUI 入门教程系列(5.XAML及页面介绍)
2022危险化学品经营单位安全管理人员上岗证题库及答案
Utiliser des unités de mesure dans votre code pour une vie meilleure
Use units of measure in your code for a better life
6-4 vulnerability exploitation SSH banner information acquisition
关于solidworks standard无法获得许可 8544问题的总结
每日刷题记录 (十二)
[技术发展-25]:广播电视网、互联网、电信网、电网四网融合技术
随机推荐
Trie数-字典树
【MATLAB】MATLAB 仿真模拟调制系统 — AM 已调信号的功率谱与相干解调
Fault analysis | mongodb 5.0 reports an error, and the legal instruction solves it
We believe that the development of consumer Internet will still be limited to the Internet industry itself
加密和解密
KMP匹配字符串
National vocational college skills competition (secondary vocational group) network security competition questions - Analysis
Public inputs in appliedzkp zkevm (13)
The paddlehub face recognition scheme is deployed, and the trained model is deployed and applied in pytchrom
[matlab] matlab simulation - simulate the AM modulation process of the modulation system
[matlab] matlab simulation - narrow band Gaussian white noise
C basic (VII) document operation
QT qtableview data column width adaptation
远程桌面客户端 RDP
Error response from daemon: You cannot remove a running container 8d6f0d2850250627cd6c2acb2497002fc3
Simulated small root pile
Annexe VI: exposé sur les travaux de défense. Docx
Annex 2-2 confidentiality commitment docx
分享一些我的远程办公经验
【MATLAB】MATLAB 仿真模拟调制系统 — DSB 系统