当前位置:网站首页>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 .
边栏推荐
- Appearance of LabVIEW error dialog box
- [technology development -25]: integration technology of radio and television network, Internet, telecommunication network and power grid
- When using flash to store parameters, the code area of flash is erased, which leads to the interrupt of entering hardware error
- A summary of the 8544 problem that SolidWorks Standard cannot obtain a license
- Annex III: scoring standard of the defender docx
- 【MATLAB】MATLAB 仿真数字带通传输系统 — ASK、 PSK、 FSK 系统
- 空洞卷积、可变形卷积、可变形ROI Pooling
- Annex 2-2 confidentiality commitment docx
- [matlab] matlab simulation modulation system FM system
- [matlab] matlab simulation modulation system SSB system
猜你喜欢
[QT] timer
中科磐云—2022广东木马信息获取解析
ETCD数据库源码分析——初始化总览
LabVIEW错误对话框的出现
抓包整理外篇fiddler———— 会话栏与过滤器
中科磐云—D模块解析以及评分标准
令人头痛的延时双删
Just do it with your hands 7 - * project construction details 2 - hook configuration
《Cross-view Transformers for real-time Map-view Semantic Segmentation》论文笔记
Notes on the paper "cross view transformers for real time map view semantic segmentation"
随机推荐
小程序毕业设计---美食、菜谱小程序
ping端口神器psping
中科磐云—2022广西逆向解析思路
With the advent of the IP era, how can E-sports hotels take advantage of the "east wind" of games?
Zhongke Panyun - 2022 Guangxi reverse analysis ideas
Zkevm (12) state proof of appliedzkp
Thread pool: use thread pool to optimize query speed
Programming example of stm32f1 and stm32subeide -74hc595 drives 4-bit 7-segment nixie tube
Sécurité du réseau dans les écoles professionnelles secondaires - preuve de mémoire
企业级日志分析系统ELK(如果事与愿违那一定另有安排)
Character types of C language
EVM proof in appliedzkp zkevm (11)
[matlab] communication signal modulation general function - low pass filter
Roles of rollup components
【MATLAB】MATLAB 仿真 — 模拟调制系统 之 AM 调制过程
【MATLAB】MATLAB 仿真 — 低通高斯白噪声
PostgreSQL has officially surpassed mysql. Is this guy too strong!
[matlab] general function of communication signal modulation - generation of narrow-band Gaussian white noise
Just do it with your hands 7 - * project construction details 2 - hook configuration
Evolution of system architecture: differences and connections between SOA and microservice architecture