<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tuning the Linux Kernel&#8217;s Completely Fair Scheduler</title>
	<atom:link href="http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/</link>
	<description>For Those Who Like to Dig Deeper</description>
	<lastBuildDate>Sat, 31 Dec 2011 17:25:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: Bill Anderson</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1522</link>
		<dc:creator>Bill Anderson</dc:creator>
		<pubDate>Tue, 18 Oct 2011 12:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1522</guid>
		<description>The answer to this questions depends on the version of the kernel that you are using. CFS has undergone many changes since its introduction into the kernel. It seems to me that writing a script is easier, and less dependent on the kernel version. You need to remember that the priority displayed with the ps command is not the actual kernel priority value for the process. Also, the priority of a process is a dynamic value, and ps only reflects a snapshot in time. The kernel no longer uses the traditional priority ques. As soon as I complete another project, I will update this article.</description>
		<content:encoded><![CDATA[<p>The answer to this questions depends on the version of the kernel that you are using. CFS has undergone many changes since its introduction into the kernel. It seems to me that writing a script is easier, and less dependent on the kernel version. You need to remember that the priority displayed with the ps command is not the actual kernel priority value for the process. Also, the priority of a process is a dynamic value, and ps only reflects a snapshot in time. The kernel no longer uses the traditional priority ques. As soon as I complete another project, I will update this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Anderson</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1521</link>
		<dc:creator>Bill Anderson</dc:creator>
		<pubDate>Tue, 18 Oct 2011 12:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1521</guid>
		<description>This is an interesting question. Without doing a bit of research, I cannot think of the data structure that tracks user logins. I would use a tool like cscope or cs to search the source code for the functions that you need.</description>
		<content:encoded><![CDATA[<p>This is an interesting question. Without doing a bit of research, I cannot think of the data structure that tracks user logins. I would use a tool like cscope or cs to search the source code for the functions that you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramoza</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1520</link>
		<dc:creator>Ramoza</dc:creator>
		<pubDate>Mon, 03 Oct 2011 06:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1520</guid>
		<description>Is there any method to get user id within the code of fair schedular i.e. sched.c or sched_fair.c file. i want to check whether administrator has logged onto the system or some other user.</description>
		<content:encoded><![CDATA[<p>Is there any method to get user id within the code of fair schedular i.e. sched.c or sched_fair.c file. i want to check whether administrator has logged onto the system or some other user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Man3</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1518</link>
		<dc:creator>Man3</dc:creator>
		<pubDate>Thu, 22 Sep 2011 23:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1518</guid>
		<description>Hi, I need to modify the linux kernel scheduler so that a particular process(with a special name) gets the highest priority always. Please guide me where to look for the changes to be made. I am very new to the kernel development.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I need to modify the linux kernel scheduler so that a particular process(with a special name) gets the highest priority always. Please guide me where to look for the changes to be made. I am very new to the kernel development.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Anderson</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1502</link>
		<dc:creator>Bill Anderson</dc:creator>
		<pubDate>Thu, 02 Sep 2010 19:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1502</guid>
		<description>You can find the instructions in the Documentation/scheduler/sched-design-CFS.txt file in the Linux source tree.</description>
		<content:encoded><![CDATA[<p>You can find the instructions in the Documentation/scheduler/sched-design-CFS.txt file in the Linux source tree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Anderson</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1501</link>
		<dc:creator>Bill Anderson</dc:creator>
		<pubDate>Thu, 02 Sep 2010 19:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1501</guid>
		<description>I checked the source for 2.6.32-24 and that CONFIG_KERNEL_DEBUG is now CONFIG_DEBUG_KERNEL and CONFIG_SCHED_DEBUG still does exist. Name changes between version is not uncommon. It makes working with the kernel more exciting.</description>
		<content:encoded><![CDATA[<p>I checked the source for 2.6.32-24 and that CONFIG_KERNEL_DEBUG is now CONFIG_DEBUG_KERNEL and CONFIG_SCHED_DEBUG still does exist. Name changes between version is not uncommon. It makes working with the kernel more exciting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonyomus</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1500</link>
		<dc:creator>anonyomus</dc:creator>
		<pubDate>Wed, 18 Aug 2010 13:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1500</guid>
		<description>Does anyone know how to create the directory /dev/cpuctl  and set a certain process to be scheduled in such a way. My interest is decreasing the performance of the kvm processe on my notebook that runs the Windows XP guest. It eats far too much CPU especially when it is used only Lotus Notes.</description>
		<content:encoded><![CDATA[<p>Does anyone know how to create the directory /dev/cpuctl  and set a certain process to be scheduled in such a way. My interest is decreasing the performance of the kvm processe on my notebook that runs the Windows XP guest. It eats far too much CPU especially when it is used only Lotus Notes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonyomus</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1499</link>
		<dc:creator>anonyomus</dc:creator>
		<pubDate>Wed, 18 Aug 2010 13:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1499</guid>
		<description>but the second portion of your post does work for Ubuntu 10.04 /boot/config-2.6.32-22-generic:
# fgrep CONFIG_PREEMPT /boot/config-$(uname -r)
CONFIG_PREEMPT_NOTIFIERS=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set</description>
		<content:encoded><![CDATA[<p>but the second portion of your post does work for Ubuntu 10.04 /boot/config-2.6.32-22-generic:<br />
# fgrep CONFIG_PREEMPT /boot/config-$(uname -r)<br />
CONFIG_PREEMPT_NOTIFIERS=y<br />
# CONFIG_PREEMPT_NONE is not set<br />
CONFIG_PREEMPT_VOLUNTARY=y<br />
# CONFIG_PREEMPT is not set</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonyomus</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1498</link>
		<dc:creator>anonyomus</dc:creator>
		<pubDate>Wed, 18 Aug 2010 13:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1498</guid>
		<description>fgrep CONFIG_KERNEL_DEBUG /boot/config-$(uname -r)
Works in Ubuntu but won&#039;t return anything because the string is unusued.
fgrep CONFIG_SCHED_DEBUG /boot/config_$(uname -r)
Certainly won&#039;t work in Ubuntu</description>
		<content:encoded><![CDATA[<p>fgrep CONFIG_KERNEL_DEBUG /boot/config-$(uname -r)<br />
Works in Ubuntu but won&#8217;t return anything because the string is unusued.<br />
fgrep CONFIG_SCHED_DEBUG /boot/config_$(uname -r)<br />
Certainly won&#8217;t work in Ubuntu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Anderson</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1486</link>
		<dc:creator>Bill Anderson</dc:creator>
		<pubDate>Mon, 22 Mar 2010 11:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1486</guid>
		<description>You are correct. For those interested, the package is libcgroup1.  I will provide more details on this package in a separate article.</description>
		<content:encoded><![CDATA[<p>You are correct. For those interested, the package is libcgroup1.  I will provide more details on this package in a separate article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

