Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cashey opened this issue Nov 20, 2023 · 0 comments

Comments

@cashey
Copy link

cashey commented Nov 20, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant