Sabtu, 12 Mei 2018

Sponsored Links

Fuck you slacker | Me | Pinterest | Slacks, Humor and Adult humor
src: i.pinimg.com

The Brain Fuck Scheduler (BFS) is a process scheduler designed for the Linux kernel in August 2009 as an alternative to the Completely Fair Scheduler and the O(1) scheduler. BFS was created by veteran kernel programmer Con Kolivas.

The objective of BFS, compared to other schedulers, is to provide a scheduler with a simpler algorithm, that does not require adjustment of heuristics or tuning parameters to tailor performance to a specific type of computation workload. Kolivas asserted that these tunable parameters were difficult for the average user to understand, especially in terms of interactions of multiple parameters with each other, and claimed that the use of such tuning parameters could often result in improved performance in a specific targeted type of computation, at the cost of worse performance in the general case. BFS has been reported to improve responsiveness on Linux desktop computers with fewer than 16 cores.

Shortly following its introduction, the new scheduler made headlines within the Linux community, appearing on Slashdot, with reviews in Linux Magazine and Linux Pro Magazine. Although there have been varied reviews of improved performance and responsiveness, Con Kolivas did not intend for BFS to be integrated into the mainline kernel.

BFS has been retired in favour of MuQSS, a rewritten implementation of the same concept.


Video Brain Fuck Scheduler



Benchmarks

In a contemporary study, the author compared the BFS to the CFS using the Linux kernel v3.6.2 and several performance-based endpoints. The purpose of this study was to evaluate the Completely Fair Scheduler (CFS) in the vanilla Linux kernel and the BFS in the corresponding kernel patched with the ck1 patchset. Seven different machines were used to see if differences exist and, to what degree they scale using performance based metrics. Number of logical CPUs ranged from 1 to 16. These end-points were never factors in the primary design goals of the BFS. The results were encouraging.

Kernels patched with the ck1 patch set including the BFS outperformed the vanilla kernel using the CFS at nearly all the performance-based benchmarks tested. Further study with a larger test set could be conducted, but based on the small test set of 7 PCs evaluated, these increases in process queuing, efficiency/speed are, on the whole, independent of CPU type (mono, dual, quad, hyperthreaded, etc.), CPU architecture (32-bit and 64-bit) and of CPU multiplicity (mono or dual socket).

Moreover, several "modern" CPUs, such as the Intel Core 2 Duo and Core i7, that represent common workstations and laptops, consistently outperformed the CFS in the vanilla kernel at all benchmarks. Efficiency and speed gains were small to moderate.


Maps Brain Fuck Scheduler



Adoption

BFS is the default scheduler for the following desktop Linux distributions:

  • NimbleX and Sabayon Linux 7
  • PCLinuxOS 2010
  • Zenwalk 6.4

Additionally, BFS has been added to an experimental branch of Google's Android development repository. It was not included in the Froyo release after blind testing did not show an improved user experience.


Hans Peter Anvin - Wikipedia
src: upload.wikimedia.org


See also

  • Fair-share scheduling

Parsix GNU/Linux 8.0r0
src: news-cdn.softpedia.com


References


Parsix GNU/Linux 7.5 Test 1 (Rinaldo) Features GNOME 3.14.3 ...
src: news-cdn.softpedia.com


External links

  • Brain Fuck Scheduler FAQ

Source of the article : Wikipedia

Comments
0 Comments