21, linux- system resources View command: top, w, ps -ef, vmstat

1, top command: View carrier load balancing and system processes

  Press u: to see specific process

  Press q: quit View

 

 

2, w commands: Only the system load balancing support

 

 

3, ps -ef command: View the currently running processes in the system

Note: kill -9 process name: the end of a process

 

ps auxf command can also view

 

 

 Can also be combined | see the specific process

 

 

4, vmstat command: virtual memory statistics, can virtual memory, processes, CPU activity monitoring of the operating system

 

 

5, lsof tool lists the current system of open files

 

 

 

Guess you like

Origin www.cnblogs.com/z-xiao/p/11863862.html