Welcome to the Linux Foundation Forum!
Linux Scheduler...
hello guys, im new on the forum and im searching for what kind of scheduler the last kernel of linux uses?? i searched a lot and dont found a specific answer for this, some say CFS, other CFQ and some BFS, and im a bit confused any1 can give me the answer or maybe a tip of where i can found it??
vry thx.
0
Comments
If your kernel supports showing its configuration options at runtime, you can use this command to figure out what scheduler your current kernel uses:
ty again ^^
ty
Many distributions remove support for viewing the kernel configuration in /proc/config.gz, making the command fail. Some distributions include a copy of the configuration file in other places though, e.g. in Ubuntu the file is placed in /boot/config-version, so you might try the following command instead:
ty