当前位置:网站首页>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
边栏推荐
- LinkedList set
- Log4j2 vulnerability recurrence and analysis
- Collection interface
- Binary tree sorting (C language, char type)
- Unity multi open script
- Markdown learning
- Format - C language project sub file
- Talking about: is the HashSet set ordered or disordered /hashset set unique, why can we store elements with the same content
- 22-05-26 Xi'an interview question (01) preparation
- 如何应对数仓资源不足导致的核心任务延迟
猜你喜欢

Mortgage Calculator

I made mistakes that junior programmers all over the world would make, and I also made mistakes that I shouldn't have made

SQL statement error of common bug caused by Excel cell content that is not paid attention to for a long time

Gif remove blank frame frame number adjustment

UE4 source code reading_ Mobile synchronization

高斯消元 AcWing 883. 高斯消元解线性方程组

Six dimensional space (C language)
![[concurrent programming] thread foundation and sharing between threads](/img/26/60fbfe65b186867a3b1cb58d481226.jpg)
[concurrent programming] thread foundation and sharing between threads

Monotonic stack -503 Next bigger Element II

Alibaba canal actual combat
随机推荐
Redis cluster series 4
Drawing maze EasyX library with recursive backtracking method
Get the link behind? Parameter value after question mark
Binary tree traversal (first order traversal. Output results according to first order, middle order, and last order)
Phpstudy 80 port occupied W10 system
Solution of 300ms delay of mobile phone
[rust note] 10 operator overloading
[MySQL] MySQL Performance Optimization Practice: introduction of database lock and index search principle
22-05-26 Xi'an interview question (01) preparation
Really explain the five data structures of redis
使用dlv分析golang进程cpu占用高问题
[concurrent programming] concurrent tool class of thread
22-06-27 西安 redis(01) 安装redis、redis5种常见数据类型的命令
[concurrent programming] collaboration between threads
Binary tree sorting (C language, char type)
Unity notes 1
Es8 async and await learning notes
C language student management system based on linked list, super detailed
[public key cryptography] ECC elliptic cryptosystem (implementing ElGamal encryption method)
Sending and receiving of request parameters