google/ghost-userspace

How to check the scheduling time slice of the scheduling algorithm in Ghost?

cashey opened this issue · 0 comments

cashey commented

In the 5.11.0 kernel, sched_ Min_ Granularity_ ns value is 3000000 nanoseconds, and I think this is a scheduling time slice of 3ms for cfs. This means that each ready task will not take more than 3ms to execute on the CPU, and then there will be a scheduling switch, right? So I would like to inquire about where to check the values for cfs and fifo in the ghost system. Thank you very much!