https://topic.alibabacloud.com/a/what-does-linux-ps-state-sl-mean-__linux_1_16_20214630.html

 

PS looked at the state, found that the state is sl+,

 

 

In Linux, the status is as follows:

 

 

D non-disruptive uninterruptible sleep (usually IO)
R is running, or the process in the queue
S is in a dormant state
T stop or be traced
Z Zombie Process
W enters memory Exchange (invalid starting from kernel 2.6)
X dead Process

< high-priority
N Low Priority
L Some pages are locked into memory
s contains child processes
+ Group of processes in the background
L multi-threading, cloning threads

 

 

 

 

 

Based on the above information, it is known that sl+ is in hibernation, multithreading, and is a background process.

 

 

 

More, check full command:  https://www.cnblogs.com/morganh/articles/9707610.html

相关文章:

  • 2022-12-23
  • 2022-01-07
  • 2021-10-26
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2022-01-23
猜你喜欢
  • 2021-12-12
  • 2021-05-19
  • 2022-12-23
  • 2021-10-04
  • 2022-12-23
  • 2021-06-21
相关资源
相似解决方案