<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html" />
  <link rel="self" type="application/atom+xml" href="http://ask-leo.com/atom.xml" />
  <id>tag:ask-leo.com,2008://5/tag:ask-leo.com,2008://5.12298-</id>
  <updated>2008-09-10T19:35:55Z</updated>
  <title>Comments for What is the System Idle Process and why is it using most of the CPU?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.2</generator>
  <entry>
    <id>tag:ask-leo.com,2008://5.12298-comment:43920</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2008://5.12298" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html#c43920" />
    <title>Comment from Andrew Milton on 2008-08-26</title>
    <author>
      <name>Andrew Milton</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>The point seems to be that users expectations are that the SIP should not take over the machine, but it does, interferring with the usefulness of the computer. There have been many times for me when a program has appeared to have crashed when in fact the computer is just busy doing the SIP. If the SIP is housekeeping processes and commands to keep the processor occupied during periods when programs are inactive then as soon as a program requires the CPU, the SIP should be suspended. So either the SIP has been badly programmed or it is more than the computer sorting itself out. Either way this is very frustrating to users and a way to control the SIP would be really welcome.<br />
<div class="leocomment">By definition, the system idle process <strong>does nothing</strong>. That's why it's called "idle". It doesn't "take over" your machine ... if your machine is in an idle state that means it's doing nothing and ready to do something else.<br /><br />
<strong>-Leo</strong></div><br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html">What is the System Idle Process and why is it using most of the CPU?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-08-26T10:03:25Z</published>
  </entry>
  <entry>
    <id>tag:ask-leo.com,2008://5.12298-comment:39075</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2008://5.12298" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html#c39075" />
    <title>Comment from Greg Webb on 2008-03-23</title>
    <author>
      <name>Greg Webb</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Sometimes my machine is running idle and it cannot be interrupted. That is, the idle process is too busy to notice keystrokes and mouse clicks.</p>

<p>Leo, do you know why this is happening?</p>

<p>I once read something about WinXp automatically moving files about, a kind of optimisation. When I can't interrupt the idle process there is certainly a lot of disk processing (I can hear the heads thrashing). I haven't been able to find the information about automatic file positioning again  and sometimes wondering if it was a figment of my imagination.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html">What is the System Idle Process and why is it using most of the CPU?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-03-23T22:56:28Z</published>
  </entry>
  <entry>
    <id>tag:ask-leo.com,2008://5.12298-comment:39063</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2008://5.12298" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html#c39063" />
    <title>Comment from Octav on 2008-03-22</title>
    <author>
      <name>Octav</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Simon said: "which raises the question of what the CPU would be doing that would use power if the OS *didn't* continually issue these HLT commands."</p>

<p>Adding 0 to 0. Repeatedly. :)</p>

<p>Actually, that's a joke. What it would do is check over and over again if anything's happening, like a key being pressed or the like. Read <a href="http://en.wikipedia.org/wiki/Busy_waiting">http://en.wikipedia.org/wiki/Busy_waiting</a> (and <a href="http://en.wikipedia.org/wiki/HLT">http://en.wikipedia.org/wiki/HLT</a> while you're at it).</p>

<p>Also, thanks for pushing me to research this :)</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html">What is the System Idle Process and why is it using most of the CPU?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-03-23T02:37:32Z</published>
  </entry>
  <entry>
    <id>tag:ask-leo.com,2008://5.12298-comment:39035</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2008://5.12298" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html#c39035" />
    <title>Comment from David Hawkins on 2008-03-22</title>
    <author>
      <name>David Hawkins</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>Hi<br />
The Idle Process can kick in when you are engaged in when you are using Movie Making software and are downloading or writing video causing you to lose or get distorted clips or frames. To get around this you can deliberately start the Idle Process so that it effectively gets it out of the way and won't start up in the middle of your movie making. You can also use a little program called "End It All" which also helps, but thats a different thread.<br />
David</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html">What is the System Idle Process and why is it using most of the CPU?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-03-22T10:41:02Z</published>
  </entry>
  <entry>
    <id>tag:ask-leo.com,2008://5.12298-comment:38914</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2008://5.12298" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html#c38914" />
    <title>Comment from David Ball on 2008-03-18</title>
    <author>
      <name>David Ball</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>On Vista machine you'll also find that "SearchIndexer.exe" may be chewing up lots of CPU time from time to time. Vista will only show the current user's processes initially - if the user is logged in as an administrator, they can click on the Show All Processes button on the bottom of the dialog box to see everything running on the system. </p>]]>
      <p>A comment on: <a href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html">What is the System Idle Process and why is it using most of the CPU?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-03-18T15:38:19Z</published>
  </entry>
  <entry>
    <id>tag:ask-leo.com,2008://5.12298-comment:38904</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2008://5.12298" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html#c38904" />
    <title>Comment from Mike Carretti on 2008-03-17</title>
    <author>
      <name>Mike Carretti</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I am using WIN Vista Home Premium. I ran Task Manager, went to Processes, sorted the list and could not find the System Idle Process. Whats up with that?</p>

<p>Thanks</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html">What is the System Idle Process and why is it using most of the CPU?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-03-18T03:24:43Z</published>
  </entry>
  <entry>
    <id>tag:ask-leo.com,2008://5.12298-comment:38903</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2008://5.12298" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html#c38903" />
    <title>Comment from Simon on 2008-03-17</title>
    <author>
      <name>Simon</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>Apparently, what the System Idle Process is actully doing is continually issuing HLT commands to the CPU; HLT being a command which, according to <a href="http://download.intel.com/design/PentiumII/manuals/24319102.PDF,">http://download.intel.com/design/PentiumII/manuals/24319102.PDF,</a> "stops instruction execution and places the processor in a HALT state ... An enabled interrupt, NMI, or a reset will resume execution".</p>

<p>Apparently doing this saves power, which raises the question of what the CPU would be doing that would use power if the OS *didn't* continually issue these HLT commands.  Any ideas?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html">What is the System Idle Process and why is it using most of the CPU?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-03-18T02:23:31Z</published>
  </entry>
  <entry>
    <id>tag:ask-leo.com,2008://5.12298-comment:38891</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2008://5.12298" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html#c38891" />
    <title>Comment from Greg Bulmash on 2008-03-17</title>
    <author>
      <name>Greg Bulmash</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>The devil finds work for idle processes. :-) </p>

<p>And so does BOINC.</p>

<p><a href="http://boinc.berkeley.edu/projects.php">http://boinc.berkeley.edu/projects.php</a> is a list of projects you can donate idle cycles to when you install the BOINC software.  It can either run in the background as a low-priority process, eating up idle cycles, but giving up cycles when your priority programs need them, or as a screensaver, using more of your CPU when the whole system is idle.</p>

<p>The projects range from evaluating radio signals from space for signs of E.T. communication to helping with complex mathematical modeling.  It's a great way to take those idle cycles away from the System Idle Process and donate them to worthwhile projects, making your computer a voluntary node in a giant distributed supercomputer.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/what_is_the_system_idle_process_and_why_is_it_using_most_of_the_cpu.html">What is the System Idle Process and why is it using most of the CPU?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-03-17T18:33:44Z</published>
  </entry>

</feed>
