查看进程的调度策略

$ 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  
原文地址:https://www.cnblogs.com/shihuvini/p/8317934.html