当前位置:网站首页>Netstat command details
Netstat command details
2022-06-11 12:27:00 【Three years old, funny】
netstat Detailed command
List of articles
1. explain
netstat Command is the command to access the network and related information in the kernel , Able to display protocol statistics and current TCP/IP The Internet connection .
2. Method / step
- Type at a command prompt “netstat -a” command , All network connections and listening ports can be displayed .

- Enter... In the command prompt window “netstat -b” command , It can display the executable programs involved in creating network connection and listening port .

- Enter... In the command prompt window “netstat -n” command , Show valid connections created , And display the local address and port number in digital form .
- Enter... In the command prompt window “netstat -s” command , Various statistics of each protocol can be displayed , Check the existing connections on the network , Display the receiving and sending of data packets .
- Enter... In the command prompt window “netstat -e” command , Statistics about Ethernet can be displayed , Including the number of bytes transferred 、 Data packets 、 Errors, etc .
- Enter... In the command prompt window “netstat -r” command , Information about the routing table can be displayed , It also displays the current valid connections .
3. PING Command syntax

边栏推荐
- Where is it safer to open an account for soda ash futures? How much is the margin for soda ash futures?
- Sulley fuzzer learning
- 秒杀中的验证码安全机制
- 2、CompletableFuture
- Flink window table valued function
- 近期使用nodejs pinyin包时遇到的问题
- FTP server: downloading and using Serv-U
- Yarn switch ResourceManager (failed to connect to server:8032 retries get failed due to exceeded maximum)
- 秒杀多级缓存-----商品详情页
- Is reflection really time-consuming? How long does it take to reflect 100000 times.
猜你喜欢
随机推荐
科海融生&正航,以信息化驱动管理升级,携手共迎数智未来
[digital signal processing] correlation function (property of correlation function | maximum value of correlation function | maximum value of autocorrelation function | maximum value of cross correlat
9、聊聊ThreadLocal
Installation and use of saltstack
flink 滚动窗口、滑动窗口、会话窗口、全局窗口
Flip window join, interval join, window cogroup
Flash framework web development video notes
Zabbix安装及配置应用
Splunk Bucket 背後的秘密
flink 时间语义、水位线(Watermark)、生成水位线、水位线的传递
7、CAS
(solve) the kV store down problem of Splunk
Flink multi stream conversion (side output stream shunting, union, connect) real-time reconciliation of APP payment operations and third-party payment operations
flink 物理分区( 随机分区、 轮询分区、重缩放分区、 广播、 全局分区、自定义分区 )
中间人攻击之ettercap嗅探
(解决)Splunk 之 kv-store down 问题
mysql的主从复制
Shut down THP of Splunk health check
Flink deployment mode and runtime architecture (session mode, single job mode, application mode, jobmanager, taskmanager, yarn mode deployment and runtime architecture)
进度条加载








