View the process under CentOS commonly used commands

netstat -lntp # View monitor (Listen) port

netstat -antp # view all established TCP connection

netstat -tulpn # View detailed information about all running services

ps -ef # show all processes

ps -aux # display memory usage process

top # to view memory usage instructions (shift + m according to ranking)

Guess you like

Origin www.cnblogs.com/jxcryf/p/11547671.html