当前位置:网站首页>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 !!!尽管我测的是本地客户端服务之间的带宽,但这也太快了吧,受不了~~。我文件复制粘贴也达不到这个速度。
边栏推荐
- 【MATLAB】MATLAB 仿真 — 低通高斯白噪声
- 【MATLAB】通信信号调制通用函数 — 傅里叶逆变换
- The second case analysis of the breakthrough of defense system from the perspective of the red team
- We believe that the development of consumer Internet will still be limited to the Internet industry itself
- Trie number dictionary tree
- 分享一些我的远程办公经验
- 小程序毕业设计---美食、菜谱小程序
- 2022广东省赛——编码信息获取 解析flag
- 每日刷题记录 (十二)
- 2022危险化学品经营单位安全管理人员上岗证题库及答案
猜你喜欢
每日刷题记录 (十二)
Zhongke panyun-d module analysis and scoring standard
[技术发展-25]:广播电视网、互联网、电信网、电网四网融合技术
【QT】定时器
Two sides of the evening: tell me about the bloom filter and cuckoo filter? Application scenario? I'm confused..
Introduction and application of rampax in unity: optimization of dissolution effect
TCP状态转换图
RPC - grpc simple demo - learn / practice
中科磐云—D模块解析以及评分标准
Unity 接入天气系统
随机推荐
We believe that the development of consumer Internet will still be limited to the Internet industry itself
[matlab] matlab simulation - low pass Gaussian white noise
[QT] timer
When using flash to store parameters, the code area of flash is erased, which leads to the interrupt of entering hardware error
Utiliser des unités de mesure dans votre code pour une vie meilleure
Simulated small root pile
NTFS security permissions
[技术发展-25]:广播电视网、互联网、电信网、电网四网融合技术
YoloV6实战:手把手教你使用Yolov6进行物体检测(附数据集)
抓包整理外篇fiddler———— 会话栏与过滤器
appliedzkp的zkevm(12)State Proof
【MATLAB】通信信号调制通用函数 — 低通滤波器
【MATLAB】通信信号调制通用函数 — 窄带高斯白噪声的生成
6-4 vulnerability exploitation SSH banner information acquisition
Technology Management - learning / practice
关于solidworks standard无法获得许可 8544问题的总结
【MATLAB】通信信号调制通用函数 — 插值函数
网络设备应急响应指南
【MATLAB】通信信号调制通用函数 — 傅里叶逆变换
RPC - grpc simple demo - learn / practice