$ ps -eo class,cmd

 

[plain] view plain copy
 
  1. class      CLS     scheduling class of the process. (alias policy, cls). Field's possible values are:  
  2.                    -   not reported  
  3.                    TS  SCHED_OTHER  
  4.                    FF  SCHED_FIFO  
  5.                    RR  SCHED_RR  
  6.                    B   SCHED_BATCH  
  7.                    ISO SCHED_ISO  
  8.                    IDL SCHED_IDLE  
  9.                    ?   unknown value  

相关文章:

  • 2021-07-20
  • 2022-01-28
  • 2022-02-23
  • 2021-11-17
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
  • 2021-08-26
  • 2022-12-23
  • 2021-05-30
相关资源
相似解决方案