当前位置:网站首页>Ping port artifact psping
Ping port artifact psping
2022-07-04 05:14:00 【MFC is not proficient and does not change its name】
brief introduction
Test whether the server port is normal , adopt ping The command cannot test whether the port is open 、 Whether it can be connected normally . Of course Telnet Can also be solved . The tool shared in this article is sysInternals A gadget under the tool set psPing, This tool supports Ping:ICMP、TCPorUDP, And delay analysis and bandwidth testing .
Usage method
- Ping ICMP That is, do not write the port number , Here's the picture .

** Command interpretation **
psping -n 10 -w 3 192.168.4.15
-n Options refer to ping The number of times ,-w Options refer to warm-up times , The next step is to ping Of IP
- Ping TCP Just write the port number , Here's the picture .

** Command interpretation **
psping -n 10 -w 3 192.168.4.15:8080
-n Options refer to ping The number of times ,-w Options refer to warm-up times , The next step is to ping Of IP + port
- Delay analysis , A service port should be connected
First step , Let's start with server, Ignore if any
** Command interpretation **
// I have no suitable server, Take this tool to play a
.\psping -s 192.168.4.15:8080
-s Options Indicates a server, Followed by a ip And port
The second step , Client access links 
** Command interpretation **
.\psping -l 8k -n 10000 -h 100 192.168.4.15:8080
-l( A lowercase letter L) Options Indicates delay test ,8k Indicates that the packet size is 8K byte ,-n 10000 Represents the number of communications ,-h 100 The options represent Print 100 Statistics .
- Bandwidth analysis , A service port should be connected

** Command interpretation **
.\psping -b -l 8000k -n 10000 -h 100 192.168.4.15:8080
-b Options Indicates bandwidth test ,8000k Indicates that the packet size is 8000K byte ,-n 10000 Represents the number of communications ,-h 100 The options represent Print 100 Statistics .
// The result returned in the figure shows : A total of 8 individual T, Maximum speed 2.76GB/s !!! Although I measure the bandwidth between local client services , But it's too fast , Cannot bear sth ~~. I can't copy and paste files at this speed .
边栏推荐
- Electronic components mall and data manual download website summary
- June 2022 summary
- 2022g2 power station boiler stoker special operation certificate examination question bank and answers
- Trie number dictionary tree
- We believe that the development of consumer Internet will still be limited to the Internet industry itself
- Simulink与Arduino串口通信
- Exercise bubble sort
- Encryption and decryption
- 拓扑排序和关键路径的图形化显示
- [untitled]
猜你喜欢
随机推荐
Simulated small root pile
Electronic components mall and data manual download website summary
COMP1721 Creating Classes
Unity2D--人物移动并转身
TCP state transition diagram
[matlab] general function of communication signal modulation Fourier transform
Headache delayed double deletion
Character types of C language
Notes on the paper "cross view transformers for real time map view semantic segmentation"
《Cross-view Transformers for real-time Map-view Semantic Segmentation》论文笔记
LM小型可编程控制器软件(基于CoDeSys)笔记二十一:错误3703
中职组网络安全—内存取证
Automated testing selenium foundation -- webdriverapi
A summary of the 8544 problem that SolidWorks Standard cannot obtain a license
【MATLAB】通信信号调制通用函数 — 插值函数
Fault analysis | mongodb 5.0 reports an error, and the legal instruction solves it
如何使用postman实现简单的接口关联【增删改查】
Public inputs in appliedzkp zkevm (13)
如何构建属于自己的知识引擎?社群开放申请
[matlab] matlab simulation - simulate the AM modulation process of the modulation system




![[技术发展-25]:广播电视网、互联网、电信网、电网四网融合技术](/img/87/e0469e280365ed0261e2b551ebd888.png)



