当前位置:网站首页>Methods of checking ports according to processes and checking processes according to ports
Methods of checking ports according to processes and checking processes according to ports
2022-07-03 08:53:00 【Xiaoping is extraordinary】
- According to the process pid Check the port :
lsof -i | grep pid
- According to the port port Check the progress :
lsof -i:port
- According to the process pid Check the port :
netstat -nap | grep pid
- According to the port port Check the progress 【️port Put a colon before it ,:port】
netstat -nap | grep port
边栏推荐
- UE4 source code reading_ Bone model and animation system_ Animation compression
- [rust notes] 13 iterator (Part 1)
- [concurrent programming] synchronization container, concurrent container, blocking queue, double ended queue and work secret
- Unity interactive water ripple post-treatment
- Unity Editor Extension - Outline
- 高斯消元 AcWing 883. 高斯消元解线性方程组
- Unity Editor Extension - event handling
- PHP mnemonic code full text 400 words to extract the first letter of each Chinese character
- DOM 渲染系统(render mount patch)响应式系统
- Campus lost and found platform based on SSM, source code, database script, project import and operation video tutorial, Thesis Writing Tutorial
猜你喜欢

Graphics_ Learnopongl learning notes

22-06-27 西安 redis(01) 安装redis、redis5种常见数据类型的命令

Gif remove blank frame frame number adjustment

How to use Jupiter notebook

Analysis of Alibaba canal principle

求组合数 AcWing 885. 求组合数 I

22-06-27 Xian redis (01) commands for installing five common data types: redis and redis

Message queue for interprocess communication

Unity learning notes

Dom4j traverses and updates XML
随机推荐
Deep parsing (picture and text) JVM garbage collector (II)
Complex character + number pyramid
Sending and receiving of request parameters
[linear table] basic operation of bidirectional linked list specify node exchange
OpenGL learning notes
22-06-28 Xi'an redis (02) persistence mechanism, entry, transaction control, master-slave replication mechanism
Unity interactive water ripple post-treatment
22-06-27 Xian redis (01) commands for installing five common data types: redis and redis
Unity Editor Extension - event handling
DOM 渲染系统(render mount patch)响应式系统
Unity Editor Extension - drag and drop
Six dimensional space (C language)
[concurrent programming] explicit lock and AQS
Binary tree traversal (first order traversal. Output results according to first order, middle order, and last order)
Life cycle of Servlet
Concurrent programming (V) detailed explanation of atomic and unsafe magic classes
Arbre DP acwing 285. Un bal sans patron.
Baidu editor ueeditor changes style
如何应对数仓资源不足导致的核心任务延迟
C language file reading and writing